summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2017-06-13 11:18:21 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2017-06-13 11:18:21 +0100
commitc162fd41a0d90e50e9860d08aae7ffa433c40adf (patch)
treef309c51218a070efcebf3d817655b43d06503516
parent23cb5563dab4773a05597fb6531aa0eb40cbc091 (diff)
Mention mempool changes in changelog
Change-Id: I071246b42bab99996c3edbdfff451651441617da Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c5da24..9dda964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,10 @@ dpdk (16.11.2-1~git1) UNRELEASED; urgency=medium
* Generate list of recommends for dpdk dynamically at build time.
* dpdk-modules-$KVERS: depend on same kernel version used to build rather than
just recommend - in-kernel API/ABI is not stable.
+ * Support for building packages for the new mempool framework has been added.
+ In 17.05 and newer a mempool framework was added, that has to be loaded
+ like a PMD. So any "plugin" will be linked in RTE_EAL_PMD_PATH just like
+ the PMDs. No mempool plugins are built for now, so it is currently a no-op.
-- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 08 Jun 2017 10:05:44 -0600