Re: [dpdk-dev] [PATCH v3 2/5] memalloc: check for memfd support in segment fd API

2018-12-14 Thread Maxime Coquelin
On 12/13/18 12:43 PM, Anatoly Burakov wrote: If memfd support was not compiled, or hugepage memfd support is not available at runtime, the API will now return proper error code, indicating that this API is unsupported. This changes the API, so document the changes. Fixes: 41dbdb68723b ("mem:

[dpdk-dev] [PATCH v3 2/5] memalloc: check for memfd support in segment fd API

2018-12-13 Thread Anatoly Burakov
If memfd support was not compiled, or hugepage memfd support is not available at runtime, the API will now return proper error code, indicating that this API is unsupported. This changes the API, so document the changes. Fixes: 41dbdb68723b ("mem: add external API to retrieve page fd") Fixes: 3a44