[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1319448669.3385.161.camel@zakaz.uk.xensource.com>
Date: Mon, 24 Oct 2011 10:31:08 +0100
From: Ian Campbell <Ian.Campbell@...rix.com>
To: Daniel De Graaf <dgdegra@...ho.nsa.gov>,
David Miller <davem@...emloft.net>
CC: "konrad.wilk@...cle.com" <konrad.wilk@...cle.com>,
David Vrabel <david.vrabel@...rix.com>,
"xen-devel@...ts.xensource.com" <xen-devel@...ts.xensource.com>,
<netdev@...r.kernel.org>
Subject: Re: [PATCH 5/6] xen/netback: Enable netback on HVM guests
On Thu, 2011-10-20 at 16:35 +0100, Daniel De Graaf wrote:
> Signed-off-by: Daniel De Graaf <dgdegra@...ho.nsa.gov>
Acked-by: Ian Campbell <ian.campbell@...rix.com>
Normally netback patches would go in via the networking subsystem
maintainer's tree but since this depends on core Xen patches from this
series and is unlikely to conflict with anything in the net-next tree I
suspect it would make more sense for Konrad to take this one.
David (Miller) does that work for you?
Ian.
> ---
> drivers/net/xen-netback/netback.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c
> index 3af2924..9d80f99 100644
> --- a/drivers/net/xen-netback/netback.c
> +++ b/drivers/net/xen-netback/netback.c
> @@ -1626,7 +1626,7 @@ static int __init netback_init(void)
> int rc = 0;
> int group;
>
> - if (!xen_pv_domain())
> + if (!xen_domain())
> return -ENODEV;
>
> xen_netbk_group_nr = num_online_cpus();
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists