bpf, doc: update list of architectures that do eBPF JIT
authorAlexei Starovoitov <[email protected]>
Sun, 23 Apr 2017 16:01:00 +0000 (09:01 -0700)
committerDavid S. Miller <[email protected]>
Sun, 23 Apr 2017 19:56:48 +0000 (15:56 -0400)
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 <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Documentation/networking/filter.txt

index 683ada5ad81deadd19e84ab91c324de02aa36c68..b69b205501dec6a7571489a51bd9718c65c4270d 100644 (file)
@@ -595,10 +595,9 @@ got from bpf_prog_create(), and 'ctx' the given context (e.g.
 skb pointer). All constraints and restrictions from bpf_check_classic() apply
 before a conversion to the new layout is being done behind the scenes!
 
-Currently, the classic BPF format is being used for JITing on most of the
-architectures. x86-64, aarch64 and s390x perform JIT compilation from eBPF
-instruction set, however, future work will migrate other JIT compilers as well,
-so that they will profit from the very same benefits.
+Currently, the classic BPF format is being used for JITing on most 32-bit
+architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64 perform JIT
+compilation from eBPF instruction set.
 
 Some core changes of the new internal format: