: [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
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
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
3 matches
Mail list logo