On 9/22/2022 2:03 PM, Niklas Söderlund wrote:
Hi all,
This small series aims to reduce code duplication by using a single
shared struct eth_dev_ops for NFDk and NFD3.
Patch 1/2 is a small bug fix that suck in when adding support for
NFP3800 where the error code is not correctly propagated.
Patch 2/2 is do the real work by merging the two existing structs and
adding the small glue in the setup step that differenced them.
Jin Liu (2):
net/nfp: fix return value of nfp card init function
net/nfp: optimize ethdev struct
Series applied to dpdk-next-net/main, thanks.