On Mon, Jul 22, 2024 at 02:59:08PM -0300, Fabiano Rosas wrote: > Add a new data structure to replace p->pages in the multifd > channel. This new structure will hide the multifd payload type behind > an union, so we don't need to add a new field to the channel each time > we want to handle a different data type. > > This also allow us to keep multifd_send_pages() as is, without needing > to complicate the pointer switching. > > Signed-off-by: Fabiano Rosas <faro...@suse.de>
Reviewed-by: Peter Xu <pet...@redhat.com> -- Peter Xu