Re: [Xen-devel] [RFC PATCH 0/5] Extend resources to support more vcpus in single VM

2017-08-30 Thread George Dunlap
On 08/30/2017 08:12 AM, Jan Beulich wrote: On 30.08.17 at 07:33, wrote: >> On 2017年08月29日 16:49, Jan Beulich wrote: >> On 29.08.17 at 06:38, wrote: On 2017年08月25日 22:10, Meng Xu wrote: > How many VCPUs for a single VM do you want to support with this patch set? Hi Meng

Re: [Xen-devel] [RFC PATCH 0/5] Extend resources to support more vcpus in single VM

2017-08-30 Thread Jan Beulich
>>> On 30.08.17 at 07:33, wrote: > On 2017年08月29日 16:49, Jan Beulich wrote: > On 29.08.17 at 06:38, wrote: >>> On 2017年08月25日 22:10, Meng Xu wrote: How many VCPUs for a single VM do you want to support with this patch set? >>> >>> Hi Meng: >>> Sorry for later response. We hope to inc

Re: [Xen-devel] [RFC PATCH 0/5] Extend resources to support more vcpus in single VM

2017-08-29 Thread Lan Tianyu
On 2017年08月29日 16:49, Jan Beulich wrote: On 29.08.17 at 06:38, wrote: >> On 2017年08月25日 22:10, Meng Xu wrote: >>> How many VCPUs for a single VM do you want to support with this patch set? >> >> Hi Meng: >> Sorry for later response. We hope to increase max vcpu number to 512. >> This als

Re: [Xen-devel] [RFC PATCH 0/5] Extend resources to support more vcpus in single VM

2017-08-29 Thread Jan Beulich
>>> On 29.08.17 at 06:38, wrote: > On 2017年08月25日 22:10, Meng Xu wrote: >> How many VCPUs for a single VM do you want to support with this patch set? > > Hi Meng: > Sorry for later response. We hope to increase max vcpu number to 512. > This also have dependency on other jobs(i.e, cpu topol

Re: [Xen-devel] [RFC PATCH 0/5] Extend resources to support more vcpus in single VM

2017-08-28 Thread Lan Tianyu
On 2017年08月25日 22:10, Meng Xu wrote: > Hi Tianyu, > > On Thu, Aug 24, 2017 at 10:52 PM, Lan Tianyu wrote: >> >> This patchset is to extend some resources(i.e, event channel, >> hap and so) to support more vcpus for single VM. >> >> >> Chao Gao (1): >> xl/libacpi: extend lapic_id() to uint32_t >

Re: [Xen-devel] [RFC PATCH 0/5] Extend resources to support more vcpus in single VM

2017-08-25 Thread Meng Xu
Hi Tianyu, On Thu, Aug 24, 2017 at 10:52 PM, Lan Tianyu wrote: > > This patchset is to extend some resources(i.e, event channel, > hap and so) to support more vcpus for single VM. > > > Chao Gao (1): > xl/libacpi: extend lapic_id() to uint32_t > > Lan Tianyu (4): > xen/hap: Increase hap size

[Xen-devel] [RFC PATCH 0/5] Extend resources to support more vcpus in single VM

2017-08-25 Thread Lan Tianyu
This patchset is to extend some resources(i.e, event channel, hap and so) to support more vcpus for single VM. Chao Gao (1): xl/libacpi: extend lapic_id() to uint32_t Lan Tianyu (4): xen/hap: Increase hap size for more vcpus support XL: Increase event channels to support more vcpus Tool/A