RE: [PATCH 00/13] improve the modularization of NFP PMD

2023-09-24 Thread Chaoyong He
> On 9/20/2023 12:34 PM, Chaoyong He wrote: > > This patch series aims to improve the modularization of NFP PMD through: > > * Make the header files self-containing by adding the correct include > > statement. > > * Try to keep the interface of modules as small as possible. > > * Remove the unnee

Re: [PATCH 00/13] improve the modularization of NFP PMD

2023-09-22 Thread Ferruh Yigit
On 9/20/2023 12:34 PM, Chaoyong He wrote: > This patch series aims to improve the modularization of NFP PMD through: > * Make the header files self-containing by adding the correct include > statement. > * Try to keep the interface of modules as small as possible. > * Remove the unneeded include

[PATCH 00/13] improve the modularization of NFP PMD

2023-09-20 Thread Chaoyong He
This patch series aims to improve the modularization of NFP PMD through: * Make the header files self-containing by adding the correct include statement. * Try to keep the interface of modules as small as possible. * Remove the unneeded include statements to make sure a clean dependent relation