In case some CPUs don't support AVX512. Enable AVX2 for them to get better per-core performance.
Shaiq Wani (2): common/idpf: enable AVX2 for single queue Rx common/idpf: enable AVX2 for single queue Tx doc/guides/rel_notes/release_25_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 | 815 ++++++++++++++++++++ drivers/common/idpf/meson.build | 15 + drivers/common/idpf/version.map | 2 + drivers/net/idpf/idpf_rxtx.c | 26 + 7 files changed, 871 insertions(+) create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c -- 2.34.1