[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1437481000-22835-1-git-send-email-nschichan@freebox.fr>
Date: Tue, 21 Jul 2015 14:16:37 +0200
From: Nicolas Schichan <nschichan@...ebox.fr>
To: "David S. Miller" <davem@...emloft.net>,
Daniel Borkmann <dborkman@...hat.com>,
Nicolas Schichan <nschichan@...ebox.fr>,
Mircea Gherzan <mgherzan@...il.com>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Cc: Russell King <linux@....linux.org.uk>,
Alexei Starovoitov <ast@...mgrid.com>
Subject: [PATCH V2 net-next 0/3] ARM BPF JIT features
Hello,
This serie 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 serie depends on the "BPF JIT fixes for ARM" serie sent earlier.
Regards,
Changes from original submission:
* split fixes and features in separate patch series.
Nicolas Schichan (3):
ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT.
ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET in ARM JIT.
ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.
arch/arm/net/bpf_jit_32.c | 41 +++++++++++++++++++++++++++++++++++++++--
arch/arm/net/bpf_jit_32.h | 3 +++
2 files changed, 42 insertions(+), 2 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists