From: Anatoly Burakov Date: Tue, 4 Sep 2018 15:15:49 +0000 (+0100) Subject: mem: allow querying offset into segment fd X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3a44687139ebd99527397c7c976a39dbc779a61f;hp=3a44687139ebd99527397c7c976a39dbc779a61f;p=dpdk.git mem: allow querying offset into segment fd 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 Reviewed-by: Maxime Coquelin ---