]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
bpf, docs: Add loongarch64 as arch supporting BPF JIT
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 19 Sep 2023 08:25:37 +0000 (16:25 +0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 21 Sep 2023 22:30:09 +0000 (15:30 -0700)
As BPF JIT support for loongarch64 was added about one year ago
with commit 5dc615520c4d ("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>
Documentation/admin-guide/sysctl/net.rst
Documentation/networking/filter.rst

index 4877563241f3bda508320a28e30275590cdba31d..c7525942f12ce996e55afd3f2badda30ffe3c311 100644 (file)
@@ -71,6 +71,7 @@ two flavors of JITs, the newer eBPF JIT currently supported on:
   - s390x
   - riscv64
   - riscv32
+  - loongarch64
 
 And the older cBPF JIT supported on the following archs:
 
index f69da50748609e323abdc71e351ec7216571d534..7d8c5380492fd76d19104138192facdf7050e537 100644 (file)
@@ -650,8 +650,8 @@ 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, arm32, riscv64, riscv32 perform JIT compilation from eBPF
-instruction set.
+sparc64, arm32, riscv64, riscv32, loongarch64 perform JIT compilation
+from eBPF instruction set.
 
 Testing
 -------