Re: [PATCH v3 01/23] multifd: Delete useless operation

2021-11-26 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> "Dr. David Alan Gilbert" wrote: >> > * Juan Quintela (quint...@redhat.com) wrote: >> >> We are divining by page_size to multiply again in the only use. >> > ^--- typo >> >> Once there, impreve the comme

Re: [PATCH v3 01/23] multifd: Delete useless operation

2021-11-25 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> We are divining by page_size to multiply again in the only use. > > ^--- typo > >> Once there, impreve the comments. > > ^--- typo > >

Re: [PATCH v3 01/23] multifd: Delete useless operation

2021-11-24 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We are divining by page_size to multiply again in the only use. > ^--- typo >> Once there, impreve the comments. > ^--- typo >> >> Signed-off-by: Juan Quintela > > OK, with the typo's

Re: [PATCH v3 01/23] multifd: Delete useless operation

2021-11-24 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We are divining by page_size to multiply again in the only use. ^--- typo > Once there, impreve the comments. ^--- typo > > Signed-off-by: Juan Quintela OK, with the typo's fixed: Reviewed-by: Dr. David Alan Gilbert

[PATCH v3 01/23] multifd: Delete useless operation

2021-11-24 Thread Juan Quintela
We are divining by page_size to multiply again in the only use. Once there, impreve the comments. Signed-off-by: Juan Quintela --- migration/multifd-zlib.c | 13 - migration/multifd-zstd.c | 13 - 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/migration/m