CHANGELOG: add a few missing updates

Change-Id: I522de958bc6482608f9de94b8033aa8189849aad
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452641
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Darek Stojaczyk 2019-04-30 17:10:56 +02:00 committed by Ben Walker
parent 5c0f6700aa
commit 63eef98c4b

View File

@ -76,6 +76,9 @@ New APIs spdk_bdev_get_md_size(), spdk_bdev_is_md_interleaved(), spdk_bdev_get_d
spdk_bdev_is_dif_head_of_md(), and spdk_bdev_is_dif_check_enabled() have been
added to get metadata and DIF settings.
Bdevs claimed by the `examine_config` callback will be now further examined in the
`examine_disk` callback.
### NVMe-oF Target
Support for per-device shared receive queues in the RDMA transport has been added.
@ -112,6 +115,8 @@ Added spdk_iommu_is_enabled() to report if SPDK application is using IOMMU for D
Dropped support for DPDK 17.07 and earlier, which SPDK won't even compile with right now.
Updated DPDK submodule to DPDK 19.02.
### rpc
New `get_spdk_version` RPC method is introduced to get version info of the running SPDK application.