From 6b566ff11d1b4be8586d32c3a356a0f0002f9697 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 4 Oct 2016 10:23:07 -0700 Subject: [PATCH] changelog: document nvme request_mempool change Change-Id: I397a5a7871545e5e401bce0926c3f3a4365aab05 Signed-off-by: Daniel Verkamp --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81d346ed..885c51ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------------------------------------