linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kent Overstreet <koverstreet@google.com>
To: Andi Kleen <ak@linux.intel.com>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	Zach Brown <zab@zabbo.net>, Jens Axboe <axboe@kernel.dk>
Subject: Re: [PATCH][WIP] dio rewrite
Date: Mon, 11 Feb 2013 17:33:15 -0800	[thread overview]
Message-ID: <20130212013315.GL12631@moria.home.lan> (raw)
In-Reply-To: <20130212012413.GA30387@tassilo.jf.intel.com>

On Mon, Feb 11, 2013 at 05:24:13PM -0800, Andi Kleen wrote:
> On Mon, Feb 11, 2013 at 04:53:26PM -0800, Kent Overstreet wrote:
> > I finally started hacking on the dio code, and it's far from done but
> > it's turning out better than I expected so I thought I'd show off what
> > I've got so far.
> 
> The critical metric for some of the highend workloads 
> is the number of cache lines touched in the submission path
> (especially potentially modified ones). How does your new code fare on that?

I haven't started looking at performance yet, except to sanity check it
- but it should be substantially better, mostly due to getting rid of
dio->pages.

As far as touching shared cachelines I don't think it's any different
than the old code, though.

There's also icache, which should be hugely better.

But the code's changed so much I'll have to spend some time optimizing
it before I can make a reasonable comparison, after I've finished with
all the correctness issues.

  reply	other threads:[~2013-02-12  1:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-12  0:53 [PATCH][WIP] dio rewrite Kent Overstreet
2013-02-12  1:24 ` Andi Kleen
2013-02-12  1:33   ` Kent Overstreet [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-14  2:10 Kent Overstreet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130212013315.GL12631@moria.home.lan \
    --to=koverstreet@google.com \
    --cc=ak@linux.intel.com \
    --cc=axboe@kernel.dk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zab@zabbo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).