+5
−0
+9
−0
+2
−1
Loading
Future DPDK versions may drop physical memory contiguity guarantee for common memzones. DPDK 18.05 introduces an RTE_MEMZONE_IOVA_CONTIG (0x00100000) flag, which is documented as follows: > RTE_MEMZONE_IOVA_CONTIG - Ensure reserved memzone is IOVA-contiguous. > This option should be used when allocating > memory intended for hardware rings etc. To preserve backward compatibility, SPDK introduces an opposite flag, SPDK_MEMZONE_NO_IOVA_CONTIG. Change-Id: I9ea79b096fdb094051f13c9a802740b0e4ccc98e Signed-off-by:Dariusz Stojaczyk <dariuszx.stojaczyk@intel.com> Reviewed-on: https://review.gerrithub.io/416977 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>