This patchset enables AVX512 data path for split queue model. It is based on the below two pathsets
1. https://patches.dpdk.org/project/dpdk/cover/[email protected]/ 2. https://patches.dpdk.org/project/dpdk/cover/[email protected]/ v3: fix logical error. v4: rebase to the new baseline. v5: fix compilation error. v6: remove unexpected changes. 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 | 53 +- 6 files changed, 888 insertions(+), 54 deletions(-) -- 2.34.1

