net/octeon_ep: rename octeontx_ep
This patch renames octeon end point driver from octeontx_ep to octeon_ep to enable single unified driver to support current OcteonTx and future Octeon PCI endpoint NICs to reflect common driver for all Octeon based PCI endpoint NICs. Signed-off-by: Sathesh Edara <sedara@marvell.com> Acked-by: Veerasenareddy Burru <vburru@marvell.com>
This commit is contained in:
parent
ac35d4bf4c
commit
423c8a2905
@ -812,9 +812,9 @@ M: Radha Mohan Chintakuntla <radhac@marvell.com>
|
||||
M: Veerasenareddy Burru <vburru@marvell.com>
|
||||
M: Sathesh Edara <sedara@marvell.com>
|
||||
T: git://dpdk.org/next/dpdk-next-net-mrvl
|
||||
F: drivers/net/octeontx_ep/
|
||||
F: doc/guides/nics/features/octeontx_ep.ini
|
||||
F: doc/guides/nics/octeontx_ep.rst
|
||||
F: drivers/net/octeon_ep/
|
||||
F: doc/guides/nics/features/octeon_ep.ini
|
||||
F: doc/guides/nics/octeon_ep.rst
|
||||
|
||||
Mellanox mlx4
|
||||
M: Matan Azrad <matan@nvidia.com>
|
||||
|
@ -1,5 +1,5 @@
|
||||
;
|
||||
; Supported features of the 'octeontx_ep' network poll mode driver.
|
||||
; Supported features of the 'octeon_ep' network poll mode driver.
|
||||
;
|
||||
; Refer to default.ini for the full list of available PMD features.
|
||||
;
|
@ -52,7 +52,7 @@ Network Interface Controller Drivers
|
||||
ngbe
|
||||
null
|
||||
octeontx
|
||||
octeontx_ep
|
||||
octeon_ep
|
||||
pfe
|
||||
qede
|
||||
sfc_efx
|
||||
|
@ -4,9 +4,9 @@
|
||||
OCTEON TX EP Poll Mode driver
|
||||
=============================
|
||||
|
||||
The OCTEON TX EP ETHDEV PMD (**librte_pmd_octeontx_ep**) provides poll mode
|
||||
The OCTEON TX EP ETHDEV PMD (**librte_pmd_octeon_ep**) provides poll mode
|
||||
ethdev driver support for the virtual functions (VF) of **Marvell OCTEON 9**
|
||||
and **Cavium OCTEON TX** families of adapters in SR-IOV context.
|
||||
and **Cavium OCTEON** families of adapters in SR-IOV context.
|
||||
|
||||
More information can be found at `Marvell Official Website
|
||||
<https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-liquidio-III-solutions-brief.pdf>`_.
|
@ -207,11 +207,6 @@ Deprecation Notices
|
||||
Names for the telemetry commands will be similarly limited.
|
||||
The parameters for telemetry commands are unaffected by this change.
|
||||
|
||||
* net/octeontx_ep: The driver ``octeontx_ep`` was to support OCTEON TX
|
||||
line of products.
|
||||
It will be renamed to ``octeon_ep`` in DPDK 22.11 to apply for
|
||||
all OCTEON EP products: OCTEON TX and future OCTEON chipsets.
|
||||
|
||||
* raw/dpaa2_cmdif: The ``dpaa2_cmdif`` rawdev driver will be deprecated
|
||||
in DPDK 22.11, as it is no longer in use, no active user known.
|
||||
|
||||
|
@ -45,7 +45,7 @@ drivers = [
|
||||
'ngbe',
|
||||
'null',
|
||||
'octeontx',
|
||||
'octeontx_ep',
|
||||
'octeon_ep',
|
||||
'pcap',
|
||||
'pfe',
|
||||
'qede',
|
||||
|
Loading…
Reference in New Issue
Block a user