Re: [dpdk-dev] [PATCH v4 05/15] malloc: rename address mapping function to IOVA

2017-11-05 Thread santosh
On Monday 06 November 2017 07:11 AM, Thomas Monjalon wrote: > The function rte_malloc_virt2phy() is renamed to rte_malloc_virt2iova(). > The deprecated name is kept as an alias to avoid breaking the API. > > Signed-off-by: Thomas Monjalon > --- Acked-by: Santosh Shukla

[dpdk-dev] [PATCH v4 05/15] malloc: rename address mapping function to IOVA

2017-11-05 Thread Thomas Monjalon
The function rte_malloc_virt2phy() is renamed to rte_malloc_virt2iova(). The deprecated name is kept as an alias to avoid breaking the API. Signed-off-by: Thomas Monjalon --- app/test-crypto-perf/cperf_test_vector_parsing.c | 4 ++-- app/test-crypto-perf/cperf_test_vectors.c| 6 +++---