diff options
author | Shinas Rasheed <srasheed@marvell.com> | 2023-11-29 05:53:48 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-12-01 08:17:04 +0100 |
commit | 068b2b649fc1fa340b53114350457d40b31aeedb (patch) | |
tree | be66901e5f7dfad6626abf7f373c4bfde359ed4e /Documentation/networking | |
parent | octeon_ep: implement device unload control net API (diff) | |
download | linux-068b2b649fc1fa340b53114350457d40b31aeedb.tar.xz linux-068b2b649fc1fa340b53114350457d40b31aeedb.zip |
octeon_ep: support OCTEON CN98 devices
Add PCI Endpoint NIC support for Octeon CN98 devices.
CN98 devices are part of Octeon 9 family products with
similar PCI NIC characteristics to CN93, already supported
driver.
Add CN98 card to the device id table, as well
as support differences in the register fields and
certain usage scenarios such as unload.
Signed-off-by: Shinas Rasheed <srasheed@marvell.com>
Link: https://lore.kernel.org/r/20231129045348.2538843-3-srasheed@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst b/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst index 613a818d5db6..c96d262b30be 100644 --- a/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst +++ b/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst @@ -22,6 +22,7 @@ EndPoint NIC. Supported Devices ================= Currently, this driver support following devices: + * Network controller: Cavium, Inc. Device b100 * Network controller: Cavium, Inc. Device b200 * Network controller: Cavium, Inc. Device b400 * Network controller: Cavium, Inc. Device b900 |