Searched refs:optional (Results 1 – 19 of 19) sorted by relevance
26 // field is optional and can be left empty.
66 // Crypto parameters (optional)73 // optional for some device types (e.g. NVMe), while it may be required for
31 …sample python script acting as a client side. It sends `bdev_get_bdevs` method with optional `name`
13 Use `--help` to see information on installing dependencies for optional components.
16 plus a number of optional modules (as separate libraries) that implement132 Some I/O request types are optional and may not be supported by a given bdev.
5 optional; most other SPDK components are designed to be integrated into an
15 have installed the optional vagrant module `vagrant-proxyconf`:
53 but the feature is optional and most devices available today do not support it.
39 created device. This field may be optional for some device types (e.g. NVMe),
125 commands through the SPDK bdev layer. They're strictly optional, and it
122 The optional `--cpumask` parameter can directly specify which cores should be
137 5. rsync a copy of the source `spdk` repository to `/home/vagrant/spdk_repo/spdk` (optional)138 6. rsync a copy of the `~/vagrant_tools` directory to `/home/vagrant/tools` (optional)139 7. execute autotest_setup.sh on the guest to install all spdk dependencies (optional)
12 The script has two optional positional arguments:
39 -r <path> RPC listen address (optional, default: /var/tmp/spdk.sock)
118 bool optional; member
66 Use `--help` to see information on installing dependencies for optional components137 example, this line of `CONFIG` controls whether the optional RDMA (libibverbs)
8 # Fetch all the optional parameters with help from _parse_help()
195 /* Failing Test: non-optional decoder with no corresponding member */ in test_decode_object() 197 decoders[3].optional = false; in test_decode_object() 201 decoders[3].optional = true; in test_decode_object()
350 if (!decoders[decidx].optional && !seen[decidx]) { in _json_decode_object()