diff options
author | Yang Shi <yang.shi@linaro.org> | 2015-11-07 00:38:58 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-11-08 20:46:48 -0500 |
commit | d0b891415f5e6e3d478cf069e573c70f9d9c0217 (patch) | |
tree | a9b391c4ad708c80e523bdfabbe5ed6ff612a3c0 /Documentation/networking | |
parent | 3694bfbdb3bd5cf6632140c7f7fdf6f31d43ee66 (diff) |
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: Yang Shi <yang.shi@linaro.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/filter.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt index 135581f015e1..96da119a47e7 100644 --- a/Documentation/networking/filter.txt +++ b/Documentation/networking/filter.txt | |||
@@ -596,9 +596,9 @@ skb pointer). All constraints and restrictions from bpf_check_classic() apply | |||
596 | before a conversion to the new layout is being done behind the scenes! | 596 | before a conversion to the new layout is being done behind the scenes! |
597 | 597 | ||
598 | Currently, the classic BPF format is being used for JITing on most of the | 598 | Currently, the classic BPF format is being used for JITing on most of the |
599 | architectures. Only x86-64 performs JIT compilation from eBPF instruction set, | 599 | architectures. x86-64, aarch64 and s390x perform JIT compilation from eBPF |
600 | however, future work will migrate other JIT compilers as well, so that they | 600 | instruction set, however, future work will migrate other JIT compilers as well, |
601 | will profit from the very same benefits. | 601 | so that they will profit from the very same benefits. |
602 | 602 | ||
603 | Some core changes of the new internal format: | 603 | Some core changes of the new internal format: |
604 | 604 | ||