Re: [dpdk-dev] [PATCH v3 0/5] Allow using virtio-user without hugepages

2018-12-20 Thread Thomas Monjalon
> Anatoly Burakov (5): > mem: fix error code for segment fd API for external segs > memalloc: check for memfd support in segment fd API > memalloc: allow setting up segment list fd's > mem: use memfd for no-huge mode > test: add segment fd API test Applied, thanks

[dpdk-dev] [PATCH v3 0/5] Allow using virtio-user without hugepages

2018-12-13 Thread Anatoly Burakov
It is already possible to use both DPDK in general and virtio-user specifically, without hugetlbfs mounts, but currently virtio-user cannot be used without hugepage memory (i.e. with a --no-huge EAL switch) due to the fact that it needs to share memory with the backend. This patchset uses memfd to