Re: [dpdk-dev] [PATCH v3 4/7] net/nfp: prototype common functions in header file

2021-08-17 Thread Ferruh Yigit
On 8/17/2021 3:44 PM, Ferruh Yigit wrote: > On 7/29/2021 2:47 PM, Heinrich Kuhn wrote: >> The majority of "ethdev" type functions are used for both PF devices and >> VF devices. Prototype these functions in the nfp_net_pmd header file in >> preparation of splitting PF and VF specific functions. >>

Re: [dpdk-dev] [PATCH v3 4/7] net/nfp: prototype common functions in header file

2021-08-17 Thread Ferruh Yigit
On 7/29/2021 2:47 PM, Heinrich Kuhn wrote: > The majority of "ethdev" type functions are used for both PF devices and > VF devices. Prototype these functions in the nfp_net_pmd header file in > preparation of splitting PF and VF specific functions. > > Signed-off-by: Heinrich Kuhn > Signed-off-by

[dpdk-dev] [PATCH v3 4/7] net/nfp: prototype common functions in header file

2021-07-29 Thread Heinrich Kuhn
The majority of "ethdev" type functions are used for both PF devices and VF devices. Prototype these functions in the nfp_net_pmd header file in preparation of splitting PF and VF specific functions. Signed-off-by: Heinrich Kuhn Signed-off-by: Simon Horman --- drivers/net/nfp/nfp_net.c | 87