[PATCH v3 0/4] using common functions in idpf driver
Shaiq Wani
shaiq.wani at intel.com
Mon Mar 24 13:49:04 CET 2025
reworked the idpf and cpfl drivers to use the common functions and structures
from drivers/net/intel/common.
Shaiq Wani (4):
net/intel: use common Tx queue structure
net/intel: align Tx queue struct field names
net/intel: use common Tx entry structure
net/idpf: use common Tx free fn in idpf
drivers/net/intel/common/tx.h | 18 +
drivers/net/intel/cpfl/cpfl_ethdev.c | 3 +-
drivers/net/intel/cpfl/cpfl_ethdev.h | 2 +-
drivers/net/intel/cpfl/cpfl_rxtx.c | 66 ++--
drivers/net/intel/cpfl/cpfl_rxtx.h | 3 +-
drivers/net/intel/cpfl/cpfl_rxtx_vec_common.h | 7 +-
drivers/net/intel/idpf/idpf_common_rxtx.c | 112 +++---
drivers/net/intel/idpf/idpf_common_rxtx.h | 69 +---
.../net/intel/idpf/idpf_common_rxtx_avx2.c | 115 ++-----
.../net/intel/idpf/idpf_common_rxtx_avx512.c | 323 +++---------------
drivers/net/intel/idpf/idpf_common_virtchnl.c | 8 +-
drivers/net/intel/idpf/idpf_common_virtchnl.h | 2 +-
drivers/net/intel/idpf/idpf_ethdev.c | 3 +-
drivers/net/intel/idpf/idpf_rxtx.c | 48 ++-
drivers/net/intel/idpf/idpf_rxtx.h | 1 +
drivers/net/intel/idpf/idpf_rxtx_vec_common.h | 9 +-
drivers/net/intel/idpf/meson.build | 2 +-
17 files changed, 241 insertions(+), 550 deletions(-)
--
2.34.1
More information about the dev
mailing list