Skip to content

Commit 0807dc7

Browse files
shinas-marvellPaolo Abeni
authored andcommitted
octeon_ep: support Octeon CN10K devices
Add PCI Endpoint NIC support for Octeon CN10K devices. CN10K devices are part of Octeon 10 family products with similar PCI NIC characteristics. These include: - CN10KA - CNF10KA - CNF10KB - CN10KB Update supported device list in Documentation Signed-off-by: Shinas Rasheed <srasheed@marvell.com> Link: https://lore.kernel.org/r/20231117103817.2468176-1-srasheed@marvell.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 31c5486 commit 0807dc7

File tree

6 files changed

+1318
-1
lines changed

6 files changed

+1318
-1
lines changed

Documentation/networking/device_drivers/ethernet/marvell/octeon_ep.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Supported Devices
2424
Currently, this driver support following devices:
2525
* Network controller: Cavium, Inc. Device b200
2626
* Network controller: Cavium, Inc. Device b400
27+
* Network controller: Cavium, Inc. Device b900
28+
* Network controller: Cavium, Inc. Device ba00
29+
* Network controller: Cavium, Inc. Device bc00
30+
* Network controller: Cavium, Inc. Device bd00
2731

2832
Interface Control
2933
=================

drivers/net/ethernet/marvell/octeon_ep/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
obj-$(CONFIG_OCTEON_EP) += octeon_ep.o
77

88
octeon_ep-y := octep_main.o octep_cn9k_pf.o octep_tx.o octep_rx.o \
9-
octep_ethtool.o octep_ctrl_mbox.o octep_ctrl_net.o
9+
octep_ethtool.o octep_ctrl_mbox.o octep_ctrl_net.o \
10+
octep_cnxk_pf.o

0 commit comments

Comments
 (0)