On 3/31/20 1:12 PM, Matan Azrad wrote: > In live migration, before loging the virtq, the driver queries the virtq s/loging/logging/ > indexes after moving it to suspend mode. > > Separate this method to new function mlx5_vdpa_virtq_stop as a > preparation for reusing. > > Signed-off-by: Matan Azrad <ma...@mellanox.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@mellanox.com> > --- > drivers/vdpa/mlx5/mlx5_vdpa.h | 13 +++++++++++++ > drivers/vdpa/mlx5/mlx5_vdpa_lm.c | 17 ++--------------- > drivers/vdpa/mlx5/mlx5_vdpa_virtq.c | 26 ++++++++++++++++++++++++++ > 3 files changed, 41 insertions(+), 15 deletions(-) >
Other than that: Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime