mempool: return 0 if area is too small on populate
[dpdk.git] / doc / guides / rel_notes / release_20_05.rst
index b124c3f..ab20a7d 100644 (file)
@@ -241,6 +241,10 @@ API Changes
    Also, make sure to start the actual text at the margin.
    =========================================================
 
+* mempool: The API of ``rte_mempool_populate_iova()`` and
+  ``rte_mempool_populate_virt()`` changed to return 0 instead of -EINVAL
+  when there is not enough room to store one object.
+
 
 ABI Changes
 -----------