commit | 6dc18fa6f4cad69c892d6fb9499f7e41c6a88a8e | [log] [tgz] |
---|---|---|
author | Quentin Monnet <quentin.monnet@netronome.com> | Fri Nov 09 13:03:27 2018 +0000 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Nov 10 15:39:53 2018 -0800 |
tree | 9895b73aab0eaed2e1427185f23b5ef9317494a5 | |
parent | 341b3e7b7b89315c43d262da3199098bcf9bbe57 [diff] |
bpf: call finalize() from its callback in struct bpf_offload_dev In a way similar to the change previously brought to the verify_insn hook, switch to the newly added ops in struct bpf_prog_offload for calling the functions used to perform final verification steps for offloaded programs. Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>