Re: [Xen-devel] [PATCH v6 06/12] tools: set grant limits for xenstore stubdom

2017-09-18 Thread Wei Liu
On Wed, Sep 13, 2017 at 05:46:45PM +0200, Juergen Gross wrote: > When creating a Xenstore stubdom set the grant limits: the stubdom > will need to setup a very limited amount of grants only, so 1 grant > frame is enough. For being able to support up to 32768 domains it > will need 128 maptrack fram

[Xen-devel] [PATCH v6 06/12] tools: set grant limits for xenstore stubdom

2017-09-13 Thread Juergen Gross
When creating a Xenstore stubdom set the grant limits: the stubdom will need to setup a very limited amount of grants only, so 1 grant frame is enough. For being able to support up to 32768 domains it will need 128 maptrack frames (1 mapping per domain, 256 maptrack entries per maptrack frame). Si