summaryrefslogtreecommitdiff
path: root/Documentation/networking/device_drivers/pensando/ionic.rst
blob: 13935896bee635d093272c66f230f54c3f350191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.. SPDX-License-Identifier: GPL-2.0+

==========================================================
Linux* Driver for the Pensando(R) Ethernet adapter family
==========================================================

Pensando Linux Ethernet driver.
Copyright(c) 2019 Pensando Systems, Inc

Contents
========

- Identifying the Adapter
- Support

Identifying the Adapter
=======================

To find if one or more Pensando PCI Ethernet devices are installed on the
host, check for the PCI devices::

  $ lspci -d 1dd8:
  b5:00.0 Ethernet controller: Device 1dd8:1002
  b6:00.0 Ethernet controller: Device 1dd8:1002

If such devices are listed as above, then the ionic.ko driver should find
and configure them for use.  There should be log entries in the kernel
messages such as these::

  $ dmesg | grep ionic
  ionic Pensando Ethernet NIC Driver, ver 0.15.0-k
  ionic 0000:b5:00.0 enp181s0: renamed from eth0
  ionic 0000:b6:00.0 enp182s0: renamed from eth0

Support
=======
For general Linux networking support, please use the netdev mailing
list, which is monitored by Pensando personnel::

  netdev@vger.kernel.org

For more specific support needs, please use the Pensando driver support
email::

  drivers@pensando.io