From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754730Ab1LIVXT (ORCPT ); Fri, 9 Dec 2011 16:23:19 -0500 Received: from smtp.ctxuk.citrix.com ([62.200.22.115]:49622 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754604Ab1LIVXR (ORCPT ); Fri, 9 Dec 2011 16:23:17 -0500 X-IronPort-AV: E=Sophos;i="4.71,328,1320624000"; d="scan'208";a="9393870" Subject: Re: [PATCH v3 REPOST] xen-netfront: delay gARP until backend switches to Connected From: Ian Campbell To: David Miller CC: "lersek@redhat.com" , "konrad.wilk@oracle.com" , "jeremy@goop.org" , "xen-devel@lists.xensource.com" , "virtualization@lists.linux-foundation.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" In-Reply-To: <20111209.134514.2071890208094978847.davem@davemloft.net> References: <1323430738-3798-1-git-send-email-lersek@redhat.com> <20111209.134514.2071890208094978847.davem@davemloft.net> Content-Type: text/plain; charset="ISO-8859-1" Organization: Citrix Systems, Inc. Date: Fri, 9 Dec 2011 21:23:00 +0000 Message-ID: <1323465781.20936.49.camel@dagon.hellion.org.uk> MIME-Version: 1.0 X-Mailer: Evolution 2.32.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2011-12-09 at 18:45 +0000, David Miller wrote: > From: Laszlo Ersek > Date: Fri, 9 Dec 2011 12:38:58 +0100 > > > These two together provide complete ordering. Sub-condition (1) is > > satisfied by pvops commit 43223efd9bfd. > > I don't see this commit in Linus's tree, The referenced commit is in git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git#xen/next-2.6.32 some people call the "pvops tree" but there's no reason to expect someone outside the Xen world to know that... A better reference would have been 6b0b80ca7165 in git://xenbits.xen.org/people/ianc/linux-2.6.git#upstream/dom0/backend/netback-history which is the precise branch that was flattened to make f942dc2552b8, which is the upstream commit that added netback, so this change is already in upstream. Ian.