Re: [09/38] xen: netfront: explicitly generate arp_notify event after migration.

Previous thread: [08/38] arp_notify: allow drivers to explicitly request a notification event. by Greg KH on Friday, August 6, 2010 - 11:30 am. (1 message)

Next thread: [12/38] 9p: strlen() doesnt count the terminator by Greg KH on Friday, August 6, 2010 - 11:30 am. (1 message)
From: Greg KH
Date: Friday, August 6, 2010 - 11:30 am

2.6.35-stable review patch.  If anyone has any objections, please let us know.

------------------

From: Ian Campbell <Ian.Campbell@citrix.com>

commit 592970675c9522bde588b945388c7995c8b51328 upstream.

Use newly introduced netif_notify_peers() method to ensure a gratuitous ARP is
generated after a migration.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Stephen Hemminger <shemminger@linux-foundation.org>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: David S. Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Cc: xen-devel@lists.xensource.com
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/net/xen-netfront.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/net/xen-netfront.c
+++ b/drivers/net/xen-netfront.c
@@ -1621,6 +1621,7 @@ static void backend_changed(struct xenbu
 		if (xennet_connect(netdev) != 0)
 			break;
 		xenbus_switch_state(dev, XenbusStateConnected);
+		netif_notify_peers(netdev);
 		break;
 
 	case XenbusStateClosing:


--

From: Ian Campbell
Date: Tuesday, August 10, 2010 - 6:07 am

Hi Greg,

Looks like I forgot to request this for 2.6.32 too, could you queue it
up there as well?

It depends on the previous patch in this series (arp_notify: allow
drivers to explicitly request a notification event.).

Thanks,
Ian.



--

From: Greg KH
Date: Wednesday, August 11, 2010 - 12:43 pm

Now queued up for .32 and .34-stable kernels.

thanks,

greg k-h
--

Previous thread: [08/38] arp_notify: allow drivers to explicitly request a notification event. by Greg KH on Friday, August 6, 2010 - 11:30 am. (1 message)

Next thread: [12/38] 9p: strlen() doesnt count the terminator by Greg KH on Friday, August 6, 2010 - 11:30 am. (1 message)