CHANGELOG: fix formatting and typos for 20.10

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: Ibbe6293955e74c236f5a45936aadfcac9879f4fe
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4852
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Tomasz Zawadzki 2020-10-23 05:04:35 -04:00
parent 078ef4e5e6
commit 75fdd05eea

View File

@ -8,7 +8,7 @@ A new `spdk_bdev_part_base_construct_ext` function has been added and the
`spdk_bdev_part_base_construct` has been deprecated. The `spdk_bdev_part_base_construct` has been deprecated. The
`spdk_bdev_part_base_construct_ext` function takes bdev name as an argument instead `spdk_bdev_part_base_construct_ext` function takes bdev name as an argument instead
of bdev structure to avoid a race condition that can happen when the bdev is being of bdev structure to avoid a race condition that can happen when the bdev is being
removed between a call to get its structure based on a name and actually openning it. removed between a call to get its structure based on a name and actually opening it.
Removed `spdk_bdev_config_text` function for bdev modules to report legacy config. Removed `spdk_bdev_config_text` function for bdev modules to report legacy config.
@ -103,7 +103,7 @@ has been deprecated.
The NVMe-oF target now supports Asymmetric Namespace Access (ANA) Reporting to provide The NVMe-oF target now supports Asymmetric Namespace Access (ANA) Reporting to provide
multipath to NVMe-oF initiator. multipath to NVMe-oF initiator.
Add 'no_wr_batching' parameter to 'spdk_nvmf_transport_opts' struct to disable Add `no_wr_batching` parameter to `spdk_nvmf_transport_opts` struct to disable
Work Requests batching in RDMA transport. Work Requests batching in RDMA transport.
NVMf Target transports can now parse any additional JSON params in the nvmf_create_transport RPC NVMf Target transports can now parse any additional JSON params in the nvmf_create_transport RPC
@ -144,11 +144,11 @@ deprecated and removed.
### sock ### sock
The `enable_placement_id` field was added in the struct spdk_sock_impl_opts to The `enable_placement_id` field was added in the `struct spdk_sock_impl_opts` to
make the placement_id feature configurable by users. The default setting is make the placement_id feature configurable by users. The default setting is
not enabled. not enabled.
The `enable_quick_ack` field was added in the struct spdk_sock_impl_opts to enable The `enable_quick_ack` field was added in the `struct spdk_sock_impl_opts` to enable
or disable quick ack for the POSIX sock module. The default setting is not enabled. or disable quick ack for the POSIX sock module. The default setting is not enabled.
### thread ### thread