1
0
Fork 0

ibmvnic: Send gratuitous arp on reset

Send gratuitous arp after any reset.

Signed-off-by: John Allen <jallen@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
John Allen 2017-05-26 10:30:25 -04:00 committed by David S. Miller
parent 017892c1ec
commit 2ce9e4efbf
1 changed files with 1 additions and 0 deletions

View File

@ -1273,6 +1273,7 @@ static int do_reset(struct ibmvnic_adapter *adapter,
for (i = 0; i < adapter->req_rx_queues; i++)
napi_schedule(&adapter->napi[i]);
netdev_notify_peers(netdev);
return 0;
}