+4
−0
+1
−0
+3
−2
+1
−1
Loading
This change adds a new SPDK commandline parameter "--no-huge", which allows to run SPDK without huge pages. This is useful to run NVMf with tcp/ip configuration. Tested this by running a NVMf test over TCP between target and host. Configured the NVMf target to run SPDK without hugepages by passing the "no-huge" parameter. Then configured the NVMf host and connected it to the target over TCP transport and verified that the subsystem is getting exposed. Modified existing NVMf tests to accept "--no-hugepages" parameter and verified functionality by running those tests. Fixes #2973 Change-Id: I68773bc6c818e5fc5173142213c3928fcbca96c8 Signed-off-by:Sarvesh Lanke <sarvesh.lanke@nutanix.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/20171 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Michal Berger <michal.berger@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Abhineet Pandey <abhineet.pandey@nutanix.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>