From: Jens Axboe <axboe@kernel.dk>
To: xun ni <ni.xun.intel@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Block Layer Multi queue question
Date: Thu, 27 Jun 2013 16:21:27 +0200 [thread overview]
Message-ID: <20130627142127.GZ25599@kernel.dk> (raw)
In-Reply-To: <CANLX1YGQqbbNb5hgoHtcFS27KJmLtnC+JY6CnWsSBR3+KLO60g@mail.gmail.com>
On Thu, Jun 27 2013, xun ni wrote:
> Hello, Axboe:
>
> I read your article about the block io layer Multi-queue support SSD on
> the multi-core systems. And i do some experiment on raid5 which consist of
> 5 intel ssd disks. I get code from linux-block and checked out mq. After
> apply kent's patch , the raid5 system works. I tested the raid with FIO and
> find that the performance is not growing. 4k read iops down from 82k to
> 76k. 4k random write iops down from 14k to 9k. The latency is also down
> about 8%
> So my question is that any configuration or modification is needed
> before testing the raid5 so that the Multi-queue method works and
> performance increase?
raid5/md isn't blk-mq aware at all. So that code path isn't really
changed at all. If you are seeing a change in performance, that must be
because the baseline is different (blk-mq sits on top of 3.10-rc, don't
know what you are comparing to). You should try 3.10-rc7 and see how
that fares, and report if you are seeing a performance degredation.
--
Jens Axboe
parent reply other threads:[~2013-06-27 14:21 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <CANLX1YGQqbbNb5hgoHtcFS27KJmLtnC+JY6CnWsSBR3+KLO60g@mail.gmail.com>]
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=20130627142127.GZ25599@kernel.dk \
--to=axboe@kernel.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=ni.xun.intel@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.