Re: [dpdk-dev] [PATCH v3 4/6] eal/memory: rename memory API to iova types

2017-11-03 Thread Thomas Monjalon
03/11/2017 12:35, santosh: > On Friday 03 November 2017 04:41 PM, Thomas Monjalon wrote: > > 20/10/2017 14:31, Santosh Shukla: > >> Renamed memory translational api to _iova types. > >> The following api renamed from: > >> > >> rte_mempool_populate_phys() > >> rte_mempool_populate_phys_tab() > > Th

Re: [dpdk-dev] [PATCH v3 4/6] eal/memory: rename memory API to iova types

2017-11-03 Thread santosh
On Friday 03 November 2017 04:41 PM, Thomas Monjalon wrote: > 20/10/2017 14:31, Santosh Shukla: >> Renamed memory translational api to _iova types. >> The following api renamed from: >> >> rte_mempool_populate_phys() >> rte_mempool_populate_phys_tab() > These functions still have "physical address

Re: [dpdk-dev] [PATCH v3 4/6] eal/memory: rename memory API to iova types

2017-11-03 Thread Thomas Monjalon
20/10/2017 14:31, Santosh Shukla: > Renamed memory translational api to _iova types. > The following api renamed from: > > rte_mempool_populate_phys() > rte_mempool_populate_phys_tab() These functions still have "physical addresses" in their description. It is not consistent. Please provide ABI

[dpdk-dev] [PATCH v3 4/6] eal/memory: rename memory API to iova types

2017-10-20 Thread Santosh Shukla
Renamed memory translational api to _iova types. The following api renamed from: rte_mempool_populate_phys() rte_mempool_populate_phys_tab() rte_eal_using_phys_addrs() rte_mem_virt2phy() rte_dump_physmem_layout() rte_eal_get_physmem_layout() rte_eal_get_physmem_size() rte_malloc_virt2phy() rte_mem