Re: [PATCH V3 net-next 0/3] ARM BPF JIT features

2015-07-27 Thread David Miller
From: Nicolas Schichan Date: Mon, 27 Jul 2015 15:06:48 +0200 > This series adds support for more instructions to the ARM BPF JIT > namely skb netdevice type retrieval, skb payload offset retrieval, and > skb packet type retrieval. > > This allows 35 tests to use the JIT instead of 29 before. >

[PATCH V3 net-next 0/3] ARM BPF JIT features

2015-07-27 Thread Nicolas Schichan
Hello, This series adds support for more instructions to the ARM BPF JIT namely skb netdevice type retrieval, skb payload offset retrieval, and skb packet type retrieval. This allows 35 tests to use the JIT instead of 29 before. This series depends on the "BPF JIT fixes for ARM" serie sent earli