From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [RFC PATCH 34/35] Add the Xen virtual network device driver. Date: Tue, 9 May 2006 13:32:59 -0700 Message-ID: <20060509203259.GT24291@moss.sous-sol.org> References: <20060509084945.373541000@sous-sol.org> <20060509085201.446830000@sous-sol.org> <20060509132556.76deaa91@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: xen-devel@lists.xensource.com, Ian Pratt , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Wright , virtualization@lists.osdl.org, Christian Limpach Return-path: To: Stephen Hemminger Content-Disposition: inline In-Reply-To: <20060509132556.76deaa91@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com List-Id: netdev.vger.kernel.org * Stephen Hemminger (shemminger@osdl.org) wrote: > > + info->irq = bind_evtchn_to_irqhandler( > > + info->evtchn, netif_int, SA_SAMPLE_RANDOM, > > netdev->name, > > This doesn't look like a real random entropy source. packets > arriving from another domain are easily timed. Heh, given the path they take, that sadly may not be the case ;-) But point well-taken, that's easy to drop. thanks, -chris