Re: [PATCH v5 00/26] refact the nfpcore module

2023-09-20 Thread Ferruh Yigit
On 9/19/2023 10:54 AM, Chaoyong He wrote: > This patch series aims to: > - Make the coding style satisfy with DPDK. > - Sync the logic with kernel driver. > - Make the sub-module more modular. > - Extend the nfp configure BAR from 8 to 24. > > --- > v5: > * Fix one bug in the logic of VF using dev

Re: [PATCH v5 00/26] refact the nfpcore module

2023-09-20 Thread Ferruh Yigit
On 9/20/2023 2:55 AM, Chaoyong He wrote: >> On 9/19/2023 10:54 AM, Chaoyong He wrote: >>> This patch series aims to: >>> - Make the coding style satisfy with DPDK. >>> - Sync the logic with kernel driver. >>> - Make the sub-module more modular. >>> - Extend the nfp configure BAR from 8 to 24. >>> >

RE: [PATCH v5 00/26] refact the nfpcore module

2023-09-19 Thread Chaoyong He
> On 9/19/2023 10:54 AM, Chaoyong He wrote: > > This patch series aims to: > > - Make the coding style satisfy with DPDK. > > - Sync the logic with kernel driver. > > - Make the sub-module more modular. > > - Extend the nfp configure BAR from 8 to 24. > > > > --- > > v5: > > * Fix one bug in the lo

Re: [PATCH v5 00/26] refact the nfpcore module

2023-09-19 Thread Ferruh Yigit
On 9/19/2023 10:54 AM, Chaoyong He wrote: > This patch series aims to: > - Make the coding style satisfy with DPDK. > - Sync the logic with kernel driver. > - Make the sub-module more modular. > - Extend the nfp configure BAR from 8 to 24. > > --- > v5: > * Fix one bug in the logic of VF using dev

[PATCH v5 00/26] refact the nfpcore module

2023-09-19 Thread Chaoyong He
This patch series aims to: - Make the coding style satisfy with DPDK. - Sync the logic with kernel driver. - Make the sub-module more modular. - Extend the nfp configure BAR from 8 to 24. --- v5: * Fix one bug in the logic of VF using dev module. * Remove the R-b tag as the requirement of Niklas.