]> git.droids-corp.org - dpdk.git/commitdiff
eal: deprecate function to set default mbuf pool
authorOlivier Matz <olivier.matz@6wind.com>
Thu, 24 May 2018 09:44:07 +0000 (11:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 May 2018 00:31:35 +0000 (02:31 +0200)
Deprecate rte_eal_mbuf_default_mempool_ops(), it shall be replaced by
rte_mbuf_best_mempool_ops().

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
doc/guides/rel_notes/deprecation.rst
lib/librte_eal/common/include/rte_eal.h

index 00fec3973daf1b03ce62bdfc9d8645b1ad0d3364..d2dd302db630cbb8add60f4512bfbd138413d184 100644 (file)
@@ -42,8 +42,8 @@ Deprecation Notices
   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:
+  The following function is deprecated since 18.05, and will be removed
+  in 18.08:
 
   - ``rte_eal_mbuf_default_mempool_ops``
 
index c698b3155c7a125577bf414fced6f9a70ac7ee49..8de5d69e878cb337a95f33fc3ba794487a50f5f3 100644 (file)
@@ -502,11 +502,13 @@ const char * __rte_experimental
 rte_eal_mbuf_user_pool_ops(void);
 
 /**
+ * @deprecated
  * Get default pool ops name for mbuf
  *
  * @return
  *   returns default pool ops name.
  */
+__rte_deprecated
 const char *
 rte_eal_mbuf_default_mempool_ops(void);