From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: xen-devel@lists.xensource.com, davem@davemloft.net
Subject: Re: [PATCH v2] xen-netfront: delay gARP until backend switches to Connected
Date: Wed, 13 Jul 2011 09:29:52 -0400 [thread overview]
Message-ID: <20110713132952.GE7618@dumpdata.com> (raw)
In-Reply-To: <1310557487-6094-1-git-send-email-lersek@redhat.com>
On Wed, Jul 13, 2011 at 01:44:47PM +0200, Laszlo Ersek wrote:
> In addition to backporting 43223efd9bfd to the RHEL-5 host side, we needed the
> following in the RHEL-6 guest, in order to fix the network outage after live
> migration. I also tested a Fedora-15 guest (without the patch), and the
Laszlo,
This description is .. well, pointless for upstream patches. Just succinctly
describe the problem, how to reproduce it, and what this patch does.
And do mention more about 43223efd9bfd, like "this is the front
counterpart of patch xen: netback: wait for hotplug scripts to complete before
signalling connected to frontend (43223efd9bfd)"
> backport to the host side alone was not sufficient there either. Therefore I
> think it could be useful to apply this guest-side patch to upstream as well.
>
> Reference: https://bugzilla.redhat.com/show_bug.cgi?id=713585
>
> v1->v2: "port" to Linus's tree; add RHBZ ref.
>
> Signed-off-by: Laszlo Ersek <lersek@redhat.com>
> ---
> drivers/net/xen-netfront.c | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/xen-netfront.c b/drivers/net/xen-netfront.c
> index d29365a..f033656 100644
> --- a/drivers/net/xen-netfront.c
> +++ b/drivers/net/xen-netfront.c
> @@ -1646,7 +1646,6 @@ static void netback_changed(struct xenbus_device *dev,
> case XenbusStateInitialised:
> case XenbusStateReconfiguring:
> case XenbusStateReconfigured:
> - case XenbusStateConnected:
> case XenbusStateUnknown:
> case XenbusStateClosed:
> break;
> @@ -1657,6 +1656,9 @@ static void netback_changed(struct xenbus_device *dev,
> if (xennet_connect(netdev) != 0)
> break;
> xenbus_switch_state(dev, XenbusStateConnected);
> + break;
> +
> + case XenbusStateConnected:
> netif_notify_peers(netdev);
> break;
>
> --
> 1.7.4.4
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2011-07-13 13:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-28 13:01 lost gARP after live migration Laszlo Ersek
2011-06-28 13:03 ` Paolo Bonzini
2011-06-28 13:33 ` Ian Campbell
2011-07-11 14:22 ` [PATCH] xen-netfront: delay gARP until backend switches to Connected Laszlo Ersek
2011-07-12 18:19 ` Konrad Rzeszutek Wilk
2011-07-13 11:44 ` [PATCH v2] " Laszlo Ersek
2011-07-13 13:29 ` Konrad Rzeszutek Wilk [this message]
2011-07-13 16:11 ` [PATCH v3] " Laszlo Ersek
2011-07-14 7:44 ` Ian Campbell
2011-06-28 14:14 ` lost gARP after live migration Ben Hutchings
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110713132952.GE7618@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=davem@davemloft.net \
--cc=lersek@redhat.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.