Commit aa61dc50 authored by Daniel Verkamp's avatar Daniel Verkamp Committed by Jim Harris
Browse files

changelog: use #/##/### headers consistently



Change-Id: Ie85c86a72999cdaa2e7058a3918be06347ea7734
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 77e6598d
Loading
Loading
Loading
Loading
+6 −12
Original line number Diff line number Diff line
Changelog
=========
# Changelog

v16.12: NVMe over Fabrics host, hotplug, and multi-process
----------------------------------------------------------
## v16.12: NVMe over Fabrics host, hotplug, and multi-process

### NVMe library

@@ -88,8 +86,7 @@ mechanisms; it should only be enabled on systems with controlled user access
behind a firewall. An example RPC client implemented in Python is provided in
`scripts/rpc.py`.

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

This release adds a userspace iSCSI target. The iSCSI target is capable of exporting
NVMe devices over a network using the iSCSI protocol. The application is located
@@ -123,8 +120,7 @@ for the NVMe driver.
    the NVMe library API; see `examples/nvme/hello_world/hello_world.c`.
  - A test for measuring software overhead was added. See `test/lib/nvme/overhead`.

v16.06: NVMf userspace target
-----------------------------
## v16.06: NVMf userspace target

This release adds a userspace NVMf (NVMe over Fabrics) target, conforming to the
newly-released NVMf 1.0/NVMe 1.2.1 specification.  The NVMf target exports NVMe
@@ -175,8 +171,7 @@ user code.
  - The PCI library API was made more generic to abstract away differences
  between the underlying PCI access implementations.

v1.2.0: IOAT user-space driver
------------------------------
## v1.2.0: IOAT user-space driver

This release adds a user-space driver with support for the Intel I/O Acceleration Technology (I/OAT, also known as "Crystal Beach") DMA offload engine.

@@ -193,8 +188,7 @@ This release adds a user-space driver with support for the Intel I/O Acceleratio
- Updated to support DPDK 2.2.0


v1.0.0: NVMe user-space driver
------------------------------
## v1.0.0: NVMe user-space driver

This is the initial open source release of the Storage Performance Development Kit (SPDK).