Spdk/test/lib/bdev/bdev.conf.in
Ziye Yang 8b6f5d54db bdev,test: move common gpt partition code to autotest_common.sh
Change-Id: I261e6ed578335ab091973f7546035e63a00dbbf4
Signed-off-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/369735
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2017-07-18 13:45:51 -04:00

21 lines
424 B
Plaintext

# autotest.sh will automatically rmmod ioatdma, so we do
# not need to specify Whitelist
# entries to enable ioat offload for this malloc LUN
[Malloc]
NumberOfLuns 5
LunSizeInMB 32
[Split]
# Split Malloc1 into two auto-sized halves
Split Malloc1 2
# Split Malloc2 into eight 1-megabyte pieces,
# leaving the rest of the device inaccessible
Split Malloc2 8 1
[AIO]
AIO /dev/ram0 AIO0
[Rpc]
Enable Yes