mbox series

[blktests,0/2] Add a test that triggers blk_mq_update_nr_hw_queues()

Message ID 20191021225719.211651-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Add a test that triggers blk_mq_update_nr_hw_queues() | expand

Message

Bart Van Assche Oct. 21, 2019, 10:57 p.m. UTC
Hi Omar,

This patch series includes the test that I used to verify my recently posted
blk_mq_update_nr_hw_queues() patches. Please consider these patches for
inclusion in the blktests repository.

Thanks,

Bart.

Bart Van Assche (2):
  Move and rename uptime_s()
  Add a test that triggers blk_mq_update_nr_hw_queues()

 common/multipath-over-rdma |  9 +-----
 common/rc                  |  9 ++++++
 tests/block/029            | 63 ++++++++++++++++++++++++++++++++++++++
 tests/block/029.out        |  1 +
 tests/nvmeof-mp/rc         |  2 +-
 tests/srp/014              |  2 +-
 tests/srp/rc               |  2 +-
 7 files changed, 77 insertions(+), 11 deletions(-)
 create mode 100755 tests/block/029
 create mode 100644 tests/block/029.out