From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2001:4f8:3:36:211:85ff:fe63:a549]) by lists.ozlabs.org (Postfix) with ESMTP id 17BFF1A0F76 for ; Sat, 21 Feb 2015 07:20:26 +1100 (AEDT) Date: Fri, 20 Feb 2015 15:20:21 -0500 (EST) Message-Id: <20150220.152021.2226608147725066444.davem@davemloft.net> To: kda@linux-powerpc.org Subject: Re: bpf: Enable BPF JIT on ppc32 From: David Miller In-Reply-To: <1424156683-2682-1-git-send-email-kda@linux-powerpc.org> References: <1424156683-2682-1-git-send-email-kda@linux-powerpc.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: netdev@vger.kernel.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , aFrom: Denis Kirjanov Date: Tue, 17 Feb 2015 10:04:37 +0300 > This patch series enables BPF JIT on ppc32. There are relatevily > few chnages in the code to make it work. > > All test_bpf tests passed both on 7447a and P2041-based machines. > > Changelog: > v1 - > v2: Reordered Kconfig patch in the series Series applied to net-next, thanks.