From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Implement 3-level event channel routines in Linux. Date: Thu, 3 Jan 2013 12:12:42 +0000 Message-ID: <50E575BA.2060305@citrix.com> References: <1356979137-18484-1-git-send-email-wei.liu2@citrix.com> <20130102182618.GA13501@phenom.dumpdata.com> <1357152418.8077.75.camel@iceland> <20130102211203.GA15122@phenom.dumpdata.com> <1357214965.18503.11.camel@iceland> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1357214965.18503.11.camel@iceland> 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@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 03/01/13 12:09, Wei Liu wrote: > >>> For both cases, what do you have in mind for the metric that used to >>> trigger the switch? How much RAM / how many CPUs is the threshold? >> No idea. At what point are we running out of the events? > In practice, if you have hundreds or thousands of guests running you're > likely of running out of event channels. I presume host capable of doing > this has lots of RAM and CPUs... > > > Wei. Yes, but the per-cpu stacks are still a fixed size. Xen uses 4 (and a half-ish) pages. Linux I would guess is similar. ~Andrew