All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: ???? <xiegang112@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: The difference of request dir between AS and Deadline I/O scheduler?
Date: Mon, 2 Mar 2009 14:13:13 +0100	[thread overview]
Message-ID: <20090302131313.GU11787@kernel.dk> (raw)
In-Reply-To: <d364733c0903020503x43a1448cq1b127a88fd816e1c@mail.gmail.com>

On Mon, Mar 02 2009, ???? wrote:
> Do you mean that the same process tends to have the same behavior of
> I/O in the way of sycn?
> Does this mean AS works better when requests are distincted by sync
> mode  (the success rate of anticipation is higher when requests are
> grouped by the mode of sync)?

Please don't top post, put your reply beneath the text you are replying
to.

It means that there's a key distinction between requests. Sync requests
often have dependencies on each other, and AS thus enables idling for
these types of requests. Async io is usually background activity. I
don't understand what you mean by higher success rate. Anticipation is
only for sync requests. The grouping is done because it makes
behavioural sense.


> 
> Thanks,
> 
> 
> On Mon, Mar 2, 2009 at 8:25 PM, Jens Axboe <jens.axboe@oracle.com> wrote:
> > On Mon, Mar 02 2009, ???? wrote:
> >> Hi,
> >>
> >> I'm little confused about the defination of request dir in AS and
> >> Deadline I/O scheduler.
> >> In AS, the request dir is defined by wheher it's sync:
> >>
> >> data_dir = rq_is_sync(rq);
> >>
> >> But in Deadline, the requests are grouped by read and write.
> >>
> >> Why is there the difference since AS is an extension of Deadline?
> >> what's the consideration?
> >
> > Because AS uses the sync vs async distinction to decide whether to
> > anticipate a new request from that process. 'sync' is then reads or sync
> > writes, whereas deadline does not distinguish between sync and async
> > writes.
> >
> > --
> > Jens Axboe
> >
> >
> 
> 
> 
> -- 
> Xie Gang

-- 
Jens Axboe


  reply	other threads:[~2009-03-02 13:13 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-02  5:06 The difference of request dir between AS and Deadline I/O scheduler? 谢纲
2009-03-02 12:25 ` Jens Axboe
2009-03-02 13:03   ` 谢纲
2009-03-02 13:13     ` Jens Axboe [this message]
2009-03-03  4:21 ` Aaron Carroll
2009-03-03  4:52   ` 谢纲
2009-03-03  4:58     ` Aaron Carroll

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=20090302131313.GU11787@kernel.dk \
    --to=jens.axboe@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=xiegang112@gmail.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.