Re: [dpdk-dev] [PATCH v4 04/15] mem: 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_mem_virt2phy() is kept and used in functions which > works only with physical addresses. > For all other calls this function is replaced by rte_mem_virt2iova() > which does a direct mapping (no conversion) in the VA cas

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

2017-11-05 Thread Thomas Monjalon
The function rte_mem_virt2phy() is kept and used in functions which works only with physical addresses. For all other calls this function is replaced by rte_mem_virt2iova() which does a direct mapping (no conversion) in the VA case. Note: the new function rte_mem_virt2iova() function matches the b