[PATCH v3 00/11] Unify the PMD coding style
Ferruh Yigit
ferruh.yigit at amd.com
Mon Oct 16 18:50:22 CEST 2023
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.
> v3:
> * Remove the '\t' character in the log statement as the advice of
> reviewer.
> ---
>
> Chaoyong He (11):
> net/nfp: explicitly compare to null and 0
> net/nfp: unify the indent coding style
> net/nfp: unify the type of integer variable
> net/nfp: standard the local variable coding style
> net/nfp: adjust the log statement
> net/nfp: standard the comment style
> net/nfp: standard the blank character
> net/nfp: unify the guide line of header file
> net/nfp: rename some parameter and variable
> net/nfp: adjust logic to make it more readable
> net/nfp: refact the meson build file
>
It is good to take care of the code and update syntax, coding convention
etc, but it also creates noise in the git history and makes backporting
fixes/patches harder.
For a while the driver got lots of refactoring changes, I hope they are
completed with the patches in this release.
Series applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list