Re: [dpdk-dev] [PATCH v3 03/14] vhost: introduce vDPA devices class

2020-06-29 Thread Maxime Coquelin
On 6/29/20 4:48 PM, Ferruh Yigit wrote: > On 6/26/2020 3:04 PM, Maxime Coquelin wrote: >> This patch introduces vDPA device class. It will enable >> application to iterate over the vDPA devices. >> >> Acked-by: Adrián Moreno >> Signed-off-by: Maxime Coquelin > > <...> > >> +static int >> +vd

Re: [dpdk-dev] [PATCH v3 03/14] vhost: introduce vDPA devices class

2020-06-29 Thread Ferruh Yigit
On 6/26/2020 3:04 PM, Maxime Coquelin wrote: > This patch introduces vDPA device class. It will enable > application to iterate over the vDPA devices. > > Acked-by: Adrián Moreno > Signed-off-by: Maxime Coquelin <...> > +static int > +vdpa_dev_match(struct rte_vdpa_device *dev, > + c