]> Git Repo - linux.git/commit
vdpa/mlx5: Parallelize device resume
authorDragos Tatulea <[email protected]>
Fri, 16 Aug 2024 09:01:56 +0000 (12:01 +0300)
committerMichael S. Tsirkin <[email protected]>
Wed, 25 Sep 2024 11:07:42 +0000 (07:07 -0400)
commit5eb8c7eb1ec74ac6b9e7337674cb7a33e82a1e68
tree2e109fced0668b194871554e8526a25d12ef3354
parentdcf3eac01f063df0a60ea779399331d2ac535784
vdpa/mlx5: Parallelize device resume

Currently device resume works on vqs serially. Building up on previous
changes that converted vq operations to the async api, this patch
parallelizes the device resume.

For 1 vDPA device x 32 VQs (16 VQPs) attached to a large VM (256 GB RAM,
32 CPUs x 2 threads per core), the device resume time is reduced from
~16 ms to ~4.5 ms.

Signed-off-by: Dragos Tatulea <[email protected]>
Reviewed-by: Tariq Toukan <[email protected]>
Acked-by: Eugenio PĂ©rez <[email protected]>
Message-Id: <20240816090159.1967650[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Tested-by: Lei Yang <[email protected]>
drivers/vdpa/mlx5/net/mlx5_vnet.c
This page took 0.048932 seconds and 4 git commands to generate.