Skip to content

Commit 2ce9e4e

Browse files
jallen93davem330
authored andcommitted
ibmvnic: Send gratuitous arp on reset
Send gratuitous arp after any reset. Signed-off-by: John Allen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 017892c commit 2ce9e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/ibm/ibmvnic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,6 +1273,7 @@ static int do_reset(struct ibmvnic_adapter *adapter,
12731273
for (i = 0; i < adapter->req_rx_queues; i++)
12741274
napi_schedule(&adapter->napi[i]);
12751275

1276+
netdev_notify_peers(netdev);
12761277
return 0;
12771278
}
12781279

0 commit comments

Comments
 (0)