In case some CPUs don't support AVX512. Enable AVX2 for them to get better per-core performance.
Wenzhuo Lu (2): common/idpf: enable AVX2 for single queue Rx common/idpf: enable AVX2 for single queue Tx doc/guides/rel_notes/release_24_03.rst | 3 + drivers/common/idpf/idpf_common_device.h | 2 + drivers/common/idpf/idpf_common_rxtx.h | 8 + drivers/common/idpf/idpf_common_rxtx_avx2.c | 834 ++++++++++++++++++++ drivers/common/idpf/meson.build | 16 + drivers/common/idpf/version.map | 2 + drivers/net/idpf/idpf_rxtx.c | 26 + 7 files changed, 891 insertions(+) create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c -- 2.25.1