Commit 078ef4e5 authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

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.
(198a3ad2) nvme: if no command set is requested, use the most reasonable default

Move it to the right place.

Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I0f3ddd1a551c8ba3ad2e272dea82ab2179063599
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4851


Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent c7df7a4c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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.