diff options
author | Taehee Yoo <[email protected]> | 2018-07-30 22:22:59 +0900 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-07-31 09:26:34 +0200 |
commit | 1f821611f49a89d2258d256efedd618eda6344be (patch) | |
tree | 6aa90613c1da0e52ed834ed130b233e17f30721b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 486cdf21583e5b1fad488a3e4f0a5242a31c0ffa (diff) |
lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf
run_lwt_bpf is called by bpf_{input/output/xmit}.
These functions are already protected by rcu_read_lock.
because lwtunnel_{input/output/xmit} holds rcu_read_lock
and then calls bpf_{input/output/xmit}.
So that rcu_read_lock in the run_lwt_bpf is unnecessary.
Signed-off-by: Taehee Yoo <[email protected]>
Acked-by: Yonghong Song <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions