Re: [dpdk-dev] [PATCH v2 09/13] vdpa/mlx5: support queue state operation

2020-01-31 Thread Maxime Coquelin
On 1/29/20 11:09 AM, Matan Azrad wrote: > Add support for set_vring_state operation. > > Using DevX API the virtq state can be changed as described in PRM: > enable - move to ready state. > disable - move to suspend state. > > Signed-off-by: Matan Azrad > Acked-by: Viacheslav Ovsi

[dpdk-dev] [PATCH v2 09/13] vdpa/mlx5: support queue state operation

2020-01-29 Thread Matan Azrad
Add support for set_vring_state operation. Using DevX API the virtq state can be changed as described in PRM: enable - move to ready state. disable - move to suspend state. Signed-off-by: Matan Azrad Acked-by: Viacheslav Ovsiienko --- drivers/vdpa/mlx5/mlx5_vdpa.c | 23 ++