diff options
author | Vlad Buslov <[email protected]> | 2019-03-21 15:17:42 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-03-21 14:32:17 -0700 |
commit | 3d81e7118d572f37456922929b2b289138b2174f (patch) | |
tree | 025029e937dd8f3d4ad6b38faa0594816ec95439 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 272ffaadeb3e739baa70aef7e92ad844b62b3304 (diff) |
net: sched: flower: protect flower classifier state with spinlock
struct tcf_proto was extended with spinlock to be used by classifiers
instead of global rtnl lock. Use it to protect shared flower classifier
data structures (handle_idr, mask hashtable and list) and fields of
individual filters that can be accessed concurrently. This patch set uses
tcf_proto->lock as per instance lock that protects all filters on
tcf_proto.
Signed-off-by: Vlad Buslov <[email protected]>
Reviewed-by: Stefano Brivio <[email protected]>
Acked-by: Jiri Pirko <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions