Re: [PATCH v4 08/23] multifd: Move iov from pages to params

2022-01-27 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> This will allow us to reduce the number of system calls on the next patch. > >> > >> Signed-off-by: Juan Quintela > >> --- > >> migration/multifd.h | 8 ++--

Re: [PATCH v4 08/23] multifd: Move iov from pages to params

2022-01-25 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> This will allow us to reduce the number of system calls on the next patch. >> >> Signed-off-by: Juan Quintela >> --- >> migration/multifd.h | 8 ++-- >> migration/multifd.c | 34

Re: [PATCH v4 08/23] multifd: Move iov from pages to params

2022-01-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > This will allow us to reduce the number of system calls on the next patch. > > Signed-off-by: Juan Quintela > --- > migration/multifd.h | 8 ++-- > migration/multifd.c | 34 -- > 2 files changed, 30

[PATCH v4 08/23] multifd: Move iov from pages to params

2022-01-11 Thread Juan Quintela
This will allow us to reduce the number of system calls on the next patch. Signed-off-by: Juan Quintela --- migration/multifd.h | 8 ++-- migration/multifd.c | 34 -- 2 files changed, 30 insertions(+), 12 deletions(-) diff --git a/migration/multifd.h