treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / networking / device_drivers / pensando / ionic.rst
blobc17d680cf334aeebcb7aa905b01151b99e2a68f9
1 .. SPDX-License-Identifier: GPL-2.0+
3 ========================================================
4 Linux Driver for the Pensando(R) Ethernet adapter family
5 ========================================================
7 Pensando Linux Ethernet driver.
8 Copyright(c) 2019 Pensando Systems, Inc
10 Contents
11 ========
13 - Identifying the Adapter
14 - Support
16 Identifying the Adapter
17 =======================
19 To find if one or more Pensando PCI Ethernet devices are installed on the
20 host, check for the PCI devices::
22   $ lspci -d 1dd8:
23   b5:00.0 Ethernet controller: Device 1dd8:1002
24   b6:00.0 Ethernet controller: Device 1dd8:1002
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::
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
35 Support
36 =======
37 For general Linux networking support, please use the netdev mailing
38 list, which is monitored by Pensando personnel::
40   netdev@vger.kernel.org
42 For more specific support needs, please use the Pensando driver support
43 email::
45   drivers@pensando.io