diff options
author | Luke Nelson <lukenels@cs.washington.edu> | 2020-03-04 21:02:06 -0800 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2020-03-05 16:13:47 +0100 |
commit | 06b741521622331eb01b67123e8cdda6ca8be187 (patch) | |
tree | a6b4e4b53ca26ae27f674ac701f13c30609d21d9 /Documentation/admin-guide/sysctl | |
parent | 5f316b65e99f109942c556dc8790abd4c75bcb34 (diff) | |
download | linux-06b741521622331eb01b67123e8cdda6ca8be187.tar.gz linux-06b741521622331eb01b67123e8cdda6ca8be187.tar.bz2 linux-06b741521622331eb01b67123e8cdda6ca8be187.zip |
bpf, doc: Add BPF JIT for RV32G to BPF documentation
Update filter.txt and admin-guide to mention the BPF JIT for RV32G.
Co-developed-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Xi Wang <xi.wang@gmail.com>
Signed-off-by: Luke Nelson <luke.r.nels@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Reviewed-by: Björn Töpel <bjorn.topel@gmail.com>
Acked-by: Björn Töpel <bjorn.topel@gmail.com>
Link: https://lore.kernel.org/bpf/20200305050207.4159-4-luke.r.nels@gmail.com
Diffstat (limited to 'Documentation/admin-guide/sysctl')
-rw-r--r-- | Documentation/admin-guide/sysctl/net.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/admin-guide/sysctl/net.rst b/Documentation/admin-guide/sysctl/net.rst index 287b98708a40..e043c9213388 100644 --- a/Documentation/admin-guide/sysctl/net.rst +++ b/Documentation/admin-guide/sysctl/net.rst @@ -67,7 +67,8 @@ two flavors of JITs, the newer eBPF JIT currently supported on: - sparc64 - mips64 - s390x - - riscv + - riscv64 + - riscv32 And the older cBPF JIT supported on the following archs: |