[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <alpine.LFD.2.02.1112191226160.2907@xanadu.home>
Date: Mon, 19 Dec 2011 12:31:19 -0500 (EST)
From: Nicolas Pitre <nico@...xnic.net>
To: Rob Herring <robherring2@...il.com>
Cc: Mircea Gherzan <mgherzan@...il.com>, netdev@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH] ARM: net: JIT compiler for packet filters
On Sun, 18 Dec 2011, Rob Herring wrote:
> On 12/18/2011 05:49 PM, Mircea Gherzan wrote:
> > + select HAVE_BPF_JIT if (!THUMB2_KERNEL && AEABI)
>
> No thumb2. That's a shame...
I think this would be more sensible to make a Thumb2 kernel properly
interoperate with this and keep the JIT code simple rather than having
to duplicate all this for Thumb2.
> BLX is v5+ only. It probably fine to make the JIT v5+ only. There's
> probably not much v4 h/w that would use this.
While you might be right, I don't think it is that big a cost to make
this support ARMv4 too. In fact, if slow ARMv4 systems are still
routing packets out there, they are likely to see a huge benefit from
this.
Nicolas
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists