Re: [PATCH 20/24] [IPSEC]: Add async resume support on output

2007-11-13 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 07 Nov 2007 22:08:37 +0800 > [IPSEC]: Add async resume support on output > > This patch adds support for async resumptions on output. To do so, the > transform would return -EINPROGRESS and subsequently invoke the function > xfrm_output_resume to r

[PATCH 20/24] [IPSEC]: Add async resume support on output

2007-11-07 Thread Herbert Xu
[IPSEC]: Add async resume support on output This patch adds support for async resumptions on output. To do so, the transform would return -EINPROGRESS and subsequently invoke the function xfrm_output_resume to resume processing. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> --- include/net/xfr