Re: [PATCH 0/8] make the logic conform the coding style of DPDK

2023-05-19 Thread Ferruh Yigit
On 5/19/2023 3:59 AM, Chaoyong He wrote: > Modify some logic of nfp PMD, to make it conform the coding style > of DPDK. > > Also remove some unnecessary macro and functions which DPDK has > already provided. > > Chaoyong He (8): > net/nfp: reuse the ring buffer struct > net/nfp: modify the rx

[PATCH 0/8] make the logic conform the coding style of DPDK

2023-05-18 Thread Chaoyong He
Modify some logic of nfp PMD, to make it conform the coding style of DPDK. Also remove some unnecessary macro and functions which DPDK has already provided. Chaoyong He (8): net/nfp: reuse the ring buffer struct net/nfp: modify the rxq struct net/nfp: modify the Rx descriptor struct net/n