mbuf: make raw free function public
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 4 Apr 2017 16:28:01 +0000 (18:28 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Apr 2017 09:30:29 +0000 (11:30 +0200)
commit1f88c0a22bb1adc5bab8e03bca82bd25d8b70bf2
tree7432726fac8833788869171131a2d0005023de7b
parent54e9290269f048b848481995043e3ec723356b2d
mbuf: make raw free function public

Rename __rte_mbuf_raw_free() as rte_mbuf_raw_free() and make
it public. The old function is kept for compat but is marked as
deprecated.

The next commit changes the behavior of rte_mbuf_raw_free() to
make it more consistent with rte_mbuf_raw_alloc().

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
drivers/net/ena/ena_ethdev.c
drivers/net/mlx5/mlx5_rxtx.c
lib/librte_mbuf/rte_mbuf.h