mempool: fix mempool virt populate with small chunks
[dpdk.git] / doc / guides / rel_notes / deprecation.rst
index afa94b4..b6e89d9 100644 (file)
@@ -86,3 +86,7 @@ Deprecation Notices
   to set new power environment if power environment was already initialized.
   In this case the function will return -1 unless the environment is unset first
   (using ``rte_power_unset_env``). Other function usage scenarios will not change.
+
+* mempool: starting from v20.11, rte_mempool_populate_iova() will
+  return -ENOBUFS instead of -EINVAL when there is not enough room to
+  store one object.