From: Daniel Borkmann Date: Mon, 8 Oct 2018 08:24:14 +0000 (+0200) Subject: Merge branch 'bpf-to-bpf-calls-nfp' X-Git-Tag: microblaze-v5.0-rc1~24^2~124^2~1 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=a2046de99193efd870eee4f2055c33bb4e5b4fe2;p=linux-2.6-microblaze.git Merge branch 'bpf-to-bpf-calls-nfp' Quentin Monnet says: ==================== This patch series adds support for hardware offload of programs containing BPF-to-BPF function calls. First, a new callback is added to the kernel verifier, to collect information after the main part of the verification has been performed. Then support for BPF-to-BPF calls is incrementally added to the nfp driver, before offloading programs containing such calls is eventually allowed by lifting the restriction in the kernel verifier, in the last patch. Please refer to individual patches for details. Many thanks to Jiong and Jakub for their precious help and contribution on the main patches for the JIT-compiler, and everything related to stack accesses. ==================== Signed-off-by: Daniel Borkmann --- a2046de99193efd870eee4f2055c33bb4e5b4fe2