From 0fb41bb11f2f5bd8f858cb8ad6f9cfba561e27e7 Mon Sep 17 00:00:00 2001 From: Paul Luse Date: Wed, 19 Jul 2017 18:08:09 -0700 Subject: [PATCH] doc: add comment on how to specify a SPDK config file Change-Id: I53e8ab3271f45b66f617f3a044bceae338311029 Signed-off-by: Paul Luse Reviewed-on: https://review.gerrithub.io/370401 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- doc/bdev.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bdev.md b/doc/bdev.md index bef951ccc..820a0592d 100644 --- a/doc/bdev.md +++ b/doc/bdev.md @@ -17,6 +17,9 @@ can then be associated with higher level abstractions such as iSCSI target nodes or vhost-scsi controllers. This section will describe how to configure block devices for the SPDK bdev drivers included with SPDK. +The SPDK configuration file is typically passed to your SPDK-based application via the command line. +Refer to the help facility of your application for more details. + ## NVMe The SPDK nvme bdev driver provides SPDK block layer access to NVMe SSDs via the SPDK userspace