Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0b89141 authored by Yang Shi's avatar Yang Shi Committed by David S. Miller
Browse files

bpf: doc: correct arch list for supported eBPF JIT



aarch64 and s390x support eBPF JIT too, correct document to reflect this and
avoid any confusion.

Signed-off-by: default avatarYang Shi <yang.shi@linaro.org>
Acked-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Acked-by: default avatarAlexei Starovoitov <ast@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3694bfbd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -596,9 +596,9 @@ 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. Only x86-64 performs 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.
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.

Some core changes of the new internal format: