|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] increase evtchn limits
On 21/05/2010 06:07, "Zhigang Wang" <zhigang.x.wang@xxxxxxxxxx> wrote:
>> unsigned long evtchn_pending[sizeof(unsigned long) * 8];
>>
> I'm not sure, but it seems: 1024 for 32bit and 4096 for 64bit.
>
> 32bit: 4 * (4 * 8) * 8 = 1024
> 64bit: 8 * (8 * 8) * 8 = 4096
This is correct. Which is why I wonder how many CPUs you are dealing with,
and how many event channels are being allocated per CPU. 4096 event channels
ought to be plenty for dom0 bringup on even a very big system.
K.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|