Re: [RFC PATCH v3 16/30] multifd: Rename MultiFDSendParams::data to compress_data

2024-01-15 Thread Peter Xu
On Mon, Nov 27, 2023 at 05:25:58PM -0300, Fabiano Rosas wrote: > Use a more specific name for the compression data so we can use the > generic for the multifd core code. You also modified the recv side. Touch up the subject would be nice to say both. > > Signed-off-by: Fabiano Rosas Reviewed-

[RFC PATCH v3 16/30] multifd: Rename MultiFDSendParams::data to compress_data

2023-11-27 Thread Fabiano Rosas
Use a more specific name for the compression data so we can use the generic for the multifd core code. Signed-off-by: Fabiano Rosas --- migration/multifd-zlib.c | 20 ++-- migration/multifd-zstd.c | 20 ++-- migration/multifd.h | 4 ++-- 3 files changed, 22