Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752605Ab0BCFUJ (ORCPT ); Wed, 3 Feb 2010 00:20:09 -0500 Received: from mga09.intel.com ([134.134.136.24]:1709 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750735Ab0BCFUF (ORCPT ); Wed, 3 Feb 2010 00:20:05 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,396,1262592000"; d="scan'208";a="592692009" From: Sheng Yang Organization: Intel Opensource Technology Center To: Ian Campbell Subject: Re: [Xen-devel] [PATCH 6/6] xen/hybrid: Enable grant table and xenbus Date: Wed, 3 Feb 2010 13:17:40 +0800 User-Agent: KMail/1.12.2 (Linux/2.6.31-17-generic; KDE/4.3.2; x86_64; ; ) Cc: Jeremy Fitzhardinge , Keir Fraser , "xen-devel" , "linux-kernel@vger.kernel.org" References: <1265098747-10117-1-git-send-email-sheng@linux.intel.com> <201002030046.41799.sheng@linux.intel.com> <1265134143.3247.10.camel@localhost.localdomain> In-Reply-To: <1265134143.3247.10.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201002031317.40185.sheng@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2697 Lines: 57 On Wednesday 03 February 2010 02:09:03 Ian Campbell wrote: > On Tue, 2010-02-02 at 16:46 +0000, Sheng Yang wrote: > > On Wednesday 03 February 2010 00:24:04 Ian Campbell wrote: > > > On Tue, 2010-02-02 at 13:24 +0000, Sheng Yang wrote: > > > > I am not sure if I understand you right, but I think the issue is, > > > > there is no PVonHVM drivers in Linux upstream. The drivers are > > > > currently maintained by OSVs, and the one in Xen upstream code only > > > > support 2.6.18. So I didn't take them into consideration at the time. > > > > > > True, but this is something which should be taken care of by the core > > > Xen-aware code not something which should be pushed down into each > > > driver. > > > > > > Someone who wants to add PVonHVM functionality shouldn't have to go and > > > remove a bunch of conditionals from each driver (or worse add > > > alternative clauses to each check!). > > > > > > > I think the "xen_evtchn_enable()" looks much better. Would replace > > > > these ugly lines in the next version. > > > > > > I think it would be cleaner to encapsulate this in the evtchn code > > > rather than leaking platform knowledge into each driver. IOW the evtchn > > > functions should return failure if event channels are not enabled and > > > the driver should cope with this gracefully. > > > > Agree. That what I suppose to do. What the drivers should only know is, > > if event channel is enabled. > > > > > Or perhaps at the xenbus driver level we should be deciding whether or > > > not we have enough paravirtualisation to be worth probing the drivers > > > at all? > > > > I think current scheme is direct enough for now. We can improve it later. > > Taking a step back I don't think any of these checks are necessary at > all -- in order to get as far as actually probing the devices xenbus > needs to be up and running, which implies event channels, as well as > everything else required for PV drivers to function, are working. > > Drivers for PCI devices don't all start with "if (pci_bus_available())", > they just register the driver and let the kernel's driver core take care > of things. If someone is worried about the overhead of an extra driver > being registered, well that is what modular kernels are for. > > I think that even the existing "if (xen_domain())" check is unnecessary, > at least in the frontend drivers. Um, very reasonable. I would provide another patch for this. -- regards Yang, Sheng -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/