[dpdk-dev] [PATCH v3] mem: calculate space left in a hugetlbfs

2015-12-21 Thread Qiu, Michael
On 2015/11/18 17:42, Jianfeng Tan wrote: > Currently DPDK does not respect the quota of a hugetblfs mount. > It will fail to init the EAL because it tries to map the number of > free hugepages in the system rather than using the number specified > in the quota for that mount. > > To solve this issu

[dpdk-dev] [PATCH v3] mem: calculate space left in a hugetlbfs

2015-11-18 Thread Jianfeng Tan
Currently DPDK does not respect the quota of a hugetblfs mount. It will fail to init the EAL because it tries to map the number of free hugepages in the system rather than using the number specified in the quota for that mount. To solve this issue, we take the quota into consideration when calcula

[dpdk-dev] [PATCH v3] mem: calculate space left in a hugetlbfs

2015-11-18 Thread Sergio Gonzalez Monroy
On 18/11/2015 02:42, Jianfeng Tan wrote: > Currently DPDK does not respect the quota of a hugetblfs mount. > It will fail to init the EAL because it tries to map the number of > free hugepages in the system rather than using the number specified > in the quota for that mount. > > To solve this issu