From mboxrd@z Thu Jan 1 00:00:00 1970 From: bgamari@gmail.com (Ben Gamari) Date: Tue, 20 Jan 2009 23:38:19 -0500 Subject: [ltt-dev] [RFC PATCH] block: Fix bio merge induced high I/O latency In-Reply-To: <20090121002507.GA12616@Krystal> References: <20090117004439.GA11492@Krystal> <20090117162657.GA31965@Krystal> <20090117190437.GZ30821@kernel.dk> <20090118211234.GA4913@Krystal> <20090119182654.GT30821@kernel.dk> <20090120021055.GA6990@Krystal> <20090120073709.GC30821@kernel.dk> <20090120122855.GF30821@kernel.dk> <20090120232748.GA10605@Krystal> <20090121002507.GA12616@Krystal> Message-ID: <720e76b80901202038p1e1f929ci56e9f35c5a629c88@mail.gmail.com> On Tue, Jan 20, 2009 at 7:25 PM, Mathieu Desnoyers wrote: > * Mathieu Desnoyers (mathieu.desnoyers at polymtl.ca) wrote: > > As a side-note : I'd like to have my results confirmed by others. Well, I think the (fixed) patch did help to some degree (I haven't done fio benchmarks to compare against yet). Unfortunately, the I/O wait time problem still remains. I have been waiting 3 minutes now for evolution to start with 88% I/O wait time yet no visible signs of progress. I've confirmed I'm using the CFQ scheduler, so that's not the problem. Also, Jens, I'd just like to point out that the problem is reproducible across all schedulers. Does your patch seek to tackle a problem specific to the CFQ scheduler, leaving the I/O wait issue for later? Just wondering. I'll post some benchmarks numbers once I have them. Thanks, - Ben