From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructions Date: Fri, 26 Sep 2014 16:52:22 -0400 (EDT) Message-ID: <20140926.165222.1706898811800695980.davem@davemloft.net> References: <1411508171-10740-1-git-send-email-ast@plumgrid.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: ast@plumgrid.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:51284 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755234AbaIZUwZ (ORCPT ); Fri, 26 Sep 2014 16:52:25 -0400 In-Reply-To: <1411508171-10740-1-git-send-email-ast@plumgrid.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Alexei Starovoitov Date: Tue, 23 Sep 2014 14:36:11 -0700 > BPF_LD | BPF_W | BPF_LEN instruction is occasionally used by tcpdump > and present in 11 tests in lib/test_bpf.c > Teach sparc JIT compiler to emit it. > > Signed-off-by: Alexei Starovoitov Applied, thanks Alexei.