v2: - Incorporated feedback from the review of v1. - Updated documentation for idpf pmd. - Removed support of buffer reassembly for multi-segment packets - Reworked the `meson.build` script, referencing the ice driver. - Resolved word wrapping issues.
Shaiq Wani (3): common/idpf: enable AVX2 for single queue Rx common/idpf: enable AVX2 for single queue Tx doc: documentaion update for idpf pmd doc/guides/nics/idpf.rst | 7 +- 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 | 709 ++++++++++++++++++++ drivers/common/idpf/meson.build | 9 + drivers/common/idpf/version.map | 2 + drivers/net/idpf/idpf_rxtx.c | 24 + 8 files changed, 764 insertions(+), 4 deletions(-) create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c -- 2.34.1