Commit 6b566ff1 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

changelog: document nvme request_mempool change



Change-Id: I397a5a7871545e5e401bce0926c3f3a4365aab05
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 1085e6fd
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
Changelog
=========

Upcoming Release
----------------

The NVMe library has been changed to create its own request memory pool rather than
requiring the user to initialize the global `request_mempool` variable.  Apps can be
updated by simply removing the initialization of `request_mempool`.  Since the NVMe
library user no longer needs to know the size of the internal NVMe request
structure to create the pool, the `spdk_nvme_request_size()` function was also removed.

v16.08: iSCSI target, NVMe over Fabrics maturity
------------------------------------------------