Re: [dpdk-dev] [PATCH v2 02/13] vdpa/mlx5: support queues number operation

2020-01-30 Thread Maxime Coquelin
On 1/29/20 11:08 AM, Matan Azrad wrote: > Support get_queue_num operation to get the maximum number of queues > supported by the device. > > This number comes from the DevX capabilities. > > Signed-off-by: Matan Azrad > Acked-by: Viacheslav Ovsiienko > --- > drivers/vdpa/mlx5/mlx5_vdpa.c |

[dpdk-dev] [PATCH v2 02/13] vdpa/mlx5: support queues number operation

2020-01-29 Thread Matan Azrad
Support get_queue_num operation to get the maximum number of queues supported by the device. This number comes from the DevX capabilities. Signed-off-by: Matan Azrad Acked-by: Viacheslav Ovsiienko --- drivers/vdpa/mlx5/mlx5_vdpa.c | 54 ++- 1 file change