aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorVlad Buslov <[email protected]>2018-09-17 14:01:58 +0300
committerSaeed Mahameed <[email protected]>2019-07-29 16:40:26 -0700
commitb6fac0b46a1a76024698d240f0f9aac552f897b7 (patch)
tree9d3d08fcf8c7dc08fca15fabd7e1e098d500ecda /tools/perf/scripts/python/bin
parentfa833bd52b7b58d8311bf6a0be29a32e62a1f289 (diff)
net/mlx5e: Protect tc flow table with mutex
TC flow table is created when first flow is added, and destroyed when last flow is removed. This assumes that all accesses to the table are externally synchronized with rtnl lock. To remove dependency on rtnl lock, add new mutex mlx5e_tc_table->t_lock and use it to protect the flow table. Signed-off-by: Vlad Buslov <[email protected]> Reviewed-by: Jianbo Liu <[email protected]> Reviewed-by: Roi Dayan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions