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

2020-06-12 Thread Gaƫtan Rivet
Hello Maxime, On 11/06/20 23:37 +0200, 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 applica

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

2020-06-11 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