Re: [dpdk-dev] [PATCH] vdpa/mlx5: fix live migration termination

2020-07-28 Thread Maxime Coquelin
On 7/24/20 2:07 PM, Matan Azrad wrote: > There are a lot of per virtq operations in the live migration > handling. > > Before the driver support for queue update, when a virtq was not valid, > all the LM handling was terminated. > > But now, when the driver supports queue update, the virtq can

Re: [dpdk-dev] [PATCH] vdpa/mlx5: fix live migration termination

2020-07-28 Thread Maxime Coquelin
On 7/24/20 2:07 PM, Matan Azrad wrote: > There are a lot of per virtq operations in the live migration > handling. > > Before the driver support for queue update, when a virtq was not valid, > all the LM handling was terminated. > > But now, when the driver supports queue update, the virtq can

[dpdk-dev] [PATCH] vdpa/mlx5: fix live migration termination

2020-07-24 Thread Matan Azrad
There are a lot of per virtq operations in the live migration handling. Before the driver support for queue update, when a virtq was not valid, all the LM handling was terminated. But now, when the driver supports queue update, the virtq can be invalid as legal stage. Skip invalid virtq in LM ha