Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[sfrench/cifs-2.6.git] / Documentation / networking / device_drivers / pensando / ionic.rst
1 .. SPDX-License-Identifier: GPL-2.0+
2
3 ==========================================================
4 Linux* Driver for the Pensando(R) Ethernet adapter family
5 ==========================================================
6
7 Pensando Linux Ethernet driver.
8 Copyright(c) 2019 Pensando Systems, Inc
9
10 Contents
11 ========
12
13 - Identifying the Adapter
14 - Support
15
16 Identifying the Adapter
17 =======================
18
19 To find if one or more Pensando PCI Ethernet devices are installed on the
20 host, check for the PCI devices::
21
22   $ lspci -d 1dd8:
23   b5:00.0 Ethernet controller: Device 1dd8:1002
24   b6:00.0 Ethernet controller: Device 1dd8:1002
25
26 If such devices are listed as above, then the ionic.ko driver should find
27 and configure them for use.  There should be log entries in the kernel
28 messages such as these::
29
30   $ dmesg | grep ionic
31   ionic Pensando Ethernet NIC Driver, ver 0.15.0-k
32   ionic 0000:b5:00.0 enp181s0: renamed from eth0
33   ionic 0000:b6:00.0 enp182s0: renamed from eth0
34
35 Support
36 =======
37 For general Linux networking support, please use the netdev mailing
38 list, which is monitored by Pensando personnel::
39
40   netdev@vger.kernel.org
41
42 For more specific support needs, please use the Pensando driver support
43 email::
44
45   drivers@pensando.io