diff options
| author | Quentin Monnet <[email protected]> | 2018-11-09 13:03:31 +0000 |
|---|---|---|
| committer | Alexei Starovoitov <[email protected]> | 2018-11-10 15:39:54 -0800 |
| commit | a40a26322a83d4a26a99ad2616cbd77394c19587 (patch) | |
| tree | 75c3d7938697f5e1aa16efbdf5ed209ada23d8ce /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | eb9119471efbf730c8f830f706026b486eb701dd (diff) | |
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
Function bpf_prog_offload_verifier_prep(), called from the kernel BPF
verifier to run a driver-specific callback for preparing for the
verification step for offloaded programs, takes a pointer to a struct
bpf_verifier_env object. However, no driver callback needs the whole
structure at this time: the two drivers supporting this, nfp and
netdevsim, only need a pointer to the struct bpf_prog instance held by
env.
Update the callback accordingly, on kernel side and in these two
drivers.
Signed-off-by: Quentin Monnet <[email protected]>
Reviewed-by: Jakub Kicinski <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions