diff options
Diffstat (limited to 'src/spdk/test/vhost/other/invalid.config')
-rw-r--r-- | src/spdk/test/vhost/other/invalid.config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/spdk/test/vhost/other/invalid.config b/src/spdk/test/vhost/other/invalid.config new file mode 100644 index 000000000..58b703068 --- /dev/null +++ b/src/spdk/test/vhost/other/invalid.config @@ -0,0 +1,18 @@ +# SPDK vhost configuration file +# +# Please write all parameters using ASCII. +# The parameter must be quoted if it includes whitespace. + +# Configuration syntax: +# Leading whitespace is ignored. +# Lines starting with '#' are comments. +# Lines ending with '\' are concatenated with the next line. +# Bracketed ([]) names define sections + +[Global] + # Instance ID for multi-process support + # Default: 0 + #InstanceID 0 + +[Null] + Dev null0 512 513 |