From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: description of gnttab_max_frames command line option. Date: Mon, 18 Jan 2016 12:53:40 +0000 Message-ID: <1453121620.6020.152.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel Cc: Jan Beulich , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org docs/misc/xen-command-line.markdown says: ### gnttab\_max\_frames > `= ` Specify the maximum number of frames per grant table operation. Is this true? I thought the limit was on the number of pages which the guest may use as grant table memory, rather than the maximum number of operations which a single gnttabop is allowed to contain. Also: ### gnttab\_max\_maptrack\_frames > `= ` Specify the maximum number of maptrack frames domain. I can't parse this one at all. I think it might be trying to say that it specifies a per-domain maximum to the number of pages used as maptrack pages? Ian.