1.. SPDX-License-Identifier: GPL-2.0+ 2 3======================================================== 4Linux Driver for the Pensando(R) Ethernet adapter family 5======================================================== 6 7Pensando Linux Ethernet driver. 8Copyright(c) 2019 Pensando Systems, Inc 9 10Contents 11======== 12 13- Identifying the Adapter 14- Support 15 16Identifying the Adapter 17======================= 18 19To find if one or more Pensando PCI Ethernet devices are installed on the 20host, 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 26If such devices are listed as above, then the ionic.ko driver should find 27and configure them for use. There should be log entries in the kernel 28messages 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 35Support 36======= 37For general Linux networking support, please use the netdev mailing 38list, which is monitored by Pensando personnel:: 39 40 netdev@vger.kernel.org 41 42For more specific support needs, please use the Pensando driver support 43email:: 44 45 drivers@pensando.io 46