mbuf: remove deprecated function and macro aliases
authorThomas Monjalon <thomas@monjalon.net>
Mon, 14 Sep 2020 14:33:24 +0000 (16:33 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 18 Sep 2020 22:25:37 +0000 (00:25 +0200)
commitce627d633b04b45d7f0d97f2c6eefc059b6cf89e
treeac50aa4d64d57e8e2acb43eac06a947b93923b79
parent28e3c8b286009206ff10ab4f810484a3e83b82df
mbuf: remove deprecated function and macro aliases

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@monjalon.net>
Acked-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
13 files changed:
doc/guides/rel_notes/release_20_11.rst
drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c
drivers/baseband/fpga_lte_fec/fpga_lte_fec.c
drivers/common/cpt/cpt_ucode.h
drivers/compress/qat/qat_comp.c
drivers/crypto/ccp/ccp_crypto.c
drivers/crypto/dpaa_sec/dpaa_sec.c
drivers/crypto/nitrox/nitrox_sym_reqmgr.c
drivers/crypto/virtio/virtio_rxtx.c
drivers/net/axgbe/axgbe_rxtx.c
drivers/net/octeontx2/otx2_ethdev_sec_tx.h
examples/fips_validation/main.c
lib/librte_mbuf/rte_mbuf.h