From 120c4f3c05a7dae7000dd70134fb8af21bb56336 Mon Sep 17 00:00:00 2001 From: Dariusz Stojaczyk Date: Mon, 30 Jul 2018 11:54:23 +0200 Subject: [PATCH] CHANGELOG: add DPDK 18.05 note Change-Id: I17e1663ee2a231a41ca3747afe83a0a57054b8e7 Signed-off-by: Dariusz Stojaczyk Reviewed-on: https://review.gerrithub.io/420728 Reviewed-by: Ben Walker Reviewed-by: Changpeng Liu Reviewed-by: Shuhei Matsumoto Reviewed-by: Seth Howell Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f348b1e..240da47b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,14 @@ now deprecated and will be removed in a future release. Change the return type of spdk_file_truncate from void to int. The purpose is to catch the `NOMEM` error condition. +### DPDK 18.05 + +The DPDK submodule has been rebased on the DPDK 18.05 release. DPDK 18.05 supports +dynamic memory allocation, but due to some issues found after the DPDK 18.05 release, +that support is not enabled for SPDK 18.07. Therefore, SPDK 18.07 will continue to use +the legacy memory allocation model. The plan is to enable dynamic memory allocation +after the DPDK 18.08 release which should fix these issues. + ## v18.04: Logical Volume Snapshot/Clone, iSCSI Initiator, Bdev QoS, VPP Userspace TCP/IP ### vhost