* [dpdk-dev] [PATCH] mbuf: remove deprecated internal function
@ 2016-08-01 13:04 Thomas Monjalon
2016-08-03 16:50 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2016-08-01 13:04 UTC (permalink / raw)
To: olivier.matz; +Cc: dev
The function __rte_mbuf_raw_alloc was reserved for internal use and
has been deprecated in favor of the public function rte_mbuf_raw_alloc.
It can be safely removed now.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
lib/librte_mbuf/rte_mbuf.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_mbuf.h
index 101485f..7ea66ed 100644
--- a/lib/librte_mbuf/rte_mbuf.h
+++ b/lib/librte_mbuf/rte_mbuf.h
@@ -1157,13 +1157,6 @@ static inline struct rte_mbuf *rte_mbuf_raw_alloc(struct rte_mempool *mp)
return m;
}
-/* compat with older versions */
-__rte_deprecated static inline struct rte_mbuf *
-__rte_mbuf_raw_alloc(struct rte_mempool *mp)
-{
- return rte_mbuf_raw_alloc(mp);
-}
-
/**
* @internal Put mbuf back into its original mempool.
* The use of that function is reserved for RTE internal needs.
--
2.7.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] mbuf: remove deprecated internal function
2016-08-01 13:04 [dpdk-dev] [PATCH] mbuf: remove deprecated internal function Thomas Monjalon
@ 2016-08-03 16:50 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-08-03 16:50 UTC (permalink / raw)
To: olivier.matz; +Cc: dev
2016-08-01 15:04, Thomas Monjalon:
> The function __rte_mbuf_raw_alloc was reserved for internal use and
> has been deprecated in favor of the public function rte_mbuf_raw_alloc.
> It can be safely removed now.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-03 16:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 13:04 [dpdk-dev] [PATCH] mbuf: remove deprecated internal function Thomas Monjalon
2016-08-03 16:50 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).