From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933242AbbGUPxL (ORCPT ); Tue, 21 Jul 2015 11:53:11 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34859 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932809AbbGUPxH (ORCPT ); Tue, 21 Jul 2015 11:53:07 -0400 Subject: Re: [PATCH V2 net-next 0/3] ARM BPF JIT features To: Nicolas Schichan , "David S. Miller" , Daniel Borkmann , Mircea Gherzan , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org References: <1437481000-22835-1-git-send-email-nschichan@freebox.fr> Cc: Russell King From: Alexei Starovoitov Message-ID: <55AE6AE1.7030502@plumgrid.com> Date: Tue, 21 Jul 2015 08:53:05 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <1437481000-22835-1-git-send-email-nschichan@freebox.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/21/15 5:16 AM, Nicolas Schichan wrote: > 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. Actually in these patches I don't see a strong dependency on 'net' set, but since you're saying there is, you'd need to resubmit this set after your 'net' set is merged, whole 'net' sent to Linus and merged into net-next.