[PATCH v7 0/1] Add support AVX512 split queue datapath

Wenjun Wu wenjun1.wu at intel.com
Wed Jan 18 04:51:38 CET 2023


This patchset enables AVX512 data path for split queue model.

It is based on the below pathset

1. https://patches.dpdk.org/project/dpdk/cover/20230117080622.105657-1-beilei.xing@intel.com/

v3: fix logical error.
v4: rebase to the new baseline.
v5: fix compilation error.
v6: remove unexpected changes.
v7: rebase to the new baseline.

Wenjun Wu (1):
  common/idpf: add AVX512 data path for split queue model

 drivers/common/idpf/idpf_common_rxtx.c        |  22 +-
 drivers/common/idpf/idpf_common_rxtx.h        |  19 +-
 drivers/common/idpf/idpf_common_rxtx_avx512.c | 797 +++++++++++++++++-
 drivers/common/idpf/version.map               |   5 +-
 drivers/net/idpf/idpf_rxtx.c                  |  46 +-
 drivers/net/idpf/idpf_rxtx_vec_common.h       |  55 +-
 6 files changed, 890 insertions(+), 54 deletions(-)

-- 
2.34.1



More information about the dev mailing list