]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-to-bpf-calls-nfp'
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 8 Oct 2018 08:24:14 +0000 (10:24 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 8 Oct 2018 08:24:15 +0000 (10:24 +0200)
commit97c75f2b9c60ce7702d64631b9b08ac8b57cb782
tree805eb07081b6db781ecd45da99bec51e242d512a
parent92f1178343e3957a14a75922045c40281661142c
parent8e29959fc13037ce80e7e69204aa2f5e781df765
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 <daniel@iogearbox.net>