numam-dpdk/drivers/crypto/virtio
Thomas Monjalon ce627d633b 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>
2020-09-19 00:25:37 +02:00
..
meson.build
rte_pmd_virtio_crypto_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00
virtio_crypto_algs.h
virtio_crypto_capabilities.h
virtio_cryptodev.c mem: remove physical address aliases 2020-09-19 00:25:35 +02:00
virtio_cryptodev.h cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
virtio_logs.h
virtio_pci.c crypto/virtio: fix global variable multiple definitions 2019-10-25 23:16:23 +02:00
virtio_pci.h crypto/virtio: fix global variable multiple definitions 2019-10-25 23:16:23 +02:00
virtio_ring.h
virtio_rxtx.c mbuf: remove deprecated function and macro aliases 2020-09-19 00:25:37 +02:00
virtqueue.c
virtqueue.h