mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 14:44:31 +07:00
17df5ae1b3
These asterisks were once references to a line that said: "* Other names and brands may be claimed as the property of others." But now, they serve no purpose; they can only irritate the reader. Fixes:de3edab427
("e1000: update README for e1000") Fixes:a3fb65680f
("e100.txt: Cleanup license info in kernel doc") Fixes:da8c01c450
("e1000e.txt: Add e1000e documentation") Fixes:f12a84a9f6
("Documentation: fm10k: Add kernel documentation") Fixes:b55c52b193
("igb.txt: Add igb documentation") Fixes:c4e9b56e24
("igbvf.txt: Add igbvf Documentation") Fixes:d7064f4c19
("Documentation/networking/: Update Intel wired LAN driver documentation") Fixes:c4b8c01112
("ixgbevf.txt: Update ixgbevf documentation") Fixes:1e06edcc2f
("Documentation: i40e: Prepare documentation for RST conversion") Fixes:105bf2fe6b
("i40evf: add driver to kernel build system") Fixes:1fae869bcf
("Documentation: ice: Prepare documentation for RST conversion") Fixes:df69ba4321
("ionic: Add basic framework for IONIC Network device driver") Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
46 lines
1.2 KiB
ReStructuredText
46 lines
1.2 KiB
ReStructuredText
.. 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
|