Received: with ECARTIS (v1.0.0; list netdev); Tue, 25 Jan 2005 22:27:06 -0800 (PST) Received: from cheetah.davemloft.net (mail@adsl-63-197-226-105.dsl.snfc21.pacbell.net [63.197.226.105]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j0Q6Qxts018216 for ; Tue, 25 Jan 2005 22:27:00 -0800 Received: from localhost ([127.0.0.1] helo=cheetah.davemloft.net ident=davem) by cheetah.davemloft.net with smtp (Exim 3.36 #1 (Debian)) id 1CtgZx-0004Xk-00; Tue, 25 Jan 2005 22:23:01 -0800 Date: Tue, 25 Jan 2005 22:23:01 -0800 From: "David S. Miller" To: Herbert Xu Cc: netdev@oss.sgi.com Subject: Re: [IPSEC] Stop using dst->xfrm Message-Id: <20050125222301.5fb62202.davem@davemloft.net> In-Reply-To: <20050121102319.GA3160@gondor.apana.org.au> References: <20050121102319.GA3160@gondor.apana.org.au> X-Mailer: Sylpheed version 1.0.0 (GTK+ 1.2.10; sparc-unknown-linux-gnu) X-Face: "_;p5u5aPsO,_Vsx"^v-pEq09'CU4&Dc1$fQExov$62l60cgCc%FnIwD=.UF^a>?5'9Kn[;433QFVV9M..2eN.@4ZWPGbdi<=?[:T>y?SD(R*-3It"Vj:)"dP Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/650/Sun Jan 2 19:00:02 2005 clamav-milter version 0.80j on 127.0.0.1 X-Virus-Status: Clean X-archive-position: 793 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@davemloft.net Precedence: bulk X-list: netdev Content-Length: 481 Lines: 13 On Fri, 21 Jan 2005 21:23:19 +1100 Herbert Xu wrote: > Here is a precursor to the xfrm dst consolidation that I talked about. > In order to be able to store multiple SAs in one dst, we need to stop > using dst->xfrm directly. > > The following patch does that for the ->output() functions. > > Signed-off-by: Herbert Xu I'm going to create a 2.6.12 pending queue and put this and any forthcoming xfrm dst work there.