OSDN Git Service

Merge branch 'bpf-nfp-jit-adjust-head-support'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 15 Dec 2017 13:18:19 +0000 (14:18 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 15 Dec 2017 13:18:19 +0000 (14:18 +0100)
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 <daniel@iogearbox.net>

Trivial merge