numam-spdk/test/env
Darek Stojaczyk 8c4ed83b49 vtophys: add length parameter to the vtophys function
This follows the same trend as the mem_map APIs.

Currently, most of the spdk_vtophys() callers manually
detect physically noncontiguous buffers to split them
into multiple physically contiguous chunks. This patch
is a first step towards encapsulating most of that logic
in a single place - in spdk_vtophys() itself.

This patch doesn't change any functionality on its own,
it only extends the API.

Change-Id: I16faa9dea270c370f2a814cd399f59055b5ccc3d
Signed-off-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/c/438449
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: wuzhouhui <wuzhouhui@kingsoft.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2019-01-09 08:24:59 +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 memory: limit the translation length to the original, requested value 2019-01-09 08:24:59 +00:00
pci build: remove duplicate spdk.app.mk includes 2018-12-11 18:07:53 +00:00
vtophys vtophys: add length parameter to the vtophys function 2019-01-09 08:24:59 +00:00
env.sh env: add spdk_env_dpdk_post_init 2019-01-08 13:28:31 +00:00
Makefile env: add spdk_env_dpdk_post_init 2019-01-08 13:28:31 +00:00