From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: bpf filter : support for vlan tag Date: Tue, 16 Oct 2012 19:06:32 +0200 Message-ID: <1350407192.3954.1254.camel@edumazet-glaptop> References: <1350369998.3954.563.camel@edumazet-glaptop> <1350386917.3954.890.camel@edumazet-glaptop> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Daniel Borkmann , netdev@vger.kernel.org To: Ani Sinha Return-path: Received: from mail-bk0-f46.google.com ([209.85.214.46]:57192 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755098Ab2JPRGh (ORCPT ); Tue, 16 Oct 2012 13:06:37 -0400 Received: by mail-bk0-f46.google.com with SMTP id jk13so3140719bkc.19 for ; Tue, 16 Oct 2012 10:06:36 -0700 (PDT) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Tue, 2012-10-16 at 09:54 -0700, Ani Sinha wrote: > On Tue, Oct 16, 2012 at 4:28 AM, Eric Dumazet wrote: > > > > > Note that if speed is needed, we also want to update various JIT > > implementations. > > > > Thanks Eric for the patch. I will take a look at it. We also need the > JIT module support as well (for x86 and x86_64) since we use the JIT > filter. I have been studying the various instructions and how other > filter operations have been implemented using them but it will take me > a little bit more time to understand the code. Dont worry, I'll do the JIT part (but only for x86_64, we dont support i386)