Re: [dpdk-dev] [PATCH v3 00/14] vDPA API and framework rework

2020-06-29 Thread Maxime Coquelin
On 6/26/20 4:47 PM, Adrian Moreno wrote: > > > On 6/26/20 4:04 PM, Maxime Coquelin wrote: >> This series aims to rework the vDPA framework and >> its API to better fit into the DPDK device model >> and also be more easily consumable by applications. >> >> Main changes are creating a device cla

Re: [dpdk-dev] [PATCH v3 00/14] vDPA API and framework rework

2020-06-26 Thread Adrian Moreno
On 6/26/20 4:04 PM, Maxime Coquelin wrote: > This series aims to rework the vDPA framework and > its API to better fit into the DPDK device model > and also be more easily consumable by applications. > > Main changes are creating a device class for vDPA, > which enables applications to iterate

[dpdk-dev] [PATCH v3 00/14] vDPA API and framework rework

2020-06-26 Thread Maxime Coquelin
This series aims to rework the vDPA framework and its API to better fit into the DPDK device model and also be more easily consumable by applications. Main changes are creating a device class for vDPA, which enables applications to iterate vDPA devices in a generic way: RTE_DEV_FOREACH(dev, "clas

[dpdk-dev] [PATCH v3 00/14] vDPA API and framework rework

2020-06-26 Thread Maxime Coquelin
This series aims to rework the vDPA framework and its API to better fit into the DPDK device model and also be more easily consumable by applications. Main changes are creating a device class for vDPA, which enables applications to iterate vDPA devices in a generic way: RTE_DEV_FOREACH(dev, "clas