|
Revision tags: v25.01-rc1 |
|
| #
a0c12854 |
| 04-Nov-2024 |
Yash Raj Singh <yash.rajsingh@nutanix.com> |
bdev/nvme: Make bdev nvme get and set opts APIs public
This patch exposes bdev_nvme_get_opts and bdev_nvme_set_opts APIs. No changes have been done to the implementation of these functions.
Change-
bdev/nvme: Make bdev nvme get and set opts APIs public
This patch exposes bdev_nvme_get_opts and bdev_nvme_set_opts APIs. No changes have been done to the implementation of these functions.
Change-Id: I8498ed81e14abb66283a1608f17bb6bba8e38975 Signed-off-by: Yash Raj Singh <yash.rajsingh@nutanix.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25406 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Reviewed-by: Jim Harris <jim.harris@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by: Ankit Kumar <ankit.kumar@samsung.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
show more ...
|
| #
0afe95a3 |
| 07-Oct-2024 |
Konrad Sztyber <konrad.sztyber@intel.com> |
bdev/nvme: use bdev_nvme linker script
Commit dd98a248aed2 ("bdev_nvme: Make bdev nvme create and set multipath policy APIs public") exposed functions from the bdev_nvme library, but it left the Mak
bdev/nvme: use bdev_nvme linker script
Commit dd98a248aed2 ("bdev_nvme: Make bdev nvme create and set multipath policy APIs public") exposed functions from the bdev_nvme library, but it left the Makefile pointing at the blank linker script, resulting in the .so not defining any symbols. Because of that, the minor version of the bdev_nvme library needs to be bumped.
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I91248c37856b52c04e0cb6e7f01eea789c559302 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25162 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com>
show more ...
|
|
Revision tags: v24.09, v25.01-pre, v24.09-rc1 |
|
| #
dd98a248 |
| 30-Jul-2024 |
Mehakjot Singh Sidhu <mehakjot.sidhu@nutanix.com> |
bdev_nvme: Make bdev nvme create and set multipath policy APIs public
Introduced new header file /module/bdev/nvme.h and added public APIs `spdk_bdev_nvme_create`, `spdk_bdev_nvme_set_multipath_poli
bdev_nvme: Make bdev nvme create and set multipath policy APIs public
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>
show more ...
|