Commit 5c0f6700 authored by Ben Walker's avatar Ben Walker
Browse files

CHANGELOG: Update env section



Change-Id: Ie0c9276f5321b103ef399f387106ec1789522392
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452690


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
parent 13c416c0
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -97,19 +97,21 @@ passed through to the allocated bdevs.
The `phys_addr` parameter in spdk_malloc() and spdk_zmalloc() has been deprecated.
For retrieving physical addresses, spdk_vtophys() should be used instead.

spdk_realloc() has been added to reallocate DMA/shared memory.

spdk_pci_device_is_removed() has been added to let the upper-layer SPDK drivers know
that device has a pending external hotremove request.

### DPDK

Dropped support for DPDK 17.07 and earlier, which SPDK won't even compile with right now.

### env

spdk_env_fini() and spdk_env_dpdk_post_fini() were added to release any resources
allocated by spdk_env_init() or spdk_env_dpdk_post_init() respectively. It is expected
that common usage of those functions is to call them just before terminating the process.

Added spdk_iommu_is_enabled() to report if SPDK application is using IOMMU for DMA.

### DPDK

Dropped support for DPDK 17.07 and earlier, which SPDK won't even compile with right now.

### rpc

New `get_spdk_version` RPC method is introduced to get version info of the running SPDK application.