97b0f7733f
DPDK by default guesses that it should be using iova-mode=va so that it can support running as an unprivileged user. However, some systems (especially virtual machines) don't have an IOMMU capable of handling the full virtual address space and DPDK doesn't currently catch that. Add a check in SPDK and force iova-mode=pa here. Change-Id: Ib3a5691a584190feaab4b9064b5a500e361328f2 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/475149 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>