From: Mircea Gherzan Date: Fri, 16 Mar 2012 12:37:12 +0000 (+0100) Subject: ARM: 7259/3: net: JIT compiler for packet filters X-Git-Tag: v3.4-rc1~36^2~1^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddecdfcea0ae891f782ae853771c867ab51024c2;p=pandora-kernel.git ARM: 7259/3: net: JIT compiler for packet filters Based of Matt Evans's PPC64 implementation. The compiler generates ARM instructions but interworking is supported for Thumb2 kernels. Supports both little and big endian. Unaligned loads are emitted for ARMv6+. Not all the BPF opcodes that deal with ancillary data are supported. The scratch memory of the filter lives on the stack. Hardware integer division is used if it is available. Enabled in the same way as for x86-64 and PPC64: echo 1 > /proc/sys/net/core/bpf_jit_enable A value greater than 1 enables opcode output. Signed-off-by: Mircea Gherzan Acked-by: David S. Miller Acked-by: Eric Dumazet Signed-off-by: Russell King --- Reading git-diff-tree failed