From 74915174b45158f11179261e75f3ea7363e668d7 Mon Sep 17 00:00:00 2001 From: Hemant Agrawal Date: Fri, 2 Feb 2018 14:01:42 +0530 Subject: [PATCH] doc: announce EAL function removal for default mempool Signed-off-by: Hemant Agrawal Acked-by: Olivier Matz Acked-by: Jerin Jacob Acked-by: Ferruh Yigit --- doc/guides/rel_notes/deprecation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a115d3dd4e..730d73340d 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -50,6 +50,15 @@ Deprecation Notices ``rte_memzone`` member ``memseg_id`` will no longer serve any useful purpose and will be removed. +* eal: a new set of mbuf mempool ops name APIs for user, platform and best + mempool names have been defined in ``rte_mbuf`` in v18.02. The uses of + ``rte_eal_mbuf_default_mempool_ops`` shall be replaced by + ``rte_mbuf_best_mempool_ops``. + The following function is now redundant and it is target to be deprecated + in 18.05: + + - ``rte_eal_mbuf_default_mempool_ops`` + * ethdev: a new Tx and Rx offload API was introduced on 17.11. In the new API, offloads are divided into per-port and per-queue offloads. Offloads are disabled by default and enabled per application request. -- 2.20.1