Re: [dpdk-dev] [PATCH v2 07/14] vhost: replace device ID in applications

2020-06-26 Thread Adrian Moreno
On 6/24/20 2:26 PM, Maxime Coquelin wrote: > This patch replaces the use of vDPA device ID with > vDPA device pointer. The goals is to remove the vDPA > device ID to avoid condusion with the Vhost ID. > > Signed-off-by: Maxime Coquelin > --- > examples/vdpa/main.c | 118

[dpdk-dev] [PATCH v2 07/14] vhost: replace device ID in applications

2020-06-24 Thread Maxime Coquelin
This patch replaces the use of vDPA device ID with vDPA device pointer. The goals is to remove the vDPA device ID to avoid condusion with the Vhost ID. Signed-off-by: Maxime Coquelin --- examples/vdpa/main.c | 118 + lib/librte_vhost/rte_vdpa.h