Re: [dpdk-dev] [PATCH v2 2/3] doc: announce API change for mempool IOVA populate

2020-01-17 Thread David Marchand
On Fri, Jan 17, 2020 at 3:58 PM Olivier Matz wrote: > > Starting from v20.05, rte_mempool_populate_iova() will return > -ENOBUFS. The ABI will be preserved through symbol versioning until This deprecation notice describes a 0 return value, not -ENOBUFS. > 20.11. > > Signed-off-by: Olivier Matz

[dpdk-dev] [PATCH v2 2/3] doc: announce API change for mempool IOVA populate

2020-01-17 Thread Olivier Matz
Starting from v20.05, rte_mempool_populate_iova() will return -ENOBUFS. The ABI will be preserved through symbol versioning until 20.11. Signed-off-by: Olivier Matz --- doc/guides/rel_notes/deprecation.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.