Re: [dpdk-dev] [PATCH v2] mbuf: remove deprecated segment free functions

2018-09-19 Thread Thomas Monjalon
17/09/2018 14:45, David Marchand: > __rte_mbuf_raw_free and __rte_pktmbuf_prefree_seg have been deprecated for > a long time now (early 17.05), are not part of the abi and are easily > replaced with existing api. > > Signed-off-by: David Marchand > Acked-by: Andrew Rybchenko Applied, thanks

[dpdk-dev] [PATCH v2] mbuf: remove deprecated segment free functions

2018-09-17 Thread David Marchand
__rte_mbuf_raw_free and __rte_pktmbuf_prefree_seg have been deprecated for a long time now (early 17.05), are not part of the abi and are easily replaced with existing api. Signed-off-by: David Marchand Acked-by: Andrew Rybchenko --- doc/guides/rel_notes/release_18_11.rst | 5 + lib/librte