changelog: begin filling out the next release

Change-Id: Ie8478974fe8cc8acb7b5823a4c75fe68aef7e882
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2017-02-15 17:14:02 -07:00 committed by Jim Harris
parent aa61dc505e
commit 55dc5a1c1b

View File

@ -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