This allows us to query and configure the bdev modules much more dynamically. Change-Id: I11f757039892f4353721be422317b641d72bd2a9 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.gerrithub.io/370584 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
24 lines
446 B
Plaintext
24 lines
446 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
|
|
|
|
[Ioat]
|
|
Disable Yes
|