This patch also drops support for automatically unbinding devices from the kernel - run scripts/setup.sh first. Our generic pci interface is now hidden behind include/spdk/pci.h and implemented in lib/util/pci.c. We no longer wrap the calls in nvme_impl.h or ioat_impl.h. The implementation now only uses DPDK and the libpciaccess dependency has been removed. If using a version of DPDK earlier than 16.07, enumerating devices by class code isn't available and only Intel SSDs will be discovered. DPDK 16.07 adds enumeration by class code and all NVMe devices will be correctly discovered. Change-Id: I0e8bac36b5ca57df604a2b310c47342c67dc9f3c Signed-off-by: Ben Walker <benjamin.walker@intel.com>
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
[Nvme]
|
|
NvmeLunsPerNs 1
|
|
|
|
# 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
|
|
|
|
[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
|