62196f4e09
The function rte_mem_virt2phy() is kept and used in functions which
works only with physical addresses.
For all other calls this function is replaced by rte_mem_virt2iova()
which does a direct mapping (no conversion) in the VA case.
Note: the new function rte_mem_virt2iova() function matches the
behaviour implemented in rte_mem_virt2phy() by the commit
|
||
---|---|---|
.. | ||
base | ||
lio_ethdev.c | ||
lio_ethdev.h | ||
lio_logs.h | ||
lio_rxtx.c | ||
lio_rxtx.h | ||
lio_struct.h | ||
Makefile | ||
rte_pmd_lio_version.map |