提交 d0b89141 编写于 作者: Y Yang Shi 提交者: David S. Miller

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: NYang Shi <yang.shi@linaro.org>
Acked-by: NDaniel Borkmann <daniel@iogearbox.net>
Acked-by: NAlexei Starovoitov <ast@kernel.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 3694bfbd
...@@ -596,9 +596,9 @@ skb pointer). All constraints and restrictions from bpf_check_classic() apply ...@@ -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! 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 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, architectures. x86-64, aarch64 and s390x perform JIT compilation from eBPF
however, future work will migrate other JIT compilers as well, so that they instruction set, however, future work will migrate other JIT compilers as well,
will profit from the very same benefits. so that they will profit from the very same benefits.
Some core changes of the new internal format: Some core changes of the new internal format:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册