diff options
author | Björn Töpel <bjorn.topel@gmail.com> | 2019-02-05 13:41:24 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-02-05 16:56:10 +0100 |
commit | e8cb0167ae684ed2f73cd880c385b74ef2ae702e (patch) | |
tree | 17940eac45c3c176c6eb1aee80a25f41f680541e /Documentation/sysctl | |
parent | 8a9e0aff8844ab580aad0678e9a1478882d8972a (diff) | |
download | blackbird-op-linux-e8cb0167ae684ed2f73cd880c385b74ef2ae702e.tar.gz blackbird-op-linux-e8cb0167ae684ed2f73cd880c385b74ef2ae702e.zip |
bpf, doc: add RISC-V JIT to BPF documentation
Update Documentation/networking/filter.txt and
Documentation/sysctl/net.txt to mention RISC-V.
Signed-off-by: Björn Töpel <bjorn.topel@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r-- | Documentation/sysctl/net.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt index bc0680706870..2ae91d3873bb 100644 --- a/Documentation/sysctl/net.txt +++ b/Documentation/sysctl/net.txt @@ -52,6 +52,7 @@ two flavors of JITs, the newer eBPF JIT currently supported on: - sparc64 - mips64 - s390x + - riscv And the older cBPF JIT supported on the following archs: - mips |