Re: [RFC PATCH v3 17/30] migration/multifd: Decouple recv method from pages

2024-01-15 Thread Peter Xu
On Mon, Nov 27, 2023 at 05:25:59PM -0300, Fabiano Rosas wrote: > Next patch will abstract the type of data being received by the > channels, so do some cleanup now to remove references to pages and > dependency on 'normal_num'. > > Signed-off-by: Fabiano Rosas Reviewed-by: Peter Xu -- Peter

[RFC PATCH v3 17/30] migration/multifd: Decouple recv method from pages

2023-11-27 Thread Fabiano Rosas
Next patch will abstract the type of data being received by the channels, so do some cleanup now to remove references to pages and dependency on 'normal_num'. Signed-off-by: Fabiano Rosas --- migration/multifd-zlib.c | 2 +- migration/multifd-zstd.c | 2 +- migration/multifd.c | 12