changelog: document nvme request_mempool change

Change-Id: I397a5a7871545e5e401bce0926c3f3a4365aab05
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-10-04 10:23:07 -07:00
parent 1085e6fd40
commit 6b566ff11d

View File

@ -1,6 +1,15 @@
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
------------------------------------------------