From 078ef4e5e6b45880203fc0226eaf81339f5cb150 Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Thu, 22 Oct 2020 11:13:24 -0400 Subject: [PATCH] CHANGELOG: move command log entry to correct SPDK version section Patch introduced during SPDK 20.10 development put this addition put the changelog entry into SPDK 20.07 section. (198a3ad) nvme: if no command set is requested, use the most reasonable default Move it to the right place. Signed-off-by: Tomasz Zawadzki Change-Id: I0f3ddd1a551c8ba3ad2e272dea82ab2179063599 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4851 Reviewed-by: Ben Walker Reviewed-by: Aleksey Marchuk Reviewed-by: Shuhei Matsumoto Reviewed-by: Jim Harris Tested-by: SPDK CI Jenkins --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61369a46..cd92dcab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,6 +91,10 @@ a few NVMe SSDs. New APIs, `spdk_nvme_ns_get_ana_group_id` and `spdk_nvme_ns_get_ana_state`, have been added to get ANA group ID and ANA state of the given namespace, respectively. +If no specific command set is requested (by setting the command_set member in the +`spdk_nvme_ctrlr_opts` structure), SPDK will automatically select the most appropriate +command set based on what the controller supports. + ### nvmf A new API `spdk_nvmf_subsystem_add_ns_ext` has been added and the API `spdk_nvmf_subsystem_add_ns` @@ -236,10 +240,6 @@ A new API `spdk_ioat_get_max_descriptors` was added. ### nvme -If no specific command set is requested (by setting the command_set member in the -`spdk_nvme_ctrlr_opts` structure), SPDK will automatically select the most appropriate -command set based on what the controller supports. - An `opts_size`element was added in the `spdk_nvme_ctrlr_opts` structure to solve the ABI compatiblity issue between different SPDK version.