mbox series

[blktests,v2,0/4] Add a test that triggers the blk_mq_realloc_hw_ctxs() error path

Message ID 20200315221320.613-1-bvanassche@acm.org (mailing list archive)
Headers show
Series Add a test that triggers the blk_mq_realloc_hw_ctxs() error path | expand

Message

Bart Van Assche March 15, 2020, 10:13 p.m. UTC
Hi Omar,

Please consider this patch series for the upstream blktests repository.

Compared to v1, three patches have been added that refactor null_blk
loading, unloading and configuration.

Thanks,

Bart.

Bart Van Assche (4):
  Make _exit_null_blk remove all null_blk device instances
  Use _{init,exit}_null_blk instead of open-coding these functions
  Introduce the function _configure_null_blk()
  Add a test that triggers the blk_mq_realloc_hw_ctxs() error path

 common/multipath-over-rdma | 29 ++++++++------------------
 common/null_blk            | 26 +++++++++++++++++++----
 tests/block/022            |  3 ---
 tests/block/029            | 17 ++-------------
 tests/block/030            | 42 ++++++++++++++++++++++++++++++++++++++
 tests/block/030.out        |  1 +
 tests/nvmeof-mp/rc         |  2 +-
 7 files changed, 76 insertions(+), 44 deletions(-)
 create mode 100755 tests/block/030
 create mode 100644 tests/block/030.out