On 9/14/20 7:17 PM, Thomas Monjalon wrote: > Remove the deprecated functions > - rte_mbuf_data_dma_addr > - rte_mbuf_data_dma_addr_default > which aliased the more recent functions > - rte_mbuf_data_iova > - rte_mbuf_data_iova_default > > Remove the deprecated macros > - rte_pktmbuf_mtophys > - rte_pktmbuf_mtophys_offset > which aliased the more recent macros > - rte_pktmbuf_iova > - rte_pktmbuf_iova_offset > > Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
I think that the change should be listed in release notes. Acked-by: Andrew Rybchenko <arybche...@solarflare.com>