diff options
author | Lijun Pan <[email protected]> | 2020-11-20 16:40:12 -0600 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2020-11-21 15:30:47 -0800 |
commit | 98025bce3a6200a0c4637272a33b5913928ba5b8 (patch) | |
tree | 218a36a56aa5ad16571b741b8679a8e512c0db4a /tools/perf/scripts/python/sched-migration.py | |
parent | 8393597579f5250636f1cff157ea73f402b6501e (diff) |
ibmvnic: notify peers when failover and migration happen
Commit 61d3e1d9bc2a ("ibmvnic: Remove netdev notify for failover resets")
excluded the failover case for notify call because it said
netdev_notify_peers() can cause network traffic to stall or halt.
Current testing does not show network traffic stall
or halt because of the notify call for failover event.
netdev_notify_peers may be used when a device wants to inform the
rest of the network about some sort of a reconfiguration
such as failover or migration.
It is unnecessary to call that in other events like
FATAL, NON_FATAL, CHANGE_PARAM, and TIMEOUT resets
since in those scenarios the hardware does not change.
If the driver must do a hard reset, it is necessary to notify peers.
Fixes: 61d3e1d9bc2a ("ibmvnic: Remove netdev notify for failover resets")
Suggested-by: Brian King <[email protected]>
Suggested-by: Pradeep Satyanarayana <[email protected]>
Signed-off-by: Dany Madden <[email protected]>
Signed-off-by: Lijun Pan <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions