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 warning. > --- > > Chaoyong He (11): > net/nfp: use the suitable helper macro > net/nfp: remove the unneeded call of underlying API > net/nfp: remove the unneeded check of process type > net/nfp: remove the unneeded data abstraction > net/nfp: remove the redundancy macro > net/nfp: remove redundancy logic of init control BAR > net/nfp: use the DPDK defined function > net/nfp: replace hard coded value > net/nfp: unify the PMD name with macro > net/nfp: extract a helper function > net/nfp: remove the redundancy logic of representor port >
'struct nfp_net_adapter' removed in 4/11. Series applied to dpdk-next-net/main, thanks.