Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 19 of 19) sorted by relevance

/spdk/proto/
H A Dnvmf.proto26 // field is optional and can be left empty.
H A Dsma.proto66 // Crypto parameters (optional)
73 // optional for some device types (e.g. NVMe), while it may be required for
/spdk/doc/
H A Djsonrpc_proxy.md31 …sample python script acting as a client side. It sends `bdev_get_bdevs` method with optional `name`
H A Dgetting_started.md13 Use `--help` to see information on installing dependencies for optional components.
H A Dbdev_pg.md16 plus a number of optional modules (as separate libraries) that implement
132 Some I/O request types are optional and may not be supported by a given bdev.
H A Devent.md5 optional; most other SPDK components are designed to be integrated into an
H A Dvagrant.md15 have installed the optional vagrant module `vagrant-proxyconf`:
H A Dmemory.md53 but the feature is optional and most devices available today do not support it.
H A Dsma.md39 created device. This field may be optional for some device types (e.g. NVMe),
H A Dbdev_module.md125 commands through the SPDK bdev layer. They're strictly optional, and it
H A Dvhost.md122 The optional `--cpumask` parameter can directly specify which cores should be
/spdk/scripts/vagrant/
H A DREADME.md137 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)
/spdk/scripts/env_dpdk/
H A DREADME.md12 The script has two optional positional arguments:
/spdk/app/spdk_top/
H A DREADME39 -r <path> RPC listen address (optional, default: /var/tmp/spdk.sock)
/spdk/include/spdk/
H A Djson.h118 bool optional; member
/spdk/
H A DREADME.md66 Use `--help` to see information on installing dependencies for optional components
137 example, this line of `CONFIG` controls whether the optional RDMA (libibverbs)
/spdk/scripts/bash-completion/
H A Dspdk8 # Fetch all the optional parameters with help from _parse_help()
/spdk/test/unit/lib/json/json_util.c/
H A Djson_util_ut.c195 /* 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()
/spdk/lib/json/
H A Djson_util.c350 if (!decoders[decidx].optional && !seen[decidx]) { in _json_decode_object()