[dpdk-dev] [PATCH RFC] eal_memory: Search only DPDK hugetlbfs maps

2015-01-15 Thread Thomas Monjalon
> When scanning the hugetlbfs maps search only for the DPDK maps. > This will allow the application create its own hugetlbfs mappings > and use the DPDK facilities on the same hugetlbfs mount point. > > Signed-off-by: Vlad Zolotarov Acked-by: Thomas Monjalon It is a RFC patch but there is no c

[dpdk-dev] [PATCH RFC] eal_memory: Search only DPDK hugetlbfs maps

2014-12-23 Thread Vlad Zolotarov
When scanning the hugetlbfs maps search only for the DPDK maps. This will allow the application create its own hugetlbfs mappings and use the DPDK facilities on the same hugetlbfs mount point. Signed-off-by: Vlad Zolotarov --- lib/librte_eal/linuxapp/eal/eal_memory.c | 2 +- 1 file changed, 1 in