mbox series

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

Message ID 20230207084549.2225214-1-wenjun1.wu@intel.com (mailing list archive)
Headers
Series Add support AVX512 split queue datapath |

Message

Wenjun Wu Feb. 7, 2023, 8:45 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=26809&state=*

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.
v9: fix coding style issue.
v10: rebase to the new baseline.
v11: reorder the function definition
     in version.map in alphabetical order.


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 | 799 +++++++++++++++++-
 drivers/common/idpf/version.map               |   5 +-
 drivers/net/idpf/idpf_rxtx.c                  |  90 +-
 drivers/net/idpf/idpf_rxtx_vec_common.h       |  56 +-
 6 files changed, 940 insertions(+), 53 deletions(-)
  

Comments

Qi Zhang Feb. 8, 2023, 1:35 a.m. UTC | #1
> -----Original Message-----
> From: Wenjun Wu <wenjun1.wu@intel.com>
> Sent: Tuesday, February 7, 2023 4:46 PM
> To: dev@dpdk.org; Wu, Jingjing <jingjing.wu@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>
> Cc: Liu, Mingxia <mingxia.liu@intel.com>; Lu, Wenzhuo
> <wenzhuo.lu@intel.com>; Wu, Wenjun1 <wenjun1.wu@intel.com>
> Subject: [PATCH v11 0/1] Add support AVX512 split queue datapath
> 
> 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=26809&state=*
> 
> 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.
> v9: fix coding style issue.
> v10: rebase to the new baseline.
> v11: reorder the function definition
>      in version.map in alphabetical order.
> 
> 
> 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 | 799
> +++++++++++++++++-
>  drivers/common/idpf/version.map               |   5 +-
>  drivers/net/idpf/idpf_rxtx.c                  |  90 +-
>  drivers/net/idpf/idpf_rxtx_vec_common.h       |  56 +-
>  6 files changed, 940 insertions(+), 53 deletions(-)
> 
> --
> 2.34.1

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Replaced v10 on dpdk-next-net-intel.