From 55dc5a1c1b8facf279af1303e79d52c286f1be0d Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 15 Feb 2017 17:14:02 -0700 Subject: [PATCH] changelog: begin filling out the next release Change-Id: Ie8478974fe8cc8acb7b5823a4c75fe68aef7e882 Signed-off-by: Daniel Verkamp --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33b0defed..409f3eb4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## (Next Planned Release) v17.03 + +### Event framework + +The overhead of the main reactor event loop was reduced by optimizing the number of +calls to spdk_get_ticks() per iteration. + +### NVMe library + +The NVMe library will now automatically split readv/writev requests with scatter-gather +lists that do not map to valid PRP lists when the NVMe controller does not natively +support SGLs. + +The `identify` and `perf` NVMe examples were modified to add a consistent format for +specifying remote NVMe over Fabrics devices via the `-r` option. +This is implemented using the new `spdk_nvme_transport_id_parse()` function. + ## v16.12: NVMe over Fabrics host, hotplug, and multi-process ### NVMe library