summaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@fb.com>2017-04-23 12:01:00 -0400
committerDavid S. Miller <davem@davemloft.net>2017-04-23 15:56:48 -0400
commite2989ee9746b3f2e78d1a39bbc402d884e8b8bf1 (patch)
treecd7212755fb126bfec59a78e6c4c3d9a8cecc2bb /Documentation/networking
parentb0c47807d31deccdfb78a22a0d04dd9785bdb9d3 (diff)
bpf, doc: update list of architectures that do eBPF JIT
update the list and remove 'in the future' statement, since all still alive 64-bit architectures now do eBPF JIT. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/filter.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index 683ada5ad81d..b69b205501de 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -595,10 +595,9 @@ got from bpf_prog_create(), and 'ctx' the given context (e.g.
595skb pointer). All constraints and restrictions from bpf_check_classic() apply 595skb pointer). All constraints and restrictions from bpf_check_classic() apply
596before a conversion to the new layout is being done behind the scenes! 596before a conversion to the new layout is being done behind the scenes!
597 597
598Currently, the classic BPF format is being used for JITing on most of the 598Currently, the classic BPF format is being used for JITing on most 32-bit
599architectures. x86-64, aarch64 and s390x perform JIT compilation from eBPF 599architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64 perform JIT
600instruction set, however, future work will migrate other JIT compilers as well, 600compilation from eBPF instruction set.
601so that they will profit from the very same benefits.
602 601
603Some core changes of the new internal format: 602Some core changes of the new internal format:
604 603