[dpdk-dev] [PATCH] mem: clarify documentation for rte_mem_virt2iova
Olivier Matz
olivier.matz at 6wind.com
Mon Nov 18 14:14:21 CET 2019
On Thu, Nov 14, 2019 at 02:13:06PM +0000, Anatoly Burakov wrote:
> It may not be immediately clear that rte_mem_virt2iova does not actually
> check the internal memseg table, and will instead either return VA (in
> IOVA as VA mode), or will fall back to kernel page table walk (in IOVA
> as PA mode).
>
> Add a note to API documentation indicating the above.
>
> Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com>
Reviewed-by: Olivier Matz <olivier.matz at 6wind.com>
More information about the dev
mailing list