Re: [dpdk-dev] [PATCH v2 3/4] mbuf: remove deprecated function and macro aliases

2020-09-18 Thread Kinsella, Ray
On 17/09/2020 11:41, 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 >

Re: [dpdk-dev] [PATCH v2 3/4] mbuf: remove deprecated function and macro aliases

2020-09-17 Thread Hemant Agrawal
Acked-by: Hemant Agrawal *

[dpdk-dev] [PATCH v2 3/4] mbuf: remove deprecated function and macro aliases

2020-09-17 Thread Thomas Monjalon
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_mtoph