diff options
author | Vladimir Oltean <[email protected]> | 2021-01-09 02:01:52 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2021-01-11 16:00:57 -0800 |
commit | a52b2da778fc93e01c4e5a744953f2ba1ec01c00 (patch) | |
tree | ceee4f81ffda53657b8e10aa23a8248fa416ef0f /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 77b61365ecefb2404326c924e215f1ed5a680285 (diff) |
net: dsa: remove the transactional logic from MDB entries
For many drivers, the .port_mdb_prepare callback was not a good opportunity
to avoid any error condition, and they would suppress errors found during
the actual commit phase.
Where a logical separation between the prepare and the commit phase
existed, the function that used to implement the .port_mdb_prepare
callback still exists, but now it is called directly from .port_mdb_add,
which was modified to return an int code.
Signed-off-by: Vladimir Oltean <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Reviewed-by: Kurt Kanzenbach <[email protected]> # hellcreek
Reviewed-by: Linus Wallei <[email protected]> # RTL8366
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions