Re: [PATCH v4 11/15] vdpa/mlx5: add virtq creation task for MT management

2022-06-20 Thread Maxime Coquelin
On 6/18/22 11:02, Li Zhang wrote: The virtq object and all its sub-resources use a lot of FW commands and can be accelerated by the MT management. Split the virtqs creation between the configuration threads. This accelerates the LM process and reduces its time by 20%. Signed-off-by: Li Zhang

[PATCH v4 11/15] vdpa/mlx5: add virtq creation task for MT management

2022-06-18 Thread Li Zhang
The virtq object and all its sub-resources use a lot of FW commands and can be accelerated by the MT management. Split the virtqs creation between the configuration threads. This accelerates the LM process and reduces its time by 20%. Signed-off-by: Li Zhang Acked-by: Matan Azrad --- drivers/vd