From 44ac74e8b3c5474d2ad0801c7983b8ae955700a9 Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Sat, 17 Oct 2020 00:46:11 +0900 Subject: [PATCH] CHANGELOG: NVMe async detach and adding namespace to NVMe-oF subsystem Signed-off-by: Shuhei Matsumoto Change-Id: I12f083d694d1e5c6b3edec9635f9e81b6ccc6390 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4776 Tested-by: SPDK CI Jenkins Reviewed-by: Aleksey Marchuk Reviewed-by: Ben Walker Reviewed-by: Jim Harris Community-CI: Broadcom CI --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6aaaa41..4e0a4c4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ Updated intel-ipsec-mb submodule to v0.54 Updated ISA-L submodule to v2.29.0. -## log +### log A log flag structure, `spdk_log_register_flag`, `spdk_log_get_first_flag`, `spdk_log_get_next_flag` and macro `SPDK_LOG_REGISTER_COMPONENT`, have been added which @@ -56,6 +56,17 @@ The log flags in the event framework `-L` and several SPDK applications has been release builds of SPDK. On debug builds this option will additionally set log print level to `SPDK_LOG_DEBUG`. +### nvme + +New APIs, `spdk_nvme_detach_async` and `spdk_nvme_detach_poll_async`, have been added to +detach multiple controllers in parallel to mitigate lengthy shutdown notification of +a few NVMe SSDs. + +### nvmf + +A new API `spdk_nvmf_subsystem_add_ns_ext` has been added and the API `spdk_nvmf_subsystem_add_ns` +has been deprecated. + ### ocf Updated OCF submodule to v20.03.1