Re: [PATCH v3 17/23] multifd: Use normal pages array on the send side

2021-12-01 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> Signed-off-by: Juan Quintela > > > > Can you explain a bit more what's going on here? > > Sorry. > > Until patch 20, we have what we had always have: > > pages

Re: [PATCH v3 17/23] multifd: Use normal pages array on the send side

2021-11-30 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Signed-off-by: Juan Quintela > > Can you explain a bit more what's going on here? Sorry. Until patch 20, we have what we had always have: pages that are sent through multifd (non zero pages). We are going to

Re: [PATCH v3 17/23] multifd: Use normal pages array on the send side

2021-11-30 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Signed-off-by: Juan Quintela Can you explain a bit more what's going on here? Dave > --- > migration/multifd.h | 8 ++-- > migration/multifd-zlib.c | 6 +++--- > migration/multifd-zstd.c | 6 +++--- > migration/multifd.c | 30