[dpdk-dev] [PATCH] mbuf: remove deprecated internal function

2016-08-03 Thread Thomas Monjalon
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 Applied

[dpdk-dev] [PATCH] mbuf: remove deprecated internal function

2016-08-01 Thread 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 --- lib/librte_mbuf/rte_mbuf.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/lib/li