diff options
author | 2018-07-30 22:22:59 +0900 | |
---|---|---|
committer | 2018-07-31 09:26:34 +0200 | |
commit | 1f821611f49a89d2258d256efedd618eda6344be (patch) | |
tree | 6aa90613c1da0e52ed834ed130b233e17f30721b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bpf: add End.DT6 action to bpf_lwt_seg6_action helper (diff) | |
download | wireguard-linux-1f821611f49a89d2258d256efedd618eda6344be.tar.xz wireguard-linux-1f821611f49a89d2258d256efedd618eda6344be.zip |
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 <ap420073@gmail.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions