v4: - Addressed review comments. - Used newly introduced macros as suggested.
*** BLURB HERE *** Shaiq Wani (2): common/idpf: enable AVX2 for single queue Rx common/idpf: enable AVX2 for single queue Tx doc/guides/nics/idpf.rst | 8 +- doc/guides/rel_notes/release_25_03.rst | 7 + drivers/common/idpf/idpf_common_device.h | 2 + drivers/common/idpf/idpf_common_rxtx.h | 8 + drivers/common/idpf/idpf_common_rxtx_avx2.c | 704 ++++++++++++++++++++ drivers/common/idpf/meson.build | 7 + drivers/common/idpf/version.map | 2 + drivers/net/intel/idpf/idpf_rxtx.c | 24 + 8 files changed, 759 insertions(+), 3 deletions(-) create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c -- 2.34.1