Re: [PATCH 1/5] multifd: Create property multifd-sync-each-iteration

2022-07-05 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We used to synchronize all channels at the end of each RAM section > sent. That is not needed, so preparing to only synchronize once every > full round in latests patches. > > Notice that we initialize the property as true. We will change the > defa

Re: [PATCH 1/5] multifd: Create property multifd-sync-each-iteration

2022-07-04 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We used to synchronize all channels at the end of each RAM section >> sent. That is not needed, so preparing to only synchronize once every >> full round in latests patches. >> >> Notice that we initialize the prop

Re: [PATCH 1/5] multifd: Create property multifd-sync-each-iteration

2022-06-30 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We used to synchronize all channels at the end of each RAM section > sent. That is not needed, so preparing to only synchronize once every > full round in latests patches. > > Notice that we initialize the property as true. We will change the > defa

[PATCH 1/5] multifd: Create property multifd-sync-each-iteration

2022-06-21 Thread Juan Quintela
We used to synchronize all channels at the end of each RAM section sent. That is not needed, so preparing to only synchronize once every full round in latests patches. Notice that we initialize the property as true. We will change the default when we introduce the new mechanism. Signed-off-by: