Re: [dpdk-dev] [PATCH v3 8/9] mem: allow querying offset into segment fd

2018-09-14 Thread Maxime Coquelin
On 09/04/2018 05:15 PM, Anatoly Burakov wrote: In a few cases, user may need to query offset into fd for a particular memory segment (for example, to selectively map pages). This commit adds a new API to do that. Signed-off-by: Anatoly Burakov --- Notes: v3: - Fix single file segm

[dpdk-dev] [PATCH v3 8/9] mem: allow querying offset into segment fd

2018-09-04 Thread Anatoly Burakov
In a few cases, user may need to query offset into fd for a particular memory segment (for example, to selectively map pages). This commit adds a new API to do that. Signed-off-by: Anatoly Burakov --- Notes: v3: - Fix single file segments mode not working lib/librte_eal/bsdapp/eal/eal_