CHANGELOG: updated with changes backported to 20.01.x

- bdev_rbd_resize was added to incorrect section
- added info on spdk_mem_reserve

Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I32f9b0ddf4d87243e3eab2b47fd35debc135d4e9
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2697
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Tomasz Zawadzki 2020-05-29 05:41:01 -04:00
parent f8d26843fc
commit fb56c3214e

View File

@ -7,6 +7,16 @@
Updated DPDK submodule to DPDK 19.11.2, which includes fixes for DPDK vulnerabilities:
CVE-2020-10722, CVE-2020-10723, CVE-2020-10724, CVE-2020-10725, CVE-2020-10724.
### env_dpdk
A new function, `spdk_mem_reserve`, has been added to reserve a memory region in SPDK's
memory maps. It pre-allocates data structures to hold memory address translations
without populating the region.
### rpc
A new RPC, `bdev_rbd_resize` has been added to resize the Ceph RBD bdev.
## v20.01.1:
## v20.01:
@ -158,8 +168,6 @@ A new RPC, `framework_get_reactors`, has been added to retrieve a list of all re
`nvmf_set_config` now takes an argument to enable passthru of identify commands to base NVMe devices.
Please see the nvmf section above for more details.
A new RPC, `bdev_rbd_resize` has been added to resize the Ceph RBD bdev.
### scsi
`spdk_scsi_lun_get_dif_ctx` now takes an additional argument of type `spdk_scsi_task`.