aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShubham Bansal <illusionist.neo@gmail.com>2017-08-23 11:59:10 -0400
committerDavid S. Miller <davem@davemloft.net>2017-08-24 01:40:12 -0400
commitd2aaa3dc419994eefa21de971bb1f544c42541c7 (patch)
tree35809ede3468ffb99d150171ea80734784430e21
parent81152518e985e2db22f22ca89b12169851644af6 (diff)
bpf, doc: Add arm32 as arch supporting eBPF JIT
As eBPF JIT support for arm32 was added recently with commit 39c13c204bb1150d401e27d41a9d8b332be47c49, it seems appropriate to add arm32 as arch with support for eBPF JIT in bpf and sysctl docs as well. Signed-off-by: Shubham Bansal <illusionist.neo@gmail.com> Acked-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/networking/filter.txt4
-rw-r--r--Documentation/sysctl/net.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt
index 6a0df8df6c43..e5e33bac2068 100644
--- a/Documentation/networking/filter.txt
+++ b/Documentation/networking/filter.txt
@@ -596,8 +596,8 @@ skb pointer). All constraints and restrictions from bpf_check_classic() apply
596before a conversion to the new layout is being done behind the scenes! 596before a conversion to the new layout is being done behind the scenes!
597 597
598Currently, the classic BPF format is being used for JITing on most 32-bit 598Currently, the classic BPF format is being used for JITing on most 32-bit
599architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64 perform JIT 599architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64, arm32 perform
600compilation from eBPF instruction set. 600JIT compilation from eBPF instruction set.
601 601
602Some core changes of the new internal format: 602Some core changes of the new internal format:
603 603
diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt
index 28596e03220b..b67044a2575f 100644
--- a/Documentation/sysctl/net.txt
+++ b/Documentation/sysctl/net.txt
@@ -46,13 +46,13 @@ translate these BPF proglets into native CPU instructions. There are
46two flavors of JITs, the newer eBPF JIT currently supported on: 46two flavors of JITs, the newer eBPF JIT currently supported on:
47 - x86_64 47 - x86_64
48 - arm64 48 - arm64
49 - arm32
49 - ppc64 50 - ppc64
50 - sparc64 51 - sparc64
51 - mips64 52 - mips64
52 - s390x 53 - s390x
53 54
54And the older cBPF JIT supported on the following archs: 55And the older cBPF JIT supported on the following archs:
55 - arm
56 - mips 56 - mips
57 - ppc 57 - ppc
58 - sparc 58 - sparc