Re: [Xen-devel] [RFC PATCH V2 1/4] xen/hap: Increase hap page pool size for more vcpus support

2017-09-01 Thread Lan Tianyu
On 2017年09月01日 16:34, Jan Beulich wrote: On 01.09.17 at 10:19, wrote: >> On 2017年08月31日 21:56, Andrew Cooper wrote: >>> On 31/08/17 06:01, Lan Tianyu wrote: This patch is to increase hap page pool size to support more vcpus in single >> VM. Signed-off-by: Lan Tianyu >>>

Re: [Xen-devel] [RFC PATCH V2 1/4] xen/hap: Increase hap page pool size for more vcpus support

2017-09-01 Thread Jan Beulich
>>> On 01.09.17 at 10:19, wrote: > On 2017年08月31日 21:56, Andrew Cooper wrote: >> On 31/08/17 06:01, Lan Tianyu wrote: >>> This patch is to increase hap page pool size to support more vcpus in >>> single > VM. >>> >>> Signed-off-by: Lan Tianyu >>> --- >>> xen/arch/x86/mm/hap/hap.c | 10

Re: [Xen-devel] [RFC PATCH V2 1/4] xen/hap: Increase hap page pool size for more vcpus support

2017-09-01 Thread Lan Tianyu
On 2017年08月31日 21:56, Andrew Cooper wrote: > On 31/08/17 06:01, Lan Tianyu wrote: >> This patch is to increase hap page pool size to support more vcpus in single >> VM. >> >> Signed-off-by: Lan Tianyu >> --- >> xen/arch/x86/mm/hap/hap.c | 10 +- >> 1 file changed, 9 insertions(+), 1 dele

Re: [Xen-devel] [RFC PATCH V2 1/4] xen/hap: Increase hap page pool size for more vcpus support

2017-08-31 Thread Andrew Cooper
On 31/08/17 06:01, Lan Tianyu wrote: > This patch is to increase hap page pool size to support more vcpus in single > VM. > > Signed-off-by: Lan Tianyu > --- > xen/arch/x86/mm/hap/hap.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/xen/arch/x86/mm/hap/hap.c b

[Xen-devel] [RFC PATCH V2 1/4] xen/hap: Increase hap page pool size for more vcpus support

2017-08-31 Thread Lan Tianyu
This patch is to increase hap page pool size to support more vcpus in single VM. Signed-off-by: Lan Tianyu --- xen/arch/x86/mm/hap/hap.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/mm/hap/hap.c b/xen/arch/x86/mm/hap/hap.c index cdc77a9..96a7ed0 1006