Re: [PATCH 2/2] multifd: Fix flush of zero copy page send request

2023-02-02 Thread Juan Quintela
Zhenzhong Duan wrote: > Make IO channel flush call after the inflight request has been drained > in multifd thread, or else we may missed to flush the inflight request. > > Signed-off-by: Zhenzhong Duan Good catch! Reviewed-by: Juan Quintela queued the whole series.

[PATCH 2/2] multifd: Fix flush of zero copy page send request

2022-10-17 Thread Zhenzhong Duan
Make IO channel flush call after the inflight request has been drained in multifd thread, or else we may missed to flush the inflight request. Signed-off-by: Zhenzhong Duan --- migration/multifd.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/migration/multifd.