Re: [dpdk-dev] [PATCH v1 1/3] drivers: introduce vDPA class

2020-01-09 Thread Maxime Coquelin
On 1/8/20 10:28 PM, Thomas Monjalon wrote: > 07/01/2020 18:32, Maxime Coquelin: >> Hi Matan, >> >> On 12/25/19 4:19 PM, Matan Azrad wrote: >>> The vDPA (vhost data path acceleration) drivers provide support for >>> the vDPA operations introduced by the rte_vhost library. >>> >>> Any driver which

Re: [dpdk-dev] [PATCH v1 1/3] drivers: introduce vDPA class

2020-01-08 Thread Thomas Monjalon
07/01/2020 18:32, Maxime Coquelin: > Hi Matan, > > On 12/25/19 4:19 PM, Matan Azrad wrote: > > The vDPA (vhost data path acceleration) drivers provide support for > > the vDPA operations introduced by the rte_vhost library. > > > > Any driver which provides the vDPA operations should be moved\add

Re: [dpdk-dev] [PATCH v1 1/3] drivers: introduce vDPA class

2020-01-07 Thread Maxime Coquelin
Hi Matan, On 12/25/19 4:19 PM, Matan Azrad wrote: > The vDPA (vhost data path acceleration) drivers provide support for > the vDPA operations introduced by the rte_vhost library. > > Any driver which provides the vDPA operations should be moved\added to > the vdpa class under drivers/vdpa/. > >

[dpdk-dev] [PATCH v1 1/3] drivers: introduce vDPA class

2019-12-25 Thread Matan Azrad
The vDPA (vhost data path acceleration) drivers provide support for the vDPA operations introduced by the rte_vhost library. Any driver which provides the vDPA operations should be moved\added to the vdpa class under drivers/vdpa/. Create the general files for vDPA class in drivers and in documen