Re: [dpdk-dev] [PATCH v3 0/8] Support running DPDK without hugetlbfs mountpoint

2018-07-13 Thread Thomas Monjalon
> Anatoly Burakov (8): > fbarray: support no-shconf mode > ipc: add support for no-shconf mode > eal: add support for no-shconf for hugepage info > eal: add support for no-shconf in hugepage data file > eal: do not create runtime dir in no-shconf mode > mem: add support for hugepage-unl

[dpdk-dev] [PATCH v3 0/8] Support running DPDK without hugetlbfs mountpoint

2018-07-13 Thread Anatoly Burakov
This patchset adds a new command-line option "--in-memory", which takes old debug options "--huge-unlink" and "--no-shconf", and enhances them with additional functionality. This will allow DPDK to reserve hugepages anonymously instead of using hugetlbfs mountpoints. Coupled with the fact that this