From mboxrd@z Thu Jan 1 00:00:00 1970 From: "rae l" Subject: Re: iowait stability regressed from kernel 2.6.22 under heavy load of multi-thread aio writing/reading Date: Wed, 16 Apr 2008 01:29:21 +0800 Message-ID: <91b13c310804151029re71c227g281e2966f0d1728a@mail.gmail.com> References: <91b13c310804110217g1d2c3ee4p69fee6fd43f4abd2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: "Jeff Moyer" Return-path: Received: from ti-out-0910.google.com ([209.85.142.187]:52629 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752652AbYDOR3Y (ORCPT ); Tue, 15 Apr 2008 13:29:24 -0400 Received: by ti-out-0910.google.com with SMTP id 28so358951tif.23 for ; Tue, 15 Apr 2008 10:29:21 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Apr 15, 2008 at 9:37 PM, Jeff Moyer wrote: > > "rae l" writes: [...] > > Why doesn't bisecting work? Can you provide your test code so others > can verify your findings? just small C programs that use multi pthread aio_write, will be pasted soon, > > > by the way, a question is how to guarantee a kernel not regress under > > heavy multi-thread aio writing load? ltp project seems not give the > > answer: > > Well, providing your test code would be a step closer to achieving this > guarantee. If it is scriptable, then there is a chance we could > integrate it into the aio-dio regression test suite: > > http://git.kernel.org/?p=linux/kernel/git/zab/aio-dio-regress.git;a=summary this aio-dio-regress.git seems to use linux native aio system-call interface(shipped with libaio) only? but the POSIX aio (shipped with librt) implemented with pthread and pwrite system-call tests can also be added, the librt is the most cases when refered to aio. However, the test code will come soon. -- Denis