All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/3] ARM BPF JIT features
@ 2015-07-21 12:16 ` Nicolas Schichan
  0 siblings, 0 replies; 22+ messages in thread
From: Nicolas Schichan @ 2015-07-21 12:16 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-07-27 21:58 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-21 12:16 [PATCH V2 net-next 0/3] ARM BPF JIT features Nicolas Schichan
2015-07-21 12:16 ` Nicolas Schichan
2015-07-21 12:16 ` [PATCH V2 next-next 1/3] ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT Nicolas Schichan
2015-07-21 12:16   ` Nicolas Schichan
2015-07-21 12:16 ` [PATCH V2 net-next 2/3] ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET " Nicolas Schichan
2015-07-21 12:16   ` Nicolas Schichan
2015-07-21 12:16 ` [PATCH V2 net-next 3/3] ARM: net: add support for BPF_ANC | SKF_AD_HATYPE " Nicolas Schichan
2015-07-21 12:16   ` Nicolas Schichan
2015-07-21 15:53 ` [PATCH V2 net-next 0/3] ARM BPF JIT features Alexei Starovoitov
2015-07-21 15:53   ` Alexei Starovoitov
2015-07-25  5:31 ` David Miller
2015-07-25  5:31   ` David Miller
2015-07-27 13:06   ` [PATCH V3 " Nicolas Schichan
2015-07-27 13:06     ` Nicolas Schichan
2015-07-27 13:06     ` [PATCH V3 net-next 1/3] ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT Nicolas Schichan
2015-07-27 13:06       ` Nicolas Schichan
2015-07-27 13:06     ` [PATCH V3 net-next 2/3] ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET " Nicolas Schichan
2015-07-27 13:06       ` Nicolas Schichan
2015-07-27 13:06     ` [PATCH V3 net-next 3/3] ARM: net: add support for BPF_ANC | SKF_AD_HATYPE " Nicolas Schichan
2015-07-27 13:06       ` Nicolas Schichan
2015-07-27 21:57     ` [PATCH V3 net-next 0/3] ARM BPF JIT features David Miller
2015-07-27 21:57       ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.