mbox

[v8,0/1] Add support AVX512 split queue datapath

Message ID 20230206033407.1912955-1-wenjun1.wu@intel.com (mailing list archive)
Headers

Message

Wenjun Wu Feb. 6, 2023, 3:34 a.m. UTC
  This patchset enables AVX512 data path for split queue model.

It is based on the below pathset

1. https://patches.dpdk.org/project/dpdk/list/?series=26786

v3: fix logical error.
v4: rebase to the new baseline.
v5: fix compilation error.
v6: remove unexpected changes.
v7: rebase to the new baseline.
v8: rebase to the new baseline.
    add log for datapath function setup.
    refine precompiled logic.

Wenjun Wu (1):
  common/idpf: add AVX512 data path for split queue model

 drivers/common/idpf/idpf_common_rxtx.c        |  22 +-
 drivers/common/idpf/idpf_common_rxtx.h        |  21 +-
 drivers/common/idpf/idpf_common_rxtx_avx512.c | 797 +++++++++++++++++-
 drivers/common/idpf/version.map               |   5 +-
 drivers/net/idpf/idpf_rxtx.c                  |  90 +-
 drivers/net/idpf/idpf_rxtx_vec_common.h       |  55 +-
 6 files changed, 937 insertions(+), 53 deletions(-)