[PATCH v3 0/2] enable AVX2 for single queue Rx/Tx
Shaiq Wani
shaiq.wani at intel.com
Thu Jan 30 09:24:43 CET 2025
v3:
- Addressed review comments.
- Updated doc.
- Merged patch 3 into patch 2.
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 | 709 ++++++++++++++++++++
drivers/common/idpf/meson.build | 7 +
drivers/common/idpf/version.map | 2 +
drivers/net/intel/idpf/idpf_rxtx.c | 24 +
8 files changed, 764 insertions(+), 3 deletions(-)
create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c
--
2.34.1
More information about the dev
mailing list