mbuf: remove deprecated internal function
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>
This commit is contained in:
parent
d7e61ad3ae
commit
6a90a568ff
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user