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

2022-01-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We are only sending normal pages through multifd channels. > Later on this series, we are going to also send zero pages. > We are going to dectect if a page is zero or non zero in the multifd ^ typo > channel thread, not on the

[PATCH v4 14/23] multifd: Use normal pages array on the send side

2022-01-11 Thread Juan Quintela
We are only sending normal pages through multifd channels. Later on this series, we are going to also send zero pages. We are going to dectect if a page is zero or non zero in the multifd channel thread, not on the main thread. So we receive an array of pages page->offset[N] And we will end