From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bart Van Assche" Subject: Re: Intel X25-M MLC SSD benchmarks Date: Fri, 12 Dec 2008 08:15:01 +0100 Message-ID: References: <20081210213937.GC25548@parisc-linux.org> <83CA05F64804AF43B8F733C4ABDFAA51022D04D7@mail1.bitband.com> <311601c90812111927t54ed6a54oac3154dba30f737d@mail.gmail.com> <311601c90812112055i7ec955d6kf4fc13279817cdb0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from fg-out-1718.google.com ([72.14.220.158]:18692 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411AbYLLHPJ (ORCPT ); Fri, 12 Dec 2008 02:15:09 -0500 In-Reply-To: <311601c90812112055i7ec955d6kf4fc13279817cdb0@mail.gmail.com> Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "Eric D. Mudama" Cc: Raz Ben-Yehuda , Matthew Wilcox , linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org On Fri, Dec 12, 2008 at 5:55 AM, Eric D. Mudama wrote: > On 12/11/08, Eric D. Mudama wrote: >> Out of curiosity, is write cache enabled or disabled on these devices? > > Oops, I just noticed the oflag=direct, that can have a huge > performance difference depending on the block size. > > What numbers are you getting without oflag=direct? IMHO repeating the measurements without oflag=direct does not make sense: measurements with oflag=direct tell something about the performance of the SSD and the software layers on top of it. Without oflag=direct writes are buffered by Linux and data is written asynchronously to the SSD. Bart.