Re: [PATCH]: Fix networking scatterlist regressions.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Wednesday, October 31, 2007 - 1:08 am

From: Jens Axboe <jens.axboe@oracle.com>
Date: Wed, 31 Oct 2007 09:01:43 +0100


Absolutely.  It initially using the scatterlist for this
crypto layer call:

	ret = crypto_blkcipher_decrypt_iv(&desc->desc, desc->frags,
					  desc->frags, thislen);
	if (ret)
		return ret;

then it reinits and sets the sglist to the values the caller
wants.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH]: Fix networking scatterlist regressions., David Miller, (Tue Oct 30, 8:40 pm)
Re: [PATCH]: Fix networking scatterlist regressions., Rusty Russell, (Tue Oct 30, 11:06 pm)
Re: [PATCH]: Fix networking scatterlist regressions., David Miller, (Tue Oct 30, 11:44 pm)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 12:32 am)
Re: [PATCH]: Fix networking scatterlist regressions., David Miller, (Wed Oct 31, 12:43 am)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 12:46 am)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 12:47 am)
Re: [PATCH]: Fix networking scatterlist regressions., David Miller, (Wed Oct 31, 12:58 am)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 1:01 am)
Re: [PATCH]: Fix networking scatterlist regressions., David Miller, (Wed Oct 31, 1:08 am)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 1:08 am)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 1:14 am)
Re: [PATCH]: Fix networking scatterlist regressions., David Miller, (Wed Oct 31, 2:26 am)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 2:29 am)
Re: [PATCH]: Fix networking scatterlist regressions., Herbert Xu, (Wed Oct 31, 6:45 am)
Re: [PATCH]: Fix networking scatterlist regressions., Jens Axboe, (Wed Oct 31, 6:46 am)