Re: [PATCH v2 00/11] Clean up NFP PMD

2023-11-01 Thread Ferruh Yigit
On 10/28/2023 7:53 AM, Chaoyong He wrote: > This patch series clean up the NFP PMD, by: > - Using the DPDK macro and API to replace the user defined ones. > - Remove the unneeded macro and logic. > - Remove the duplicated logic. > > --- > v2: > * Fix the compile error. > * Fix one check script war

[PATCH v2 00/11] Clean up NFP PMD

2023-10-27 Thread Chaoyong He
This patch series clean up the NFP PMD, by: - Using the DPDK macro and API to replace the user defined ones. - Remove the unneeded macro and logic. - Remove the duplicated logic. --- v2: * Fix the compile error. * Fix one check script warning. --- Chaoyong He (11): net/nfp: use the suitable hel