Skip to content

Commit ac0691c

Browse files
seehearfeelMartin KaFai Lau
authored andcommitted
bpf, docs: Add loongarch64 as arch supporting BPF JIT
As BPF JIT support for loongarch64 was added about one year ago with commit 5dc6155 ("LoongArch: Add BPF JIT support"), it is appropriate to add loongarch64 as arch supporting BPF JIT in bpf and sysctl docs as well. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Link: https://lore.kernel.org/r/1695111937-19697-1-git-send-email-yangtiezhu@loongson.cn Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
1 parent 9220c3e commit ac0691c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Documentation/admin-guide/sysctl/net.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ two flavors of JITs, the newer eBPF JIT currently supported on:
7171
- s390x
7272
- riscv64
7373
- riscv32
74+
- loongarch64
7475

7576
And the older cBPF JIT supported on the following archs:
7677

Documentation/networking/filter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ before a conversion to the new layout is being done behind the scenes!
650650

651651
Currently, the classic BPF format is being used for JITing on most
652652
32-bit architectures, whereas x86-64, aarch64, s390x, powerpc64,
653-
sparc64, arm32, riscv64, riscv32 perform JIT compilation from eBPF
654-
instruction set.
653+
sparc64, arm32, riscv64, riscv32, loongarch64 perform JIT compilation
654+
from eBPF instruction set.
655655

656656
Testing
657657
-------

0 commit comments

Comments
 (0)