[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH 20/20] dm-crypt: sort writes
- From: Mikulas Patocka <mpatocka redhat com>
- To: Alasdair G Kergon <agk redhat com>
- Cc: device-mapper development <dm-devel redhat com>, Milan Broz <mbroz redhat com>
- Subject: Re: [dm-devel] [PATCH 20/20] dm-crypt: sort writes
- Date: Tue, 21 Aug 2012 09:39:22 -0400 (EDT)
On Tue, 21 Aug 2012, Alasdair G Kergon wrote:
> On Tue, Aug 21, 2012 at 11:09:31AM +0200, Mikulas Patocka wrote:
> > In theory the sorting should be performed by the underlying disk scheduler,
> > however, in practice the disk scheduler accepts and sorts only 128 requests.
> > In order to sort more requests, we need to implement our own sorting.
>
> Why 128? Isn't this nr_requests?
> (I thought we discussed this before.)
>
> Alasdair
Yes, that's nr_requests. The user can raise it, but the default is 128.
Mikulas
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]