Re: [PATCH net-next] ibmvnic: Remove netdev notify for failover resets

2017-06-13 Thread David Miller
From: Nathan Fontenot Date: Mon, 12 Jun 2017 20:47:45 -0400 > When handling a driver reset due to a failover of the backing > server on the vios, doing the netdev_notify_peers() can cause > network traffic to stall or halt. Remove the netdev notify call > for failover resets. > > Signed-off-by:

[PATCH net-next] ibmvnic: Remove netdev notify for failover resets

2017-06-12 Thread Nathan Fontenot
When handling a driver reset due to a failover of the backing server on the vios, doing the netdev_notify_peers() can cause network traffic to stall or halt. Remove the netdev notify call for failover resets. Signed-off-by: Nathan Fontenot --- drivers/net/ethernet/ibm/ibmvnic.c |4 +++- 1 fi