+6
−0
+2
−2
include/spdk/module/bdev/nvme.h
0 → 100644
+96
−0
+22
−22
Loading
Introduced new header file /module/bdev/nvme.h and added public APIs `spdk_bdev_nvme_create`, `spdk_bdev_nvme_set_multipath_policy` and `spdk_bdev_nvme_get_default_ctrlr_opts`, replacing internal functions `bdev_nvme_create`, `bdev_nvme_set_multipath_policy` and `bdev_nvme_get_default_ctrlr_opts`. No changes have been done to the implementation of the above functions. Change-Id: I610cfca65fbc43c32b1cf2288c8208fa5c6e567b Signed-off-by:Mehakjot Singh Sidhu <mehakjot.sidhu@nutanix.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24370 Community-CI: Mellanox Build Bot Reviewed-by:
Ben Walker <ben@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com>