]> www.infradead.org Git - users/sagi/blktests.git/commit
common/nvme: add helper functions to define a nvme target
authorJohannes Thumshirn <jthumshirn@suse.de>
Wed, 21 Mar 2018 12:48:21 +0000 (13:48 +0100)
committerOmar Sandoval <osandov@fb.com>
Fri, 6 Apr 2018 23:41:01 +0000 (16:41 -0700)
commit73aed072ce192dba173458dcf146c8cf977e5f07
tree346dadc3773ad5a95151b5ed8b3ab33def721a0f
parentb082d9c83811d065f843e7e08cc6a38e9ca0470a
common/nvme: add helper functions to define a nvme target

Add:
- _create_nvmet_port()
- _remove_nvmet_port()
- _create_nvmet_subsystem()
- _remove_nvmet_subsytem()
- _add_nvmet_subsys_to_port()
- _remove_nvmet_subsystem_from_port()

which serve as helper functions to create new nvmet ports and
subsystems for NVMe over Fabrics focused test cases.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
common/nvme