Re: [dpdk-dev] [PATCH v2 05/14] vhost: replace device ID in vDPA ops

2020-06-26 Thread Adrian Moreno
On 6/24/20 2:26 PM, Maxime Coquelin wrote: > This patch is a preliminary step to get rid of the > vDPA device ID. It makes vDPA callbacks to use the > vDPA device struct as a reference instead of the ID. > > Signed-off-by: Maxime Coquelin > --- > drivers/vdpa/ifc/ifcvf_vdpa.c | 79 ++

[dpdk-dev] [PATCH v2 05/14] vhost: replace device ID in vDPA ops

2020-06-24 Thread Maxime Coquelin
This patch is a preliminary step to get rid of the vDPA device ID. It makes vDPA callbacks to use the vDPA device struct as a reference instead of the ID. Signed-off-by: Maxime Coquelin --- drivers/vdpa/ifc/ifcvf_vdpa.c | 79 ++-- drivers/vdpa/mlx5/mlx5_vdpa.c | 134