Re: [PATCH 0/2] net/nfp: use a single struct eth_dev_ops

2022-10-05 Thread Ferruh Yigit
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. Pat

[PATCH 0/2] net/nfp: use a single struct eth_dev_ops

2022-09-22 Thread Niklas Söderlund
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