RE: [PATCH v2 0/4] support AVX2 instruction Rx/Tx function

2024-07-08 Thread Chaoyong He
> On 7/8/2024 6:58 AM, Chaoyong He wrote: > > This patch series add the support of Rx/Tx function using the > > AVX2 instruction. > > > > --- > > v2: rebase to the latest main branch. > > --- > > > > Long Wu (4): > > net/nfp: export more interfaces of NFDk > > net/nfp: support AVX2 Tx function

Re: [PATCH v2 0/4] support AVX2 instruction Rx/Tx function

2024-07-08 Thread Ferruh Yigit
On 7/8/2024 6:58 AM, Chaoyong He wrote: > This patch series add the support of Rx/Tx function using the > AVX2 instruction. > > --- > v2: rebase to the latest main branch. > --- > > Long Wu (4): > net/nfp: export more interfaces of NFDk > net/nfp: support AVX2 Tx function > net/nfp: support

[PATCH v2 0/4] support AVX2 instruction Rx/Tx function

2024-07-07 Thread Chaoyong He
This patch series add the support of Rx/Tx function using the AVX2 instruction. --- v2: rebase to the latest main branch. --- Long Wu (4): net/nfp: export more interfaces of NFDk net/nfp: support AVX2 Tx function net/nfp: support AVX2 Rx function net/nfp: vector Rx function supports parsi