[PATCH v4 00/24] add the NFP vDPA PMD
Ferruh Yigit
ferruh.yigit at amd.com
Fri Oct 27 15:38:28 CEST 2023
On 10/27/2023 3:59 AM, Chaoyong He wrote:
> This patch series aims to add the NFP vDPA PMD, we also grab the common
> logic into the `drivers/common/nfp` directory.
>
> ---
> v4:
> * Try to fix compile error in clang environment.
> * Merge the modify of release notes into suitable commit.
> * Rewrite the commit headline as the advise of reviewer.
> v3:
> * Replace 'pthread_xxx' API with 'rte_thread_xxx' API.
> * Replace '__atomic_xxx' built-ins with 'rte_atomic_xxx'.
> * Drop the check statement in meson.build file which prevent build of
> PMD.
> * Fix a problem about the logtype prefix.
> * Move the document modification to the commit which should be.
> v2:
> * Grab more logic into the `drivers/common/nfp` directory.
> * Delete some logic which should be when moving logic.
> ---
>
> Chaoyong He (24):
> common/nfp: introduce driver
> net/nfp: make VF PMD use NFP common driver
> net/nfp: rename net common module
> net/nfp: rename ctrl module
> net/nfp: extract cap data field
> net/nfp: extract qcp data field
> net/nfp: extract ctrl BAR data field
> net/nfp: extract ctrl data field
> net/nfp: change parameter of functions
> net/nfp: change parameter of reconfig
> net/nfp: extract MAC address data field
> net/nfp: rename parameter in related logic
> common/nfp: add common ctrl module
> common/nfp: add common module
> common/nfp: move queue logic
> common/nfp: move platform module
> common/nfp: move device module
> vdpa/nfp: introduce driver
> vdpa/nfp: add basic framework
> vdpa/nfp: add remap PCI memory
> vdpa/nfp: add hardware init
> vdpa/nfp: add datapath update
> vdpa/nfp: add notify related logic
> vdpa/nfp: add device operations
>
Series applied to dpdk-next-net/main, thanks.
Need to resolve conflict on 'nfp_net_supported_ptypes_get()' because of
previous patch merged, can you please double check if the final output
is good.
More information about the dev
mailing list