bpf, doc: Add arm32 as arch supporting eBPF JIT
authorShubham Bansal <illusionist.neo@gmail.com>
Wed, 23 Aug 2017 15:59:10 +0000 (21:29 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Aug 2017 05:40:12 +0000 (22:40 -0700)
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>
Documentation/networking/filter.txt
Documentation/sysctl/net.txt

index 6a0df8df6c43e8e17b38fe5a7cbb22209477bfcc..e5e33bac20689fba3852ad91be990bddb33f3ff0 100644 (file)
@@ -596,8 +596,8 @@ 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 32-bit
-architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64 perform JIT
-compilation from eBPF instruction set.
+architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64, arm32 perform
+JIT compilation from eBPF instruction set.
 
 Some core changes of the new internal format:
 
index 28596e03220b5528891c19316b7cfe2b53fcf331..b67044a2575f51b9d24f85b1a58a2fe6075b3312 100644 (file)
@@ -46,13 +46,13 @@ translate these BPF proglets into native CPU instructions. There are
 two flavors of JITs, the newer eBPF JIT currently supported on:
   - x86_64
   - arm64
+  - arm32
   - ppc64
   - sparc64
   - mips64
   - s390x
 
 And the older cBPF JIT supported on the following archs:
-  - arm
   - mips
   - ppc
   - sparc