Re: [PATCH v3 00/11] Unify the PMD coding style

2023-10-16 Thread Ferruh Yigit
On 10/13/2023 7:06 AM, Chaoyong He wrote: > This patch series aims to unify the coding style of NFP PMD, make the > logics following the same rules, to make it easier to understand and > extend. > Also prepare for the upcoming vDPA PMD patch series. > > --- > v2: > * Add some missing modification.

[PATCH v3 00/11] Unify the PMD coding style

2023-10-12 Thread Chaoyong He
This patch series aims to unify the coding style of NFP PMD, make the logics following the same rules, to make it easier to understand and extend. Also prepare for the upcoming vDPA PMD patch series. --- v2: * Add some missing modification. v3: * Remove the '\t' character in the log statement as t