Re: [dpdk-dev] [PATCH 8/8] mem: support using memfd segments for in-memory mode

2018-08-24 Thread Burakov, Anatoly
: [dpdk-dev] [PATCH 8/8] mem: support using memfd segments for in-memory mode X-Mailer: git-send-email 1.7.0.7 Enable using memfd-created segments if supported by the system. This will allow having real fd's for pages but without hugetlbfs mounts, which will enable in-memory mode to be used

Re: [dpdk-dev] [PATCH 8/8] mem: support using memfd segments for in-memory mode

2018-08-23 Thread Jerin Jacob
v] [PATCH 8/8] mem: support using memfd segments for > in-memory mode > X-Mailer: git-send-email 1.7.0.7 > > > Enable using memfd-created segments if supported by the system. > > This will allow having real fd's for pages but without hugetlbfs > mounts, which will enable

[dpdk-dev] [PATCH 8/8] mem: support using memfd segments for in-memory mode

2018-08-23 Thread Anatoly Burakov
Enable using memfd-created segments if supported by the system. This will allow having real fd's for pages but without hugetlbfs mounts, which will enable in-memory mode to be used with virtio. The implementation is mostly piggy-backing on existing real-fd code, except that we no longer need to u