RE: [PATCH v11 0/1] Add support AVX512 split queue datapath

2023-02-07 Thread Zhang, Qi Z
> -Original Message- > From: Wenjun Wu > Sent: Tuesday, February 7, 2023 4:46 PM > To: dev@dpdk.org; Wu, Jingjing ; Xing, Beilei > > Cc: Liu, Mingxia ; Lu, Wenzhuo > ; Wu, Wenjun1 > Subject: [PATCH v11 0/1] Add support AVX512 split queue datapath > >

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

2023-02-07 Thread Wenjun Wu
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 ne