[dpdk-dev] [PATCH 3/4] mbuf: remove deprecated function and macro aliases
Andrew Rybchenko
arybchenko at solarflare.com
Tue Sep 15 09:09:18 CEST 2020
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 <thomas at monjalon.net>
I think that the change should be listed in release notes.
Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>
More information about the dev
mailing list