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

2020-06-15 Thread Maxime Coquelin
On 6/12/20 2:37 PM, Gaëtan Rivet wrote: > On 11/06/20 23:37 +0200, Maxime Coquelin wrote: >> This patch introduces vDPA device class. It will enable >> application to iterate over the vDPA devices. >> >> Signed-off-by: Maxime Coquelin >> --- >> lib/librte_vhost/vdpa.c | 116 +++

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

2020-06-12 Thread Gaëtan Rivet
On 11/06/20 23:37 +0200, Maxime Coquelin wrote: > This patch introduces vDPA device class. It will enable > application to iterate over the vDPA devices. > > Signed-off-by: Maxime Coquelin > --- > lib/librte_vhost/vdpa.c | 116 +--- > 1 file changed, 98 insert

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

2020-06-11 Thread Maxime Coquelin
This patch introduces vDPA device class. It will enable application to iterate over the vDPA devices. Signed-off-by: Maxime Coquelin --- lib/librte_vhost/vdpa.c | 116 +--- 1 file changed, 98 insertions(+), 18 deletions(-) diff --git a/lib/librte_vhost/vdpa.c