Re: [PATCH 0/3] cleanup the PMD

2023-02-07 Thread Ferruh Yigit
On 2/7/2023 2:17 AM, Chaoyong He wrote: >> On Mon, 6 Feb 2023 15:05:46 +0800 >> Chaoyong He wrote: >> >>> This patch series aims to better align the PMD with the preferred DPDK >>> coding style. >>> - Remove the usage of 'printf()' >>> - Remove the unneeded header file includes >>> - Explicitly c

Re: [PATCH 0/3] cleanup the PMD

2023-02-07 Thread Ferruh Yigit
On 2/6/2023 7:05 AM, Chaoyong He wrote: > This patch series aims to better align the PMD with > the preferred DPDK coding style. > - Remove the usage of 'printf()' > - Remove the unneeded header file includes > - Explicitly compare pointer with NULL > - Explicitly compare integer with 0 > > James

RE: [PATCH 0/3] cleanup the PMD

2023-02-06 Thread Chaoyong He
> On Mon, 6 Feb 2023 15:05:46 +0800 > Chaoyong He wrote: > > > This patch series aims to better align the PMD with the preferred DPDK > > coding style. > > - Remove the usage of 'printf()' > > - Remove the unneeded header file includes > > - Explicitly compare pointer with NULL > > - Explicitly

Re: [PATCH 0/3] cleanup the PMD

2023-02-06 Thread Stephen Hemminger
On Mon, 6 Feb 2023 15:05:46 +0800 Chaoyong He wrote: > This patch series aims to better align the PMD with > the preferred DPDK coding style. > - Remove the usage of 'printf()' > - Remove the unneeded header file includes > - Explicitly compare pointer with NULL > - Explicitly compare integer wi