RE: [PATCH v2 02/25] net/nfp: make VF PMD using of NFP common module

2023-10-25 Thread Chaoyong He
> On 10/24/2023 3:28 AM, Chaoyong He wrote: > > Modify the logic of NFP VF PMD, make it using of the NFP common module > > and link into the 'nfp_drivers_list'. > > > > Signed-off-by: Chaoyong He > > Signed-off-by: Shujing Dong > > Reviewed-by: Long Wu > > Reviewed-by: Peng Zhang > > --- > > d

Re: [PATCH v2 02/25] net/nfp: make VF PMD using of NFP common module

2023-10-25 Thread Ferruh Yigit
On 10/24/2023 3:28 AM, Chaoyong He wrote: > Modify the logic of NFP VF PMD, make it using of the NFP common module > and link into the 'nfp_drivers_list'. > > Signed-off-by: Chaoyong He > Signed-off-by: Shujing Dong > Reviewed-by: Long Wu > Reviewed-by: Peng Zhang > --- > drivers/net/nfp/meso

[PATCH v2 02/25] net/nfp: make VF PMD using of NFP common module

2023-10-23 Thread Chaoyong He
Modify the logic of NFP VF PMD, make it using of the NFP common module and link into the 'nfp_drivers_list'. Signed-off-by: Chaoyong He Signed-off-by: Shujing Dong Reviewed-by: Long Wu Reviewed-by: Peng Zhang --- drivers/net/nfp/meson.build | 6 +- drivers/net/nfp/nfp_ethdev_vf.c | 1