[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALx6S358G5c47hUEHMYmhkZjnTqfAOD9kEEk2L92Y15TYA7=eg@mail.gmail.com>
Date: Thu, 3 Dec 2015 11:59:31 -0800
From: Tom Herbert <tom@...bertland.com>
To: David Miller <davem@...emloft.net>
Cc: Linux Kernel Network Developers <netdev@...r.kernel.org>,
Kernel Team <kernel-team@...com>
Subject: Re: [PATCH net-next v2 0/5] ila: Optimization to preserve value of
early demux
On Thu, Dec 3, 2015 at 11:48 AM, David Miller <davem@...emloft.net> wrote:
> From: Tom Herbert <tom@...bertland.com>
> Date: Tue, 1 Dec 2015 15:11:07 -0800
>
>> ip6tables -t mangle -A PREROUTING --dst 2001:0:0:33::/64 -j ILAIN
>
> The user should have to do anything like this in order to just get
> proper working functionality of ILA.
>
> It should just work transparently.
This was transparent in the previously posted patch "ila: Add support
for netfilter NF_INET_PRE_ROUTING hook", but there was significant
pushback that NF interface was not intended for this purpose. Using an
IP tables target like this should preserve the sanctity of the
interfaces and does provide nice performance improvement since
PREROUTING is done before early demux. The NF_INET_PRE_ROUTING hook is
still better performance though and what we are using internally (just
an incremental change on top of these patches).
--
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