Re: [PATCH 5/5] migration/rdma: Check for postcopy sooner

2023-05-04 Thread Daniel P . Berrangé
On Thu, May 04, 2023 at 01:44:43PM +0200, Juan Quintela wrote: > It makes no sense first try to see if there is an rdma error and then > do nothing on postcopy stage. Change it so we check we are in > postcopy before doing anything. > > Signed-off-by: Juan Quintela > --- > migration/rdma.c | 34

[PATCH 5/5] migration/rdma: Check for postcopy sooner

2023-05-04 Thread Juan Quintela
It makes no sense first try to see if there is an rdma error and then do nothing on postcopy stage. Change it so we check we are in postcopy before doing anything. Signed-off-by: Juan Quintela --- migration/rdma.c | 34 +- 1 file changed, 17 insertions(+), 17 del