[PATCH v3 10/11] net/octeon_ep: set watermark for output queues

2023-04-24 Thread Sathesh Edara
Sets the watermark level for SDP output queues to send backpressure to NIX, when available Rx buffers fall below watermark. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 7 ++- drivers/net/octeon_ep/otx_ep_common.h | 1 + 2 files changed, 7 insertions(+), 1

[PATCH v3 05/11] devtools: add acronym in dictionary for commit checks

2023-04-24 Thread Sathesh Edara
ISM -> Interrupt Status Messages Signed-off-by: Sathesh Edara --- devtools/words-case.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/words-case.txt b/devtools/words-case.txt index 53e029a958..3a7af902bd 100644 --- a/devtools/words-case.txt +++ b/devtools/words-case.

[PATCH v3 09/11] net/octeon_ep: support mailbox between VF and PF

2023-04-24 Thread Sathesh Edara
Adds the mailbox communication between VF and PF and supports the following mailbox messages. - Get and set MAC address - Get link information - Get stats - Set and get MTU - Send notification to PF Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net

[PATCH v3 06/11] net/octeon_ep: support ISM

2023-04-24 Thread Sathesh Edara
Adds the ISM specific functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 35 +++-- drivers/net/octeon_ep/cnxk_ep_vf.h| 12 ++ drivers/net/octeon_ep/otx2_ep_vf.c| 45 ++--- drivers/net/octeon_ep/otx2_ep_vf.h| 14

[PATCH v3 07/11] net/octeon_ep: flush pending DMA operations

2023-04-24 Thread Sathesh Edara
Flushes the pending DMA operations while reading the packets by reading control and status register. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_common.h | 8 drivers/net/octeon_ep/otx_ep_rxtx.c | 4 2 files changed, 12 insertions(+) diff --git a/drivers/net

[PATCH v3 04/11] net/octeon_ep: support IQ/OQ reset

2023-04-24 Thread Sathesh Edara
Adds input and output queue reset functionality, also receive queue interrupt enable and disable functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.c| 193 +- drivers/net/octeon_ep/otx2_ep_vf.h| 61 ++-- drivers/net/octeon_ep

[PATCH v3 10/11] net/octeon_ep: set watermark for output queues

2023-04-24 Thread Sathesh Edara
Sets the watermark level for SDP output queues to send backpressure to NIX, when available Rx buffers fall below watermark. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 7 ++- drivers/net/octeon_ep/otx_ep_common.h | 1 + 2 files changed, 7 insertions(+), 1

[PATCH v3 03/11] net/octeon_ep: support error propagation

2023-04-24 Thread Sathesh Edara
Adds detection of loop limits being hit, and propagate errors up the call chain when this happens. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 51 +++ drivers/net/octeon_ep/otx2_ep_vf.c| 49 ++ drivers/net/octeon_ep

[PATCH v3 02/11] net/octeon_ep: support CNX10K series SoC

2023-04-24 Thread Sathesh Edara
Adds the required functionality in the Octeon endpoint driver to support the following CNX10K series endpoint devices. - CN10KA - CN10KB - CNF10KA - CNF10KB Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.h| 5 - drivers/net/octeon_ep/otx_ep_ethdev.c | 21

[PATCH v3 01/11] net/octeon_ep: support cnf95n and cnf95o SoC

2023-04-24 Thread Sathesh Edara
Adds the required functionality in the Octeon endpoint driver to support the cnf95n and cnf95o endpoint device. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.h| 2 ++ drivers/net/octeon_ep/otx_ep_ethdev.c | 13 +++-- 2 files changed, 13 insertions(+), 2

[PATCH v3 00/11] extend octeon ep driver functionality

2023-04-24 Thread Sathesh Edara
This patch set adds the following support to octeon_ep driver - extends support for newer SoCs - support new features like IQ/OQ reset, ISM, mailbox between VF and PF and sets the watermark level for output queues. V3 changes: - Addresses V2 review comments Sathesh Edara (11): net/octeon_ep

[PATCH v3 00/11] extend octeon ep driver functionality

2023-04-24 Thread Sathesh Edara
This patch set adds the following support to octeon_ep driver - extends support for newer SoCs - support new features like IQ/OQ reset, ISM, mailbox between VF and PF and sets the watermark level for output queues. V3 changes: - Addresses V2 review comments Sathesh Edara (11): net/octeon_ep

[PATCH v3 04/11] net/octeon_ep: support IQ/OQ reset

2023-04-24 Thread Sathesh Edara
Adds input and output queue reset functionality, also receive queue interrupt enable and disable functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.c| 193 +- drivers/net/octeon_ep/otx2_ep_vf.h| 61 ++-- drivers/net/octeon_ep

[PATCH v3 03/11] net/octeon_ep: support error propagation

2023-04-24 Thread Sathesh Edara
Adds detection of loop limits being hit, and propagate errors up the call chain when this happens. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 51 +++ drivers/net/octeon_ep/otx2_ep_vf.c| 49 ++ drivers/net/octeon_ep

[PATCH v3 02/11] net/octeon_ep: support CNX10K series SoC

2023-04-24 Thread Sathesh Edara
Adds the required functionality in the Octeon endpoint driver to support the following CNX10K series endpoint devices. - CN10KA - CN10KB - CNF10KA - CNF10KB Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.h| 5 - drivers/net/octeon_ep/otx_ep_ethdev.c | 21

[PATCH v3 11/11] net/octeon_ep: set secondary process dev ops

2023-04-24 Thread Sathesh Edara
Sets the dev ops and transmit/receive callbacks for secondary process. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 22 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/guides

[PATCH v3 08/11] net/octeon_ep: update queue size checks

2023-04-24 Thread Sathesh Edara
Updates the output queue size checks to ensure that queue is larger than backpressure watermark. Add setting of default queue sizes to the minimum so that applications like testpmd can be started without explicit queue size arguments. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep

[PATCH v3 11/11] net/octeon_ep: set secondary process dev ops

2023-04-24 Thread Sathesh Edara
Sets the dev ops and transmit/receive callbacks for secondary process. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 22 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/doc/guides

[PATCH v3 09/11] net/octeon_ep: support mailbox between VF and PF

2023-04-24 Thread Sathesh Edara
Adds the mailbox communication between VF and PF and supports the following mailbox messages. - Get and set MAC address - Get link information - Get stats - Set and get MTU - Send notification to PF Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net

[PATCH v3 08/11] net/octeon_ep: update queue size checks

2023-04-24 Thread Sathesh Edara
Updates the output queue size checks to ensure that queue is larger than backpressure watermark. Add setting of default queue sizes to the minimum so that applications like testpmd can be started without explicit queue size arguments. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep

[PATCH v3 07/11] net/octeon_ep: flush pending DMA operations

2023-04-24 Thread Sathesh Edara
Flushes the pending DMA operations while reading the packets by reading control and status register. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_common.h | 8 drivers/net/octeon_ep/otx_ep_rxtx.c | 4 2 files changed, 12 insertions(+) diff --git a/drivers/net

[PATCH v3 06/11] net/octeon_ep: support ISM

2023-04-24 Thread Sathesh Edara
Adds the ISM specific functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 35 +++-- drivers/net/octeon_ep/cnxk_ep_vf.h| 12 ++ drivers/net/octeon_ep/otx2_ep_vf.c| 45 ++--- drivers/net/octeon_ep/otx2_ep_vf.h| 14

[PATCH v3 05/11] devtools: add acronym in dictionary for commit checks

2023-04-24 Thread Sathesh Edara
ISM -> Interrupt Status Messages Signed-off-by: Sathesh Edara --- devtools/words-case.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/words-case.txt b/devtools/words-case.txt index 53e029a958..3a7af902bd 100644 --- a/devtools/words-case.txt +++ b/devtools/words-case.

[PATCH v3 01/11] net/octeon_ep: support cnf95n and cnf95o SoC

2023-04-24 Thread Sathesh Edara
Adds the required functionality in the Octeon endpoint driver to support the cnf95n and cnf95o endpoint device. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.h| 2 ++ drivers/net/octeon_ep/otx_ep_ethdev.c | 13 +++-- 2 files changed, 13 insertions(+), 2

[PATCH v2 10/10] net/octeon_ep: set secondary process dev ops

2023-04-05 Thread Sathesh Edara
This patch sets the dev ops and transmit/receive callbacks for secondary process. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_ethdev.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/drivers/net/octeon_ep/otx_ep_ethdev.c b/drivers

[PATCH v2 09/10] net/octeon_ep: set watermark for output queues

2023-04-05 Thread Sathesh Edara
This patch sets the watermark level for SDP output queues to send backpressure to NIX, when available Rx buffers fall below watermark. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 7 ++- drivers/net/octeon_ep/otx_ep_common.h | 1 + 2 files changed, 7 insertions

[PATCH v2 08/10] net/octeon_ep: support Mailbox between VF and PF

2023-04-05 Thread Sathesh Edara
This patch adds the mailbox communication between VF and PF and supports the following mailbox messages. - Get and set MAC address - Get link information - Get stats - Get and set link status - Set and get MTU - Send notification to PF Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep

[PATCH v2 07/10] net/octeon_ep: update queue size checks

2023-04-05 Thread Sathesh Edara
This patch updates the output queue size checks to ensure that queue is larger than backpressure watermark.Add setting of default queue sizes to the minimum so that applications like testpmd can be started without explicit queue size arguments. Signed-off-by: Sathesh Edara --- drivers/net

[PATCH v2 06/10] net/octeon_ep: fix DMA incompletion

2023-04-05 Thread Sathesh Edara
This patch fixes the DMA incompletion during packet reads. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_common.h | 8 drivers/net/octeon_ep/otx_ep_rxtx.c | 4 2 files changed, 12 insertions(+) diff --git a/drivers/net/octeon_ep/otx_ep_common.h b/drivers/net

[PATCH v2 05/10] net/octeon_ep: support ISM

2023-04-05 Thread Sathesh Edara
This patch adds ISM specific functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 35 +++-- drivers/net/octeon_ep/cnxk_ep_vf.h| 12 ++ drivers/net/octeon_ep/otx2_ep_vf.c| 45 ++--- drivers/net/octeon_ep/otx2_ep_vf.h

[PATCH v2 04/10] net/octeon_ep: support IQ/OQ reset

2023-04-05 Thread Sathesh Edara
This patch adds input and output queue reset functionality, also receive queue interrupt enable and disable functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.c| 193 +- drivers/net/octeon_ep/otx2_ep_vf.h| 61 ++-- drivers/net

[PATCH v2 03/10] net/octeon_ep: support error propagation

2023-04-05 Thread Sathesh Edara
This patch adds detection of loop limits being hit, and propagate errors up the call chain when this happens. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 51 +++ drivers/net/octeon_ep/otx2_ep_vf.c| 49 ++ drivers/net/octeon_ep

[PATCH v2 02/10] net/octeon_ep: support CNX10K series SoC

2023-04-05 Thread Sathesh Edara
This patch adds the required functionality in the Octeon endpoint driver to support the following CNX10K series endpoint devices. - CN10KA - CN10KB - CNF10KA - CNF10KB Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.h| 5 - drivers/net/octeon_ep/otx_ep_ethdev.c | 21

[PATCH v2 01/10] net/octeon_ep: support cnf95n and cnf95o SoC

2023-04-05 Thread Sathesh Edara
This patch adds the required functionality in the Octeon endpoint driver to support the cnf95n and cnf95o endpoint device. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.h| 2 ++ drivers/net/octeon_ep/otx_ep_ethdev.c | 13 +++-- 2 files changed, 13 insertions

[PATCH v2 00/10] extend octeon ep driver functionality

2023-04-05 Thread Sathesh Edara
This patch set adds the following support to octeon_ep driver - extends support for newer SoCs - support new features like IQ/OQ reset, ISM, mailbox between VF and PF and sets the watermark level for output queues. V2 changes: - Fixes compilation errors and warnings Sathesh Edara (10): net

[PATCH v1 8/9] net/octeon_ep: support Mailbox between VF and PF

2023-04-04 Thread Sathesh Edara
This patch adds the mailbox communication between VF and PF and supports the following mailbox messages. - Get and set MAC address - Get link information - Get stats - Get and set link status - Set and get MTU - Send notification to PF Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep

[PATCH v1 9/9] net/octeon_ep: set watermark for output queues

2023-04-04 Thread Sathesh Edara
This patch sets the watermark level for SDP output queues to send backpressure to NIX, when available Rx buffers fall below watermark. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 7 ++- drivers/net/octeon_ep/otx_ep_common.h | 1 + 2 files changed, 7 insertions

[PATCH v1 7/9] net/octeon_ep: update queue size checks

2023-04-04 Thread Sathesh Edara
This patch updates the output queue size checks to ensure that queue is larger than backpressure watermark.Add setting of default queue sizes to the minimum so that applications like testpmd can be started without explicit queue size arguments. Signed-off-by: Sathesh Edara --- drivers/net

[PATCH v1 6/9] net/octeon_ep: fix DMA incompletion

2023-04-04 Thread Sathesh Edara
This patch fixes the DMA incompletion during packet reads. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_common.h | 8 drivers/net/octeon_ep/otx_ep_rxtx.c | 4 2 files changed, 12 insertions(+) diff --git a/drivers/net/octeon_ep/otx_ep_common.h b/drivers/net

[PATCH v1 5/9] net/octeon_ep: support ISM

2023-04-04 Thread Sathesh Edara
This patch adds ISM specific functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 34 ++-- drivers/net/octeon_ep/cnxk_ep_vf.h| 12 ++ drivers/net/octeon_ep/otx2_ep_vf.c| 45 ++--- drivers/net/octeon_ep/otx2_ep_vf.h

[PATCH v1 3/9] net/octeon_ep: support error propagation

2023-04-04 Thread Sathesh Edara
This patch adds detection of loop limits being hit, and propagate errors up the call chain when this happens. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.c| 51 +++ drivers/net/octeon_ep/otx2_ep_vf.c| 49 ++ drivers/net/octeon_ep

[PATCH v1 4/9] net/octeon_ep: support IQ/OQ reset

2023-04-04 Thread Sathesh Edara
This patch adds input and output queue reset functionality, also receive queue interrupt enable and disable functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.c| 193 +- drivers/net/octeon_ep/otx2_ep_vf.h| 61 ++-- drivers/net

[PATCH v1 2/9] net/octeon_ep: support CNX10K series SoC

2023-04-04 Thread Sathesh Edara
This patch adds the required functionality in the Octeon endpoint driver to support the following CNX10K series endpoint devices. - CN10KA - CN10KB - CNF10KA - CNF10KB Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/cnxk_ep_vf.h| 5 - drivers/net/octeon_ep/otx_ep_ethdev.c | 21

[PATCH v1 1/9] net/octeon_ep: support cnf95n and cnf95o SoC

2023-04-04 Thread Sathesh Edara
This patch adds the required functionality in the Octeon endpoint driver to support the cnf95n and cnf95o endpoint device. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.h| 2 ++ drivers/net/octeon_ep/otx_ep_ethdev.c | 13 +++-- 2 files changed, 13 insertions

[PATCH v1 0/9] extend octeon ep driver functionality

2023-04-04 Thread Sathesh Edara
This patch set adds the following support to octeon_ep driver - extends support for newer SoCs - support new features like IQ/OQ reset, ISM, mailbox between VF and PF and sets the watermark level for output queues. Sathesh Edara (9): net/octeon_ep: support cnf95n and cnf95o SoC net/octeon_ep

[PATCH v1 1/2] net/octeon_ep: support device close

2023-02-21 Thread Sathesh Edara
Added dev close functionality in the ethdev ops and moves input and output queue deletion functionality into it from otx_epdev_exit() routine. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_ethdev.c | 63 --- 1 file changed, 29 insertions(+), 34 deletions

[PATCH v1 2/2] net/octeon_ep: support port kind

2023-02-21 Thread Sathesh Edara
Added port kind functionality. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx_ep_common.h | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 2 +- drivers/net/octeon_ep/otx_ep_rxtx.c | 16 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/drivers/net

[PATCH v1 0/2] net/octeon_ep: support device close and port kind

2023-02-21 Thread Sathesh Edara
This patch set adds device close functionality and 2nd patch adds port kind functionality. Sathesh Edara (2): net/octeon_ep: support device close net/octeon_ep: support port kind drivers/net/octeon_ep/otx_ep_common.h | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 65

[PATCH] net/octeon_ep: support SDP packet mode

2023-02-09 Thread Sathesh Edara
Add SDP packet mode to support EP driver in loop and NIC mode. Signed-off-by: Sathesh Edara --- drivers/net/octeon_ep/otx2_ep_vf.h| 2 +- drivers/net/octeon_ep/otx_ep_common.h | 30 ++- drivers/net/octeon_ep/otx_ep_ethdev.c | 20 -- drivers/net

[PATCH v2] net/octeon_ep: support CN10K SoC

2022-08-29 Thread Sathesh Edara
This patch adds the required functionality in the Octeon endpoint driver to support the CN10K endpoint device. It adds the CN10K SoC specific routines to configure, enable, and disable input and output queues to establish basic data transfers. Signed-off-by: Sathesh Edara --- Changes in v2

[PATCH v3 1/3] net/octeontx_ep: rename as octeon_ep

2022-08-22 Thread Sathesh Edara
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 --- MAINTAINERS

[PATCH v3 3/3] net/octeon_ep: support link status

2022-08-22 Thread Sathesh Edara
Added functionality to update link speed, duplex mode and link state. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 17 + 2 files changed, 18 insertions(+) diff --git a/doc/guides/nics/features

[PATCH v3 2/3] net/octeon_ep: support basic stats

2022-08-22 Thread Sathesh Edara
Added functionality to fetch and reset ethdev stats. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 52 ++ 2 files changed, 53 insertions(+) diff --git a/doc/guides/nics/features/octeon_ep.ini b

[PATCH v3 0/3] net/octeon_ep: rename driver and add features

2022-08-22 Thread Sathesh Edara
This patch set renames the net/octeontx_ep driver to net/octeon_ep and 2nd and 3rd patches add support for basic stats and link status. Changes in v3: - Updated commit messaage. - Updated deprecation.rst. Changes in v2: Added new features in the renamed driver. Sathesh Edara (3): net

[PATCH] net/octeon_ep: add octeon CN10K support

2022-08-16 Thread Sathesh Edara
Added Octeon CN10K EP PMD functionality. Signed-off-by: Sathesh Edara --- This patch depends on https://patches.dpdk.org/project/dpdk/list/?series=24103 drivers/net/octeon_ep/cnxk_ep_vf.c| 370 ++ drivers/net/octeon_ep/cnxk_ep_vf.h| 161 +++ drivers/net

[PATCH v2 1/3] net: rename octeon ep PMD

2022-07-27 Thread Sathesh Edara
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 --- MAINTAINERS

[PATCH v2 0/3] net/octeon_ep: rename driver and add features

2022-07-27 Thread Sathesh Edara
This patch set renames the net/octeontx_ep driver to net/octeon_ep and 2nd and 3rd patches add support for basic stats and link status. changes in v2: Added new features in the renamed driver. Sathesh Edara (3): net: rename octeon ep PMD net/octeon_ep: support basic stats net/octeon_ep

[PATCH v2 3/3] net/octeon_ep: support link status

2022-07-27 Thread Sathesh Edara
Added functionality to update link speed, duplex mode and link state. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 17 + 2 files changed, 18 insertions(+) diff --git a/doc/guides/nics/features

[PATCH v2 2/3] net/octeon_ep: support basic stats

2022-07-27 Thread Sathesh Edara
Added functionality to fetch and reset ethdev stats. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeon_ep.ini | 1 + drivers/net/octeon_ep/otx_ep_ethdev.c | 52 ++ 2 files changed, 53 insertions(+) diff --git a/doc/guides/nics/features/octeon_ep.ini b

[PATCH] net: rename octeon ep PMD

2022-07-26 Thread Sathesh Edara
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 --- MAINTAINERS

[PATCH 2/2] net/octeontx_ep: support link status

2022-07-01 Thread Sathesh Edara
Added functionality to update link speed, duplex mode and link state. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeontx_ep.ini | 1 + drivers/net/octeontx_ep/otx_ep_ethdev.c | 17 + 2 files changed, 18 insertions(+) diff --git a/doc/guides/nics/features

[PATCH] net/octeontx_ep: support basic stats

2022-06-28 Thread Sathesh Edara
Added functionality to fetch and reset ethdev stats. Signed-off-by: Sathesh Edara --- doc/guides/nics/features/octeontx_ep.ini | 1 + drivers/net/octeontx_ep/otx_ep_ethdev.c | 52 2 files changed, 53 insertions(+) diff --git a/doc/guides/nics/features/octeontx_ep.ini