diff options
author | Martin KaFai Lau <[email protected]> | 2023-02-16 16:41:47 -0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2023-02-17 16:19:23 +0100 |
commit | af2d0d09eabe98b01bf02b236e381edae4209778 (patch) | |
tree | 3fd4af59d6648e671783a6f4430719bffaa9766a /drivers/usb/cdns3/cdns3-debug.h | |
parent | 1596dae2f17ec5c6e8c8f0e3fec78c5ae55c1e0b (diff) |
bpf: Disable bh in bpf_test_run for xdp and tc prog
Some of the bpf helpers require bh disabled. eg. The bpf_fib_lookup
helper that will be used in a latter selftest. In particular, it
calls ___neigh_lookup_noref that expects the bh disabled.
This patch disables bh before calling bpf_prog_run[_xdp], so
the testing prog can also use those helpers.
Signed-off-by: Martin KaFai Lau <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions