DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/3] net/octeon_ep: rename driver and add features
@ 2022-07-27  9:21 Sathesh Edara
  2022-07-27  9:21 ` [PATCH v2 1/3] net: rename octeon ep PMD Sathesh Edara
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Sathesh Edara @ 2022-07-27  9:21 UTC (permalink / raw)
  To: sburla, jerinj, sedara; +Cc: dev

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: support link status

 MAINTAINERS                                   |  6 +-
 .../{octeontx_ep.ini => octeon_ep.ini}        |  4 +-
 doc/guides/nics/index.rst                     |  2 +-
 .../nics/{octeontx_ep.rst => octeon_ep.rst}   |  4 +-
 drivers/net/meson.build                       |  2 +-
 .../{octeontx_ep => octeon_ep}/meson.build    |  0
 .../{octeontx_ep => octeon_ep}/otx2_ep_vf.c   |  0
 .../{octeontx_ep => octeon_ep}/otx2_ep_vf.h   |  0
 .../otx_ep_common.h                           |  0
 .../otx_ep_ethdev.c                           | 69 +++++++++++++++++++
 .../{octeontx_ep => octeon_ep}/otx_ep_rxtx.c  |  0
 .../{octeontx_ep => octeon_ep}/otx_ep_rxtx.h  |  0
 .../{octeontx_ep => octeon_ep}/otx_ep_vf.c    |  0
 .../{octeontx_ep => octeon_ep}/otx_ep_vf.h    |  0
 .../{octeontx_ep => octeon_ep}/version.map    |  0
 15 files changed, 79 insertions(+), 8 deletions(-)
 rename doc/guides/nics/features/{octeontx_ep.ini => octeon_ep.ini} (64%)
 rename doc/guides/nics/{octeontx_ep.rst => octeon_ep.rst} (87%)
 rename drivers/net/{octeontx_ep => octeon_ep}/meson.build (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx2_ep_vf.c (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx2_ep_vf.h (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_common.h (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_ethdev.c (86%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_rxtx.c (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_rxtx.h (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_vf.c (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/otx_ep_vf.h (100%)
 rename drivers/net/{octeontx_ep => octeon_ep}/version.map (100%)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-08-27 12:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27  9:21 [PATCH v2 0/3] net/octeon_ep: rename driver and add features Sathesh Edara
2022-07-27  9:21 ` [PATCH v2 1/3] net: rename octeon ep PMD Sathesh Edara
2022-08-16  5:32   ` Veerasenareddy Burru
2022-08-19 12:18     ` Jerin Jacob
2022-08-22  9:10   ` [PATCH v3 0/3] net/octeon_ep: rename driver and add features Sathesh Edara
2022-08-22  9:10     ` [PATCH v3 1/3] net/octeontx_ep: rename as octeon_ep Sathesh Edara
2022-08-22  9:10     ` [PATCH v3 2/3] net/octeon_ep: support basic stats Sathesh Edara
2022-08-22  9:10     ` [PATCH v3 3/3] net/octeon_ep: support link status Sathesh Edara
2022-08-23  5:50     ` [EXT] [PATCH v3 0/3] net/octeon_ep: rename driver and add features Veerasenareddy Burru
2022-08-27 12:24       ` Jerin Jacob
2022-07-27  9:21 ` [PATCH v2 2/3] net/octeon_ep: support basic stats Sathesh Edara
2022-08-16  5:34   ` Veerasenareddy Burru
2022-07-27  9:21 ` [PATCH v2 3/3] net/octeon_ep: support link status Sathesh Edara
2022-08-16  5:34   ` Veerasenareddy Burru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).