From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [RFC] Using Fwmark as SPD filter. Date: Sun, 20 Mar 2005 17:10:21 +0100 Message-ID: <423DA06D.6070603@trash.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Ludo Stellingwerff , netdev@oss.sgi.com To: Herbert Xu In-Reply-To: Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org Herbert Xu wrote: > Ludo Stellingwerff wrote: > >>In general, is this work a waste of time or am I hitting something here? > > > Yes you're hitting the right spot :) > > This is a planned feature. We just need to fix the bundle structure > so that they live in the flow cache instead of the policy to make this > workable. Agreed. I had a look at putting the bundles in the flow cache, it seems to me this needs the xfrm resolution first since resolving the bundle would be done in flow cache resolver and we can't sleep in there. Once that's done it looks like a simple task. Regards Patrick