| /spdk/lib/ut/ |
| H A D | ut.c | 60 struct option options[MAX_OPT_COUNT] = {}; in parse_args() local 76 memcpy(&options[0], opts->opts, sizeof(*opts->opts) * opts->optlen); in parse_args() 77 memcpy(&options[opts->optlen], g_ut_options, sizeof(g_ut_options)); in parse_args() 87 memcpy(options, g_ut_options, sizeof(g_ut_options)); in parse_args() 90 while ((op = getopt_long(argc, argv, optstring, options, NULL)) != -1) { in parse_args()
|
| /spdk/app/spdk_top/ |
| H A D | README | 36 sudo spdk_top [options] 38 options: 53 to change application settings. Available options are:
|
| /spdk/lib/rocksdb/ |
| H A D | env_spdk.cc | 375 const EnvOptions &options) override in NewSequentialFile() argument 397 return EnvWrapper::NewSequentialFile(fname, result, options); in NewSequentialFile() 403 const EnvOptions &options) override in NewRandomAccessFile() argument 421 return EnvWrapper::NewRandomAccessFile(fname, result, options); in NewRandomAccessFile() 427 const EnvOptions &options) override in NewWritableFile() argument 445 return EnvWrapper::NewWritableFile(fname, result, options); in NewWritableFile() 452 const EnvOptions &options) override in ReuseWritableFile() argument 454 return EnvWrapper::ReuseWritableFile(fname, old_fname, result, options); in ReuseWritableFile()
|
| /spdk/ |
| H A D | README.md | 132 there are a number of additional options to `configure` that may be used, or 134 possible options is located in `CONFIG`. 136 Boolean (on/off) options are configured with a 'y' (yes) or 'n' (no). For 145 'n'. For the majority of options this can be done using the `configure` script. 152 Additionally, `CONFIG` options may also be overridden on the `make` command 179 The options specified on the `make` command line take precedence over the 182 options (i.e. debug builds) that you wish to turn on and off frequently.
|
| H A D | .astylerc | 25 # General options
|
| /spdk/doc/ |
| H A D | bdevperf.md | 13 SPDK framework options as well as testing options.
|
| H A D | rpm.md | 16 Additional configuration options can be passed directly as arguments: 22 There are several options that may be passed via environment as well:
|
| H A D | sma.md | 11 lot of hardware-specific options. 17 `sma.proto` file, while device-specific options are defined in their separate 126 service, as well as several other options (e.g. listen address, SPDK-RPC socket,
|
| H A D | pkgconfig.md | 24 the library list with extra linker options to ensure these functions are not dropped
|
| H A D | getting_started.md | 42 There are a number of options available for the configure script, which can
|
| H A D | vhost.md | 34 getting_started. The SPDK vhost target is built with the default configure options. 88 To list all available vhost options use the following command. 309 To enable it on Linux, it is required to modify kernel options inside the
|
| H A D | blob.md | 107 bypassing a small amount of `bdev` layer overhead. These options will be discussed further in the u… 147 When the Blobstore is initialized, there are multiple configuration options to consider. The 148 options and their defaults are: 254 Blobstore configuration options are described in the initialization options section under @ref blob… 522 information relevant to the entire system - initialization options such as cluster size, etc.
|
| H A D | overview.md | 36 options. Full configuration of the applications is then performed using
|
| H A D | template_pg.md | 50 about how they need to consider initialization options, threading, limitations, any sort of quirky …
|
| H A D | spdk_top.md | 34 Menu at the bottom of SPDK top window shows many options for changing displayed data. Each menu ite…
|
| H A D | scheduler.md | 52 switch between schedulers or change their options. Currently only dynamic
|
| H A D | accel_fw.md | 101 loaded. Further, add the following command line options to the kernel boot
|
| /spdk/scripts/ |
| H A D | setup.sh | 21 options="[config|reset|status|cleanup|interactive|help]" 23 options="[config|reset|interactive|help]" 34 echo "Usage: $(basename $1) $options" 36 echo "$options - as following:" 820 # pick up the hw. options. Handle it.
|
| H A D | check_format.sh | 143 --options=.astylerc >> astyle.log 145 | xargs -P$(nproc) -n10 astyle --options=.astylerc >> astyle.log
|
| /spdk/test/external_code/ |
| H A D | README.md | 8 and testing all six of these linker options. It takes a single argument, the path to an SPDK
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 149 mode: default - run IRQ alignment script with no additional options. 198 Same as in common options section, but SPDK Target allows more modes: 262 using this option `intel_pstate=disable` must be set in boot options and 271 Available options: 275 Same as "irq_settings" in Target common options section. 422 Besides `run_num`, more information on these options can be found in `man fio`.
|
| /spdk/test/nvme/perf/ |
| H A D | README.md | 17 Test is configured by using command-line options. 19 ### Available options
|
| /spdk/app/fio/nvme/ |
| H A D | README.md | 30 ./configure --with-fio=/path/to/fio/repo <other configuration options> 129 Expose two options 'apptag' and 'apptag_mask', users can change them in the configuration file when…
|
| /spdk/module/sock/posix/ |
| H A D | posix.c | 732 long options; in posix_sock_psk_use_session_client_cb() 773 options = SSL_CTX_set_options(ctx, SSL_OP_ENABLE_KTLS); in posix_sock_create_ssl_context() 774 ktls_enabled = options & SSL_OP_ENABLE_KTLS; in posix_sock_create_ssl_context() 748 long options; posix_sock_create_ssl_context() local
|
| /spdk/test/common/config/pkgdep/patches/qat/ |
| H A D | 0001-missing-prototypes.patch | |