All of lore.kernel.org
 help / color / mirror / Atom feed
From: ast@plumgrid.com (Alexei Starovoitov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] BPF JIT fixes and features for ARM
Date: Thu, 16 Jul 2015 10:35:34 -0700	[thread overview]
Message-ID: <55A7EB66.7030700@plumgrid.com> (raw)
In-Reply-To: <1437065195-10887-1-git-send-email-nschichan@freebox.fr>

On 7/16/15 9:46 AM, Nicolas Schichan wrote:
> This serie fixes issues with the ARM BPF JIT and adds support for more
> instructions to the ARM BPF JIT.
>
> The first three patches are fixing bugs in the ARM JIT and should
> probably find their way to a stable kernel.
>
> The last three patches add support to the ARM JIT for more BPF
> instructions, namely skb netdevice type retrieval, skb payload offset
> retrieval, and skb packet type retrieval.
>
> With the first three patches, all 60 test_bpf tests in Linux 4.1 release
> are now passing OK (was 54 out of 60 before).
>
> The last three patches allow 35 tests to use the JIT instead of 29
> before.

looks good to me.
For the series:
Acked-by: Alexei Starovoitov <ast@plumgrid.com>

you might want to try the latest 4.2-rc, since it has 238 tests :)

WARNING: multiple messages have this Message-ID (diff)
From: Alexei Starovoitov <ast@plumgrid.com>
To: Nicolas Schichan <nschichan@freebox.fr>,
	"David S. Miller" <davem@davemloft.net>,
	Daniel Borkmann <dborkman@redhat.com>,
	Mircea Gherzan <mgherzan@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Cc: Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH 0/6] BPF JIT fixes and features for ARM
Date: Thu, 16 Jul 2015 10:35:34 -0700	[thread overview]
Message-ID: <55A7EB66.7030700@plumgrid.com> (raw)
In-Reply-To: <1437065195-10887-1-git-send-email-nschichan@freebox.fr>

On 7/16/15 9:46 AM, Nicolas Schichan wrote:
> This serie fixes issues with the ARM BPF JIT and adds support for more
> instructions to the ARM BPF JIT.
>
> The first three patches are fixing bugs in the ARM JIT and should
> probably find their way to a stable kernel.
>
> The last three patches add support to the ARM JIT for more BPF
> instructions, namely skb netdevice type retrieval, skb payload offset
> retrieval, and skb packet type retrieval.
>
> With the first three patches, all 60 test_bpf tests in Linux 4.1 release
> are now passing OK (was 54 out of 60 before).
>
> The last three patches allow 35 tests to use the JIT instead of 29
> before.

looks good to me.
For the series:
Acked-by: Alexei Starovoitov <ast@plumgrid.com>

you might want to try the latest 4.2-rc, since it has 238 tests :)

  parent reply	other threads:[~2015-07-16 17:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 16:46 [PATCH 0/6] BPF JIT fixes and features for ARM Nicolas Schichan
2015-07-16 16:46 ` Nicolas Schichan
2015-07-16 16:46 ` [PATCH 1/6] ARM: net: fix condition for load_order > 0 when translating load instructions Nicolas Schichan
2015-07-16 16:46   ` Nicolas Schichan
2015-07-16 16:46 ` [PATCH 2/6] ARM: net: handle negative offsets in BPF JIT Nicolas Schichan
2015-07-16 16:46   ` Nicolas Schichan
2015-07-16 16:46 ` [PATCH 3/6] ARM: net: fix vlan access instructions in ARM JIT Nicolas Schichan
2015-07-16 16:46   ` Nicolas Schichan
2015-07-16 16:46 ` [PATCH 4/6] ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE " Nicolas Schichan
2015-07-16 16:46   ` Nicolas Schichan
2015-07-16 16:46 ` [PATCH 5/6] ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET " Nicolas Schichan
2015-07-16 16:46   ` Nicolas Schichan
2015-07-16 16:46 ` [PATCH 6/6] ARM: net: add support for BPF_ANC | SKF_AD_HATYPE " Nicolas Schichan
2015-07-16 16:46   ` Nicolas Schichan
2015-07-16 17:35 ` Alexei Starovoitov [this message]
2015-07-16 17:35   ` [PATCH 0/6] BPF JIT fixes and features for ARM Alexei Starovoitov
2015-07-21  3:35 ` David Miller
2015-07-21  3:35   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55A7EB66.7030700@plumgrid.com \
    --to=ast@plumgrid.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.