diff options
| author | Vladimir Oltean <[email protected]> | 2021-08-14 02:04:22 +0300 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-08-16 11:14:18 +0100 |
| commit | b2b8913341119491a13d9b11b073dc3c4f907cb8 (patch) | |
| tree | 3468baeb2dbe345af63923e1032e754f172c52f3 /tools/perf/scripts/python/bin | |
| parent | 944f510176ebdf6b3a71f7cefea334bd3d203de2 (diff) | |
net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa
During the development of the blamed patch, the "bool broadcast"
argument of dsa_port_tag_8021q_vlan_{add,del} was originally called
"bool local", and the meaning was the exact opposite.
Due to a rookie mistake where the patch was modified at the last minute
without retesting, the instances of dsa_port_tag_8021q_vlan_{add,del}
are called with the wrong values. During setup and teardown, cross-chip
notifiers should not be broadcast to all DSA trees, while during
bridging, they should.
Fixes: 724395f4dc95 ("net: dsa: tag_8021q: don't broadcast during setup/teardown")
Signed-off-by: Vladimir Oltean <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions