Re: [PATCH 10/14] migration/multifd: Move total_normal_pages accounting

2024-01-31 Thread Fabiano Rosas
pet...@redhat.com writes: > From: Peter Xu > > Just like the previous patch, move the accounting for total_normal_pages on > both src/dst sides into the packet fill/unfill procedures. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas

[PATCH 10/14] migration/multifd: Move total_normal_pages accounting

2024-01-31 Thread peterx
From: Peter Xu Just like the previous patch, move the accounting for total_normal_pages on both src/dst sides into the packet fill/unfill procedures. Signed-off-by: Peter Xu --- migration/multifd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migration/multifd.c b/mi