DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] idpf and cpfl rx path selection simplification
@ 2025-09-11 14:31 Ciara Loftus
  2025-09-11 14:31 ` [PATCH 1/4] net/idpf: use the new common vector capability function Ciara Loftus
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ciara Loftus @ 2025-09-11 14:31 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

This series refactors the vector capability detection and Rx path
selection code in the idpf and cpfl PMDs to use the common functions
provided in drivers/net/intel/common/rx.h.

Ciara Loftus (4):
  net/idpf: use the new common vector capability function
  net/idpf: use the common Rx path selection infrastructure
  net/cpfl: use the new common vector capability function
  net/cpfl: use the common Rx path selection infrastructure

 drivers/net/intel/common/rx.h                 |   5 +
 drivers/net/intel/cpfl/cpfl_rxtx.c            | 143 +++++-------------
 drivers/net/intel/cpfl/cpfl_rxtx_vec_common.h |  20 +++
 drivers/net/intel/idpf/idpf_common_device.h   |  17 ++-
 drivers/net/intel/idpf/idpf_common_rxtx.c     |  24 +++
 drivers/net/intel/idpf/idpf_common_rxtx.h     |  12 ++
 drivers/net/intel/idpf/idpf_ethdev.c          |   2 +
 drivers/net/intel/idpf/idpf_rxtx.c            | 141 +++++------------
 drivers/net/intel/idpf/idpf_rxtx_vec_common.h |  19 +++
 9 files changed, 167 insertions(+), 216 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-09-11 16:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-11 14:31 [PATCH 0/4] idpf and cpfl rx path selection simplification Ciara Loftus
2025-09-11 14:31 ` [PATCH 1/4] net/idpf: use the new common vector capability function Ciara Loftus
2025-09-11 14:35   ` Bruce Richardson
2025-09-11 14:31 ` [PATCH 2/4] net/idpf: use the common Rx path selection infrastructure Ciara Loftus
2025-09-11 16:21   ` Bruce Richardson
2025-09-11 14:31 ` [PATCH 3/4] net/cpfl: use the new common vector capability function Ciara Loftus
2025-09-11 14:31 ` [PATCH 4/4] net/cpfl: use the common Rx path selection infrastructure Ciara Loftus

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).