diff options
author | Quentin Monnet <[email protected]> | 2018-10-07 12:56:50 +0100 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-10-08 10:24:12 +0200 |
commit | bcfdfb7c962d84ef07aa2b400ef1c9d70e1120e5 (patch) | |
tree | 48b763d5d10cda07ff2658d3e8f03bcb55f8b359 /tools/perf/scripts/python/syscall-counts.py | |
parent | c5da54d93eb43461a5b79e1fdad8409abad83a77 (diff) |
nfp: bpf: ignore helper-related checks for BPF calls in nfp verifier
The checks related to eBPF helper calls are performed each time the nfp
driver meets a BPF_JUMP | BPF_CALL instruction. However, these checks
are not relevant for BPF-to-BPF call (same instruction code, different
value in source register), so just skip the checks for such calls.
While at it, rename the function that runs those checks to make it clear
they apply to _helper_ calls only.
Signed-off-by: Quentin Monnet <[email protected]>
Reviewed-by: Jiong Wang <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions