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)
commit1c45597ec52da86f8c7ee8d48584d4aee6c80400
tree6d28e0c7a5cb126f044cf45b9d1b6dff876fc53f
parent7310c23328ad101c77c1b689a3face62e363aa09
parent8231f8444110c346a7d28756abbca11c956d5803
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 <daniel@iogearbox.net>