From: Jens Axboe <axboe@kernel.dk>
To: Alexander Gordeev <agordeev@redhat.com>
Cc: linux-kernel@vger.kernel.org, Ming Lei <tom.leiming@gmail.com>
Subject: Re: blk-mq: bitmap tag: performance degradation?
Date: Wed, 04 Jun 2014 08:18:42 -0600 [thread overview]
Message-ID: <538F2AC2.1060904@kernel.dk> (raw)
In-Reply-To: <20140604103544.GA11350@dhcp-26-207.brq.redhat.com>
On 2014-06-04 04:35, Alexander Gordeev wrote:
> Hi Jens, et al
>
> With new bitmap tags I am observing performance degradation on 'null_blk'
> device with 512 queue depth. This is 'fio' config used:
>
> [global]
> bs=4k
> size=16g
>
> [nullb]
> filename=/dev/nullb0
> direct=1
> rw=randread
> numjobs=8
>
>
> I tried machines with 16 and 48 CPUs and it seems the more
> CPUs we have the worse the result. Here is 48 CPUs one:
>
> 3.15.0-rc4+
>
> READ: io=131072MB, aggrb=3128.7MB/s, minb=400391KB/s, maxb=407204KB/s,
> mint=41201msec, maxt=41902msec
>
> 548,549,235,428 cycles:k
> 3,759,335,303 L1-dcache-load-misses
> 419,021,008 cache-misses:k
>
> 39.659121371 seconds time elapsed
>
> 3.15.0-rc1.for-3.16-blk-mq-tagging+
>
> READ: io=131072MB, aggrb=1951.8MB/s, minb=249824KB/s, maxb=255851KB/s,
> mint=65574msec, maxt=67156msec
>
> 1,063,669,976,651 cycles:k
> 4,572,746,591 L1-dcache-load-misses
> 1,127,037,813 cache-misses:k
>
> 69.446112553 seconds time elapsed
A null_blk test is the absolute best case for percpu_ida, since there
are enough tags and everything is localized. The above test is more
useful for testing blk-mq than any real world application of the tagging.
I've done considerable testing on both 2 and 4 socket (32 and 64 CPUs)
and bitmap tagging is better in a much wider range of applications. This
includes even high tag depth devices like nvme, and more normal ranges
like mtip32xx and scsi-mq setups.
--
Jens Axboe
next prev parent reply other threads:[~2014-06-04 14:18 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-04 10:35 blk-mq: bitmap tag: performance degradation? Alexander Gordeev
2014-06-04 14:18 ` Jens Axboe [this message]
2014-06-05 14:01 ` Alexander Gordeev
2014-06-05 14:03 ` Jens Axboe
2014-06-05 14:16 ` Ming Lei
2014-06-05 17:17 ` Jens Axboe
2014-06-05 23:33 ` Ming Lei
2014-06-06 1:55 ` Jens Axboe
2014-06-06 2:03 ` Ming Lei
2014-06-06 2:35 ` Ming Lei
2014-06-06 2:40 ` Jens Axboe
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=538F2AC2.1060904@kernel.dk \
--to=axboe@kernel.dk \
--cc=agordeev@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tom.leiming@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.