From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: dm: submit stacked requests in irq enabled context Date: Wed, 10 May 2017 00:17:33 -0700 Message-ID: <20170510071733.GA24980@infradead.org> References: <20170509155555.GB2572@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170509155555.GB2572@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Keith Busch Cc: Neeraj Soni , dm-devel@redhat.com, snitzer@redhat.com, Alasdair Kergon List-Id: dm-devel.ids On Tue, May 09, 2017 at 11:55:55AM -0400, Keith Busch wrote: > > I have recently started using kernel 4.4 on a Android device and ran > > Androbench to check storage read/write performance. I found that the > > Random Read (RR) and Random write(RW) performance with Full Disk > > Encryption is degraded compared to no Disk Encryption. Initially i dm-crypt doesn't even use request based device mapper. Something odd must be going on with your benchmarks.