Spdk/lib/env_dpdk
Daniel Verkamp 7336c0036e env/vtophys: combine DPDK physical address lookups
vtophys_get_paddr() and vtophys_get_dpdk_paddr() are doing similar
things; combine them into one function that works for all DPDK
memory addresses.

Part of the vtophys test is temporarily disabled until the next commit,
which will register all DPDK memory at startup and stop lookiing up
addresses at runtime.

Change-Id: I91312837aa1e6170bacaf3b0d2adbdc4391d3afa
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2017-02-23 14:22:58 -07:00
..
env_internal.h env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
env.c env: add spdk_mempool_create() socket_id parameter 2017-01-30 13:05:30 -07:00
env.mk env_dpdk: allow linking against DPDK shared libs 2017-01-26 10:51:11 -07:00
init.c env: Move DPDK intialization into the env library. 2017-02-15 17:16:37 -07:00
Makefile env: Move DPDK intialization into the env library. 2017-02-15 17:16:37 -07:00
pci_ioat.c ioat: add Skylake Xeon device ID 2017-01-19 09:39:59 -07:00
pci_nvme.c env: split PCI drivers into individual files 2016-12-06 09:30:55 -07:00
pci.c nvme: After detach, force the device back into DPDK's internal list 2017-02-17 15:17:49 -07:00
vtophys.c env/vtophys: combine DPDK physical address lookups 2017-02-23 14:22:58 -07:00