[PATCH 00/13] Sync the kernel driver logic
Ferruh Yigit
ferruh.yigit at amd.com
Fri May 12 16:37:41 CEST 2023
On 4/10/2023 12:00 PM, Chaoyong He wrote:
> The DPDK NFP PMD share the same underlying data structure and API with
> the NFP kernel driver, because they use the same firmware.
>
> The DPDK NFP PMD only has a very initial version and not changed for a
> long time, but the NFP kernel driver keeps evolve at the same time, so
> the differece between them are keeping expand.
>
> This patch series try to sync the needed logics to narrow the gap.
>
> Chaoyong He (13):
> net/nfp: define correct size for configuration BAR
> net/nfp: move shared target logic to own source file
> net/nfp: remove the redundant macro about CPP target
> net/nfp: drop usage of return error helpers
> net/nfp: use generic macros for array size and to set bits
> net/nfp: remove dead code related to CPP
> net/nfp: remove duplicated nffw defines
> net/nfp: move NFD3 logic to own source file
> net/nfp: adjust the coding style for NFD3
> net/nfp: rename macro name of NFD3 Tx descriptor
> net/nfp: move NFDk logic to own source file
> net/nfp: adjust the coding style for NFDk
> net/nfp: modify the logic of some NFDk function
Series applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list