[PATCH v5 0/4] net/intel: using common functions in idpf driver
Shaiq Wani
shaiq.wani at intel.com
Thu Mar 27 17:04:33 CET 2025
reworked the drivers to use the common functions
and structures from drivers/net/intel/common.
Shaiq Wani (4):
net/intel: align Tx queue struct field names
net/intel: use common Tx queue structure
net/intel: use common Tx entry structure
net/idpf: use common Tx free fn in idpf
drivers/net/intel/common/tx.h | 20 ++
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 | 116 +++----
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 | 324 +++---------------
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 | 47 ++-
drivers/net/intel/idpf/idpf_rxtx.h | 1 +
drivers/net/intel/idpf/idpf_rxtx_vec_common.h | 9 +-
16 files changed, 245 insertions(+), 550 deletions(-)
--
2.34.1
More information about the dev
mailing list