Re: [dpdk-dev] [PATCH 00/14] net/sfc: factor out common driver library

2020-09-16 Thread Andrew Rybchenko
On 9/9/20 5:32 PM, Ferruh Yigit wrote: > On 9/8/2020 10:14 AM, Andrew Rybchenko wrote: >> Network and vDPA drivers share libefx. So, libefx should be moved >> to common drivers. >> >> DPDK adaptation of the MCDI interface may be shared as well. >> >> The new common driver name is sfc_efx since it a

Re: [dpdk-dev] [PATCH 00/14] net/sfc: factor out common driver library

2020-09-09 Thread Ferruh Yigit
On 9/8/2020 10:14 AM, Andrew Rybchenko wrote: > Network and vDPA drivers share libefx. So, libefx should be moved > to common drivers. > > DPDK adaptation of the MCDI interface may be shared as well. > > The new common driver name is sfc_efx since it a new home of > libefx base driver. sfc_ prefi

[dpdk-dev] [PATCH 00/14] net/sfc: factor out common driver library

2020-09-08 Thread Andrew Rybchenko
Network and vDPA drivers share libefx. So, libefx should be moved to common drivers. DPDK adaptation of the MCDI interface may be shared as well. The new common driver name is sfc_efx since it a new home of libefx base driver. sfc_ prefix is used to make it clear that it is related to net/sfc (an