[PATCH v2 0/2] enable AVX2 for IDPF single queue
    Wenzhuo Lu 
    wenzhuo.lu at intel.com
       
    Thu Dec  7 08:46:34 CET 2023
    
    
  
In case some CPUs don't support AVX512. Enable AVX2 for them to
get better per-core performance.
---
v2:
 - Removed unused code.
*** BLURB HERE ***
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 | 815 ++++++++++++++++++++
 drivers/common/idpf/meson.build             |  16 +
 drivers/common/idpf/version.map             |   2 +
 drivers/net/idpf/idpf_rxtx.c                |  26 +
 7 files changed, 872 insertions(+)
 create mode 100644 drivers/common/idpf/idpf_common_rxtx_avx2.c
-- 
2.25.1
    
    
More information about the dev
mailing list