"Daniel P. Berrange" <[email protected]> wrote: > On Tue, Aug 08, 2017 at 06:26:18PM +0200, Juan Quintela wrote: >> Indicates how many pages we are going to send in each batch to a multifd >> thread. >> >> Signed-off-by: Juan Quintela <[email protected]> >> Reviewed-by: Dr. David Alan Gilbert <[email protected]> >> >> -- >> >> Be consistent with defaults and documentation >> Use new DEFINE_PROP_* >> @@ -1117,6 +1120,9 @@ >> # number of sockets used for migration. >> # The default value is 2 (since 2.11) >> # >> +# @x-multifd-group: Number of pages sent together to a thread >> +# The default value is 16 (since 2.11) > > Bikesheeding - how about "x-multifd-page-count" ? 'group' didn't > give me much idea what it was controlling until reading the docs.
Done, thanks. I was about to change it to pages, but once here, the length don't matter. Later, Juan.
