From: Werner Fischer <devlists@wefi.net>
To: Jens Axboe <axboe@kernel.dk>
Cc: Jeff Moyer <jmoyer@redhat.com>,
"fio@vger.kernel.org" <fio@vger.kernel.org>
Subject: Re: Linux I/O stack design question
Date: Thu, 01 Sep 2011 22:27:47 +0200 [thread overview]
Message-ID: <1314908867.2091.23.camel@werner-t410> (raw)
In-Reply-To: <4E5FE840.9040706@kernel.dk>
On Don, 2011-09-01 at 14:17 -0600, Jens Axboe wrote:
> On 2011-09-01 14:14, Werner Fischer wrote:
> >> 3) the fusion IO device driver can hook itself in where you put it, or
> >> also up above the I/O scheduler (based on a module load option).
> > Oh wow, that sounds interesting. Does this mean that in this case (IO
> > device driver above the I/O scheduler) simply no I/O scheduler is used?
>
> It'll hook in similarly to where stacked devices like md/dm do. So yes,
> it's bypassing the IO scheduler.
ok, i see.
> One note on that - this mode is going
> away in the future.
Do you mean that this mode is going away in the future for the Fusion-io
driver or that generally no driver will be able to hook in there (also
the mtip32xx and nvmhci-express drivers you mention below)?
> You end up losing out on request merging, so write
> performance is hampered, for one.
>
> The Micron pci-e mtip32xx driver does similarly, as does the
> nvmhci-express driver from Intel. IMHO it's largely due to
> inefficiencies in the IO stack, once we get those fixed, we should be
> getting back to the one true single IO mode for a driver.
With "one true single IO mode for a driver" you mean that every device
driver should sit and stay below the I/O scheduler?
Or do you mean that there should only be one single I/O scheduler? (in
the patch removing the anticipatory scheduler you suggested something
like this:
http://git.kernel.org/linus/492af6350a5ccf087e4964104a276ed358811458 )
> I consider the
> bypass setup a bit of a hack and work-around.
Regards,
Werner
next prev parent reply other threads:[~2011-09-01 20:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-01 12:33 Linux I/O stack design question Werner Fischer
2011-09-01 14:19 ` Jeff Moyer
2011-09-01 20:14 ` Werner Fischer
2011-09-01 20:17 ` Jens Axboe
2011-09-01 20:27 ` Werner Fischer [this message]
2011-09-01 21:13 ` Jens Axboe
2011-09-05 14:01 ` Werner Fischer
2011-09-08 12:39 ` Jens Axboe
2011-09-12 6:36 ` Werner Fischer
2011-09-27 14:06 ` Martin Steigerwald
2012-03-06 10:46 ` Announce: Linux I/O stack diagram (was: Re: Linux I/O stack design question) Werner Fischer
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=1314908867.2091.23.camel@werner-t410 \
--to=devlists@wefi.net \
--cc=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=jmoyer@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.