From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751744AbaIJNvz (ORCPT ); Wed, 10 Sep 2014 09:51:55 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:49789 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734AbaIJNvx (ORCPT ); Wed, 10 Sep 2014 09:51:53 -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: Wed, 10 Sep 2014 14:51:44 +0100 Message-ID: <1410357104-30490-1-git-send-email-markos.chandras@imgtec.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1409322218-3689-1-git-send-email-markos.chandras@imgtec.com> References: <1409322218-3689-1-git-send-email-markos.chandras@imgtec.com> 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 Cc: linux-kernel@vger.kernel.org Acked-by: Daniel Borkmann Signed-off-by: Markos Chandras --- 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.1.0