From 720d5fa68383a6fedb5a2b90786a3c53163ff552 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 17 Nov 2016 13:47:43 -0700 Subject: [PATCH] changelog: add note about build/lib move Change-Id: I75c2359e0ca87d33931ea89e4bd623f07209233b Signed-off-by: Daniel Verkamp --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f77b01a..05846387b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------------------------------------