Re: [dpdk-dev] [PATCH v3 1/5] mem: fix error code for segment fd API for external segs

2018-12-14 Thread Maxime Coquelin
On 12/13/18 12:43 PM, Anatoly Burakov wrote: Segment fd API does not support getting segment fd's from externally allocated memory, so return proper error code on any attempts to do so. This changes API behavior, so document the change as well. Fixes: 5282bb1c3695 ("mem: allow memseg lists to

[dpdk-dev] [PATCH v3 1/5] mem: fix error code for segment fd API for external segs

2018-12-13 Thread Anatoly Burakov
Segment fd API does not support getting segment fd's from externally allocated memory, so return proper error code on any attempts to do so. This changes API behavior, so document the change as well. Fixes: 5282bb1c3695 ("mem: allow memseg lists to be marked as external") Cc: sta...@dpdk.org Sign