Re: [PATCH v4 0/5] support AVX2 instruction Rx/Tx function

2024-07-09 Thread Ferruh Yigit
On 7/9/2024 9:24 AM, Chaoyong He wrote: > This patch series add the support of Rx/Tx function using the > AVX2 instruction. > > --- > v4: > * Add commit to solve the compile problem on 32-bit OS. > v3: > * Fix the 'meson.build' file to solve the compile problem. > v2: > * Rebase to the latest main

[PATCH v4 0/5] support AVX2 instruction Rx/Tx function

2024-07-09 Thread Chaoyong He
This patch series add the support of Rx/Tx function using the AVX2 instruction. --- v4: * Add commit to solve the compile problem on 32-bit OS. v3: * Fix the 'meson.build' file to solve the compile problem. v2: * Rebase to the latest main branch. --- Long Wu (5): net/nfp: fix compile fail on 32