"vdpa/mlx5: make statistics counters persistent"
On 2/24/22 16:51, Xueming Li wrote:
To speed the device suspend and resume time, make counter persitent in reconfiguration until the device gets removed.
"In order to speed-up the device suspend and resume, make the statistics counters persistent in reconfiguration..."
Signed-off-by: Xueming Li <xuemi...@nvidia.com> --- doc/guides/vdpadevs/mlx5.rst | 6 ++++++ drivers/vdpa/mlx5/mlx5_vdpa.c | 19 +++++++---------- drivers/vdpa/mlx5/mlx5_vdpa.h | 1 + drivers/vdpa/mlx5/mlx5_vdpa_virtq.c | 32 +++++++++++------------------ 4 files changed, 26 insertions(+), 32 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime