[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen stable-4.6] docs: correct descriptions of gnttab_max_{, maptrack}_frames
commit 5929e25d98b59c64d7fd37fe4b885e2f1b0d717f Author: Ian Campbell <ian.campbell@xxxxxxxxxx> AuthorDate: Wed Jan 20 13:59:02 2016 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Jan 20 13:59:02 2016 +0100 docs: correct descriptions of gnttab_max_{, maptrack}_frames gnttab_max_frames incorrectly referred to numbers of grant tab operations and gnttab_max_maptrack_frames was confusingly worded. Add the default for gnttab_max_frames while here (it's currently the same on all arches since no arch uses the available arch override) and adjust the default for gnttab_max_maptrack_frames to match the normal form. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> master commit: ef17887d848dae0ca46231b47bf30d3c1d4aa87d master date: 2016-01-19 16:24:44 +0000 --- docs/misc/xen-command-line.markdown | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/misc/xen-command-line.markdown b/docs/misc/xen-command-line.markdown index 7c936c1..b887d53 100644 --- a/docs/misc/xen-command-line.markdown +++ b/docs/misc/xen-command-line.markdown @@ -736,13 +736,18 @@ Specify the serial parameters for the GDB stub. ### gnttab\_max\_frames > `= <integer>` -Specify the maximum number of frames per grant table operation. +> Default: `32` + +Specify the maximum number of frames which any domain may use as part +of its grant table. ### gnttab\_max\_maptrack\_frames > `= <integer>` -Specify the maximum number of maptrack frames domain. -The default value is 8 times **gnttab\_max\_frames**. +> Default: `8 * gnttab_max_frames` + +Specify the maximum number of frames to use as part of a domains +maptrack array. ### gnttab\_max\_nr\_frames > `= <integer>` -- generated by git-patchbot for /home/xen/git/xen.git#stable-4.6 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |