Commit 1d7efe9d authored by Markos Chandras's avatar Markos Chandras Committed by David S. Miller
Browse files

Documentation: filter: Add MIPS to architectures with BPF JIT



MIPS supports BPF JIT since v3.16-rc1

Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Daniel Borkmann <dborkman@redhat.com>
Cc: Alexei Starovoitov <ast@plumgrid.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Acked-by: default avatarDaniel Borkmann <dborkman@redhat.com>
Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Acked-by: default avatarAlexei Starovoitov <ast@plumgrid.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8e1a03b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -462,9 +462,9 @@ JIT compiler
------------
------------


The Linux kernel has a built-in BPF JIT compiler for x86_64, SPARC, PowerPC,
The Linux kernel has a built-in BPF JIT compiler for x86_64, SPARC, PowerPC,
ARM and s390 and can be enabled through CONFIG_BPF_JIT. The JIT compiler is
ARM, MIPS and s390 and can be enabled through CONFIG_BPF_JIT. The JIT compiler
transparently invoked for each attached filter from user space or for internal
is transparently invoked for each attached filter from user space or for
kernel users if it has been previously enabled by root:
internal kernel users if it has been previously enabled by root:


  echo 1 > /proc/sys/net/core/bpf_jit_enable
  echo 1 > /proc/sys/net/core/bpf_jit_enable