diff options
author | Vladimir Oltean | 2022-02-15 19:02:13 +0200 |
---|---|---|
committer | David S. Miller | 2022-02-16 11:21:04 +0000 |
commit | 263029ae317298a3719d2cd88a818c3a29a80e15 (patch) | |
tree | 38587ef3cd43ba31f241f9d23e855770c8be2421 /.clang-format | |
parent | 8d23a54f5beea59b560855fb571e5d73d783e0b4 (diff) |
net: bridge: make nbp_switchdev_unsync_objs() follow reverse order of sync()
There may be switchdev drivers that can add/remove a FDB or MDB entry
only as long as the VLAN it's in has been notified and offloaded first.
The nbp_switchdev_sync_objs() method satisfies this requirement on
addition, but nbp_switchdev_unsync_objs() first deletes VLANs, then
deletes MDBs and FDBs. Reverse the order of the function calls to cater
to this requirement.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions