Spdk/test/env
Jim Harris f74d069ec0 env_dpdk: move vtophys.c contents to memory.c
CPU profiling on workloads with intensive vtophys
operations (i.e. very small CB-DMA transfers) exposed
overhead introduce by spdk_vtophys having to call
spdk_mem_map_translate in a different compilation
unit.  Let's just move the vtophys.c contents into
memory.c so that spdk_vtophys can inline
spdk_mem_map_translate and avoid this extra overhead.

This of course breaks the memory and vtophys unit
tests, so some additional changes are needed there
to keep everything linking correctly.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I295ed5f441d3eec7abdbc9d881c49d2174ec9f48

Reviewed-on: https://review.gerrithub.io/c/444975
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
2019-02-20 16:41:46 +00:00
..
env_dpdk_post_init CH-test-pool: fix RTE_MAX_LCORE on centos7.2 2019-01-09 05:22:39 +00:00
memory env_dpdk: move vtophys.c contents to memory.c 2019-02-20 16:41:46 +00:00
pci test/unit: remove duplicate mk/spdk.common.mk includes 2019-02-11 09:30:27 +00:00
vtophys test/unit: remove duplicate mk/spdk.common.mk includes 2019-02-11 09:30:27 +00:00
env.sh test/env_dpdk_post_init: use only a single core 2019-01-22 14:01:57 +00:00
Makefile env: add spdk_env_dpdk_post_init 2019-01-08 13:28:31 +00:00