changelog: add note about build/lib move
Change-Id: I75c2359e0ca87d33931ea89e4bd623f07209233b Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
224e0ff0b7
commit
720d5fa683
@ -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
|
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.
|
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
|
v16.08: iSCSI target, NVMe over Fabrics maturity
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user