Re: [PATCH v4 13/15] vdpa/mlx5: add device close task

2022-06-20 Thread Maxime Coquelin
On 6/18/22 11:02, Li Zhang wrote: Split the virtqs device close tasks after stopping virt-queue between the configuration threads. This accelerates the LM process and reduces its time by 50%. Signed-off-by: Li Zhang Acked-by: Matan Azrad --- drivers/vdpa/mlx5/mlx5_vdpa.c | 56

[PATCH v4 13/15] vdpa/mlx5: add device close task

2022-06-18 Thread Li Zhang
Split the virtqs device close tasks after stopping virt-queue between the configuration threads. This accelerates the LM process and reduces its time by 50%. Signed-off-by: Li Zhang Acked-by: Matan Azrad --- drivers/vdpa/mlx5/mlx5_vdpa.c | 56 +-- drivers/vdpa/ml