From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753473AbaH2OXs (ORCPT ); Fri, 29 Aug 2014 10:23:48 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:54986 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752642AbaH2OXr (ORCPT ); Fri, 29 Aug 2014 10:23:47 -0400 From: Markos Chandras To: CC: Markos Chandras , Randy Dunlap , "David S. Miller" , "Daniel Borkmann" , Alexei Starovoitov , Subject: [PATCH] Documentation: filter: Add MIPS to architectures with BPF JIT Date: Fri, 29 Aug 2014 15:23:38 +0100 Message-ID: <1409322218-3689-1-git-send-email-markos.chandras@imgtec.com> X-Mailer: git-send-email 2.0.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.67] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org MIPS supports BPF JIT since v3.16-rc1 Cc: Randy Dunlap Cc: "David S. Miller" Cc: Daniel Borkmann Cc: Alexei Starovoitov Cc: linux-doc@vger.kernel.org Signed-off-by: Markos Chandras --- Based on v3.17-rc2 --- Documentation/networking/filter.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.txt index c48a9704bda8..d16f424c5e8d 100644 --- a/Documentation/networking/filter.txt +++ b/Documentation/networking/filter.txt @@ -462,9 +462,9 @@ JIT compiler ------------ 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 -transparently invoked for each attached filter from user space or for internal -kernel users if it has been previously enabled by root: +ARM, MIPS and s390 and can be enabled through CONFIG_BPF_JIT. The JIT compiler +is transparently invoked for each attached filter from user space or for +internal kernel users if it has been previously enabled by root: echo 1 > /proc/sys/net/core/bpf_jit_enable -- 2.0.4