diff options
author | Tobias Waldekranz <[email protected]> | 2021-01-13 09:42:51 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-01-14 17:11:55 -0800 |
commit | 32d4c5647aad131cde0a056171d031d21c4380a2 (patch) | |
tree | 635982d83bd0c4d0d8b116ff3d1f28f37313acce /tools/perf/scripts/python/sctop.py | |
parent | bb5c64c879e5684d8e65421ae3c3d3094ecb71c3 (diff) |
net: bonding: Notify ports about their initial state
When creating a static bond (e.g. balance-xor), all ports will always
be enabled. This is set, and the corresponding notification is sent
out, before the port is linked to the bond upper.
In the offloaded case, this ordering is hard to deal with.
The lower will first see a notification that it can not associate with
any bond. Then the bond is joined. After that point no more
notifications are sent, so all ports remain disabled.
This change simply sends an extra notification once the port has been
linked to the upper to synchronize the initial state.
Signed-off-by: Tobias Waldekranz <[email protected]>
Acked-by: Jay Vosburgh <[email protected]>
Tested-by: Vladimir Oltean <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions