]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita01fa3c157c4a7ee8d54c28c63f27bc01b98fc3d
tree6d28e0c7a5cb126f044cf45b9d1b6dff876fc53f
parent6cdad89a6e56ce50fd35272cfbf80079166a5317
parentaf3267560b3f268555aad1a56aeb96ebfc9f0faf
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>