]> www.infradead.org Git - users/hch/blktests.git/commit
tests/block/031: Add a test for sharing a tag set across hardware queues
authorBart Van Assche <bvanassche@acm.org>
Sun, 28 Mar 2021 23:12:09 +0000 (16:12 -0700)
committerOmar Sandoval <osandov@fb.com>
Thu, 22 Apr 2021 17:44:54 +0000 (10:44 -0700)
commit38fc9b87b13df4b7d8b0a67af454fbc89d5dcb2c
tree59466b92d447c5fb22123214a12e52bdf5346743
parentcebd899e66e9597f2535e482c9ed21549f19fc6a
tests/block/031: Add a test for sharing a tag set across hardware queues

Support for sharing a tag set across hardware queues has been added
recently to the Linux kernel. See also the BLK_MQ_F_TAG_HCTX_SHARED flag,
Linux kernel commit 32bc15afed04 ("blk-mq: Facilitate a shared sbitmap per
tagset"; v5.10) and commit 0905053bdb5b ("null_blk: Support shared tag
bitmap"; v5.10). Add a test that triggers the shared tag set code in the
block layer core.

Cc: John Garry <john.garry@huawei.com>
Cc: Don Brace<don.brace@microsemi.com>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
tests/block/031 [new file with mode: 0755]
tests/block/031.out [new file with mode: 0644]