CHANGELOG: NVMe async detach and adding namespace to NVMe-oF subsystem
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I12f083d694d1e5c6b3edec9635f9e81b6ccc6390 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4776 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Community-CI: Broadcom CI
This commit is contained in:
parent
0798ddf723
commit
44ac74e8b3
13
CHANGELOG.md
13
CHANGELOG.md
@ -45,7 +45,7 @@ Updated intel-ipsec-mb submodule to v0.54
|
|||||||
|
|
||||||
Updated ISA-L submodule to v2.29.0.
|
Updated ISA-L submodule to v2.29.0.
|
||||||
|
|
||||||
## log
|
### log
|
||||||
|
|
||||||
A log flag structure, `spdk_log_register_flag`, `spdk_log_get_first_flag`,
|
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
|
`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
|
release builds of SPDK. On debug builds this option will additionally set
|
||||||
log print level to `SPDK_LOG_DEBUG`.
|
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
|
### ocf
|
||||||
|
|
||||||
Updated OCF submodule to v20.03.1
|
Updated OCF submodule to v20.03.1
|
||||||
|
Loading…
Reference in New Issue
Block a user