numam-dpdk/examples/ipsec-secgw
Thomas Monjalon bfa9a8a460 mbuf: rename data address helpers to IOVA
The following inline functions and macros have been renamed to be
consistent with the IOVA wording:

rte_mbuf_data_dma_addr         -> rte_mbuf_data_iova
rte_mbuf_data_dma_addr_default -> rte_mbuf_data_iova_default
rte_pktmbuf_mtophys            -> rte_pktmbuf_iova
rte_pktmbuf_mtophys_offset     -> rte_pktmbuf_iova_offset

The deprecated functions and macros are kept to avoid breaking the API.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
2017-11-06 22:44:26 +01:00
..
ep0.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
ep1.cfg examples/ipsec-secgw: add sample configuration files 2016-10-04 20:41:09 +02:00
esp.c mbuf: rename data address helpers to IOVA 2017-11-06 22:44:26 +01:00
esp.h examples/ipsec-secgw: support security offload 2017-10-26 03:12:56 +02:00
ipip.h examples/ipsec-secgw: fix IPv6 payload length 2017-10-25 18:10:42 +02:00
ipsec-secgw.c examples/ipsec-secgw: support security offload 2017-10-26 03:12:56 +02:00
ipsec.c examples/ipsec-secgw: support security offload 2017-10-26 03:12:56 +02:00
ipsec.h examples/ipsec-secgw: support security offload 2017-10-26 03:12:56 +02:00
Makefile examples/ipsec-secgw: fix build without security lib 2017-10-26 22:33:22 +02:00
parser.c examples/ipsec-secgw: fix configuration parsing 2016-11-07 21:44:42 +01:00
parser.h examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
rt.c examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
sa.c examples/ipsec-secgw: support security offload 2017-10-26 03:12:56 +02:00
sp4.c examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00
sp6.c examples/ipsec-secgw: support configuration file 2016-10-04 20:41:09 +02:00