15/09/2020 09:09, Andrew Rybchenko: > 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.
Yes I did it for the patch 4 and forgot for patches 1, 2 and 3.