From: Daniel Borkmann Date: Fri, 15 Dec 2017 13:18:19 +0000 (+0100) Subject: Merge branch 'bpf-nfp-jit-adjust-head-support' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c45597ec52da86f8c7ee8d48584d4aee6c80400;p=linux.git Merge branch 'bpf-nfp-jit-adjust-head-support' Jakub Kicinski says: ==================== This small set adds support for bpf_xdp_adjust_head() to the offload. Since we have access to unmodified BPF bytecode translating calls is pretty trivial. First part of the series adds handling of BPF capabilities included in the FW in TLV format. The last two patches add adjust head support in the nfp verifier and jit, and a small optimization in case we can guarantee the constant adjustment will always meet adjustment constaints. ==================== Signed-off-by: Daniel Borkmann --- 1c45597ec52da86f8c7ee8d48584d4aee6c80400