[dpdk-dev] [PATCH v3 0/7] Refactor the NFP PMD

Ferruh Yigit ferruh.yigit at intel.com
Tue Aug 17 18:29:54 CEST 2021


On 7/29/2021 2:47 PM, Heinrich Kuhn wrote:
> This patch set restructures the NFP PMD, aligning it more with the
> common layout adopted by most other PMD's. Although the changes look
> fairly large, functionally nothing is added or removed from the driver
> and the existing code is mostly just reorganized into the familiar
> structure seen in other PMD's. Apart form adopting the common PMD layout
> this change should also aid in future feature development to the NFP
> PMD. The previous layout where most of the logic resided in a single
> file (nfp_net.c) would have become tedious to support going forward.
> 
> v3:
> * Avoid squashing the new firmware loader helper added in: 
>   https://git.dpdk.org/dpdk/commit/?id=40edb9c0d36b781
> * Add dependency to patch-93299
> 
> v2:
> * Added missing sign-off's
> 
> ---
> Depends-on: patch-93299 ("net/nfp: remove compile time log")
> 
> Heinrich Kuhn (7):
>   net/nfp: split rxtx headers into separate file
>   net/nfp: move rxtx functions to their own file
>   net/nfp: move CPP bridge to a separate file
>   net/nfp: prototype common functions in header file
>   net/nfp: move VF functions into new file
>   net/nfp: move PF functions into new file
>   net/nfp: batch file rename for consistency
> 

Series applied to dpdk-next-net/main, thanks.



More information about the dev mailing list