All devices must be specified by BDF. Add support for scripts to use lspci to grab the available NVMe device BDFs for the current machine. Change-Id: I4a53b335e3d516629f050ae1b2ab7aff8dd7f568 Signed-off-by: Ben Walker <benjamin.walker@intel.com>
23 lines
611 B
Plaintext
23 lines
611 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]
|
|
# skip these blockdevs if the /dev/ramX nodes do not exist
|
|
# so that the blockdev tests can still run on systems that
|
|
# do not have /dev/ramX nodes configured
|
|
SkipMissingFiles Yes
|
|
# Linux AIO backend
|
|
AIO /dev/ram0
|