From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [XFRM] Probe selected algorithm only Date: Tue, 25 Jan 2005 22:22:18 -0800 Message-ID: <20050125222218.2d516e90.davem@davemloft.net> References: <20050121101938.GA1133@gondor.apana.org.au> <20050121224546.GA8654@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: jmorris@redhat.com, netdev@oss.sgi.com Return-path: To: Herbert Xu In-Reply-To: <20050121224546.GA8654@gondor.apana.org.au> Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Sat, 22 Jan 2005 09:45:46 +1100 Herbert Xu wrote: > > > Since we know the type of algorithm required when we're adding a new > > > SA, we can get away with only probing the selected algorithms. This > > > is what the following patch does for xfrm_user. > > > > > > Signed-off-by: Herbert Xu > > > > Looks good to me. > > > > Signed-off-by: James Morris > > Sorry, I forgot to update the calls in af_key. Here is the corrected > version. Applied, thanks Herbert.