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

2020-06-26 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. Acked-by: Adrián Moreno Signed-off-by: Maxime Coquelin --- examples/vdpa/main.c | 118 + lib/librte_v

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

2020-06-26 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. Acked-by: Adrián Moreno Signed-off-by: Maxime Coquelin --- examples/vdpa/main.c | 118 + lib/librte_v