Commit 720d5fa6 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

changelog: add note about build/lib move



Change-Id: I75c2359e0ca87d33931ea89e4bd623f07209233b
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 224e0ff0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -25,6 +25,12 @@ used instead. Prior to DPDK 16.07 enumeration by class code was not supported,
so for earlier DPDK versions only Intel SSDs will be discovered. Starting with
DPDK 16.07 all devices will be discovered correctly by class code.

The build process has been modified to produce all of the library files in the
`build/lib` directory.  This is intended to simplify the use of SPDK from external
projects, which can now link to SPDK libraries by adding the `build/lib` directory
to the library path via `-L` and linking the SPDK libraries by name (for example,
`-lspdk_nvme -lspdk_log -lspdk_util`).

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