Skip to content

Commit d2aaa3d

Browse files
shba24davem330
authored andcommitted
bpf, doc: Add arm32 as arch supporting eBPF JIT
As eBPF JIT support for arm32 was added recently with commit 39c13c2, 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 <[email protected]> Acked-by: Alexei Starovoitov <[email protected]> Acked-by: Daniel Borkmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8115251 commit d2aaa3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/networking/filter.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@ skb pointer). All constraints and restrictions from bpf_check_classic() apply
596596
before a conversion to the new layout is being done behind the scenes!
597597

598598
Currently, the classic BPF format is being used for JITing on most 32-bit
599-
architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64 perform JIT
600-
compilation from eBPF instruction set.
599+
architectures, whereas x86-64, aarch64, s390x, powerpc64, sparc64, arm32 perform
600+
JIT compilation from eBPF instruction set.
601601

602602
Some core changes of the new internal format:
603603

Documentation/sysctl/net.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ translate these BPF proglets into native CPU instructions. There are
4646
two flavors of JITs, the newer eBPF JIT currently supported on:
4747
- x86_64
4848
- arm64
49+
- arm32
4950
- ppc64
5051
- sparc64
5152
- mips64
5253
- s390x
5354

5455
And the older cBPF JIT supported on the following archs:
55-
- arm
5656
- mips
5757
- ppc
5858
- sparc

0 commit comments

Comments
 (0)