[dpdk-dev] [PATCH 2/3] vdpa/mlx5: separate virtq stop

2020-04-26 Thread Matan Azrad
In live migration, before logging the virtq, the driver queries the virtq 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 Acked-by: Viacheslav Ovsiienko Reviewed-by: Maxime Coquelin ---

Re: [dpdk-dev] [PATCH 2/3] vdpa/mlx5: separate virtq stop

2020-04-10 Thread Maxime Coquelin
On 4/10/20 3:59 PM, Matan Azrad wrote: > > Hi Maxime > > From: Maxime Coquelin >> 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/ > Ok, can this small change be done in integration? Of course! > >>

Re: [dpdk-dev] [PATCH 2/3] vdpa/mlx5: separate virtq stop

2020-04-10 Thread Matan Azrad
Hi Maxime From: Maxime Coquelin > 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/ Ok, can this small change be done in integration? > > indexes after moving it to suspend mode. > > > > Separate this met

Re: [dpdk-dev] [PATCH 2/3] vdpa/mlx5: separate virtq stop

2020-04-09 Thread Maxime Coquelin
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 Azr

[dpdk-dev] [PATCH 2/3] vdpa/mlx5: separate virtq stop

2020-03-31 Thread Matan Azrad
In live migration, before loging the virtq, the driver queries the virtq 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 Acked-by: Viacheslav Ovsiienko --- drivers/vdpa/mlx5/mlx5_vdpa.h