Skip to content

Commit e2989ee

Browse files
4astdavem330
authored andcommitted
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>
1 parent b0c4780 commit e2989ee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Documentation/networking/filter.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,9 @@ got from bpf_prog_create(), and 'ctx' the given context (e.g.
595595
skb pointer). All constraints and restrictions from bpf_check_classic() apply
596596
before a conversion to the new layout is being done behind the scenes!
597597

598-
Currently, the classic BPF format is being used for JITing on most of the
599-
architectures. x86-64, aarch64 and s390x perform JIT compilation from eBPF
600-
instruction set, however, future work will migrate other JIT compilers as well,
601-
so that they will profit from the very same benefits.
598+
Currently, the classic BPF format is being used for JITing on most 32-bit
599+
architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64 perform JIT
600+
compilation from eBPF instruction set.
602601

603602
Some core changes of the new internal format:
604603

0 commit comments

Comments
 (0)