Home
last modified time | relevance | path

Searched refs:plugin (Results 1 – 22 of 22) sorted by relevance

/spdk/test/event/scheduler/
H A Dscheduler.sh12 $rpc --plugin scheduler_plugin scheduler_thread_create -n active_pinned -m 0x1 -a 100
13 $rpc --plugin scheduler_plugin scheduler_thread_create -n active_pinned -m 0x2 -a 100
14 $rpc --plugin scheduler_plugin scheduler_thread_create -n active_pinned -m 0x4 -a 100
15 $rpc --plugin scheduler_plugin scheduler_thread_create -n active_pinned -m 0x8 -a 100
16 $rpc --plugin scheduler_plugin scheduler_thread_create -n idle_pinned -m 0x1 -a 0
17 $rpc --plugin scheduler_plugin scheduler_thread_create -n idle_pinned -m 0x2 -a 0
18 $rpc --plugin scheduler_plugin scheduler_thread_create -n idle_pinned -m 0x4 -a 0
19 $rpc --plugin scheduler_plugin scheduler_thread_create -n idle_pinned -m 0x8 -a 0
21 $rpc --plugin scheduler_plugin scheduler_thread_create -n one_third_active -a 30
22 thread_id=$($rpc --plugin scheduler_plugin scheduler_thread_create -n half_active -a 0)
[all …]
/spdk/test/nvme/perf/
H A Dcommon.sh135 local plugin=$1
137 if [[ "$plugin" =~ "nvme" ]]; then
146 elif [[ "$plugin" =~ "bdev" ]]; then
162 local plugin=$1
165 if [[ "$plugin" =~ "nvme" ]]; then
166 # PCI BDF address is enough for nvme-perf and nvme-fio-plugin,
169 elif [[ "$plugin" =~ "bdev" ]]; then
171 # and bdev-fio-plugin
247 local plugin=$2
316 # SPDK fio plugin support
[all...]
H A DREADME.md97 For SPDK fio plugin iodepth is multiplied by number of devices. When this option is set this multip…
/spdk/test/interrupt/
H A Dreactor_set_interrupt.sh43 $rpc_py --plugin interrupt_plugin reactor_set_interrupt_mode 0 -d
44 $rpc_py --plugin interrupt_plugin reactor_set_interrupt_mode 2 -d
51 $rpc_py --plugin interrupt_plugin reactor_set_interrupt_mode 2
62 $rpc_py --plugin interrupt_plugin reactor_set_interrupt_mode 0
/spdk/test/common/config/pkgdep/
H A Dgit70 # building the spdk fio plugin.
201 rm -rf "$GIT_REPOS/nvme-cli-plugin"
203 git clone $GIT_REPO_NVME_CLI "$GIT_REPOS/nvme-cli-plugin"
204 git -C "$GIT_REPOS/nvme-cli-plugin" fetch $GIT_REPO_NVME_CLI refs/changes/95/16795/12
205 git -C "$GIT_REPOS/nvme-cli-plugin" checkout FETCH_HEAD
208 "$GIT_REPOS/nvme-cli-plugin/.build" \
209 "$GIT_REPOS/nvme-cli-plugin"
210 meson compile -C "$GIT_REPOS/nvme-cli-plugin/.build"
212 rm -rf /usr/local/src/nvme-cli-plugin
213 mv "$GIT_REPOS/nvme-cli-plugin" /us
[all...]
/spdk/app/fio/nvme/
H A DREADME.md1 # FIO plugin
40 own version of DPDK, the fio plugin requires that DPDK be compiled with -fPIC. You can compile DPDK
49 To use the SPDK fio plugin with fio, specify the plugin binary using LD_PRELOAD when running
82 thread in the same process for every job. The SPDK fio plugin is limited to this latter thread
83 usage model, so fio jobs must also specify thread=1 when using the SPDK fio plugin. The SPDK fio
84 plugin supports multiple threads - in this case, the "1" just means "use thread mode".
93 When testing FIO on multiple NVMe SSDs with SPDK plugin, it is recommended to use multiple jobs in …
94 It has been observed that there are some performance gap between FIO(with SPDK plugin enabled) and …
/spdk/test/rpc/
H A Drpc.sh30 malloc=$($rpc --plugin rpc_plugin create_malloc)
34 $rpc --plugin rpc_plugin delete_malloc $malloc
/spdk/test/scheduler/
H A Dcommon.sh11 declare plugin=scheduler_plugin
488 rpc_cmd --plugin "$plugin" scheduler_thread_create "$@"
492 rpc_cmd --plugin "$plugin" scheduler_thread_delete "$@"
496 rpc_cmd --plugin "$plugin" scheduler_thread_set_active "$@"
/spdk/scripts/
H A Dsma-client.py49 for plugin in plugins:
51 module = importlib.import_module(plugin)
H A Dsma.py92 for plugin in plugins:
93 module = importlib.import_module(plugin)
/spdk/doc/
H A Dbdevperf.md7 alternative to the SPDK bdev fio plugin for benchmarking SPDK bdevs.
9 plugin, resulting in better performance and efficiency for tests
H A Dsma.md148 device types. A plugin will be loaded if it's specified in the `SMA_PLUGINS`
168 Each plugin needs to be in the python search path (either in one of the default
171 A plugin is required to define a global variable called `devices` storing a list
H A Dnvmf_tgt_pg.md49 different network fabrics, so the code mirrors that and implements a plugin
113 in the future. The SPDK NVMe-oF target library implements a plugin system for
H A Dvagrant.md20 vagrant plugin install vagrant-proxyconf
H A Dlibraries.md55 …ramework except for those libraries which directly implement the `spdk_event` module plugin system.
/spdk/test/nvme/cuse/
H A Dspdk_nvme_cli_plugin.sh15 /usr/local/src/nvme-cli-plugin/nvme "$@" \
/spdk/test/nvme/
H A Dhw_hotplug.sh
/spdk/docker/
H A DREADME.md52 - traffic-generator-nvme: Contains FIO using SPDK plugin to connect to `proxy-container` and runs a…
53 - traffic-generator-virtio: Contains FIO using SPDK plugin to connect to `proxy-container` and runs…
/spdk/test/common/
H A Dautotest_common.sh1344 local plugin=$1
1349 asan_lib=$(ldd $plugin | grep $sanitizer | awk '{print $3}')
1356 LD_PRELOAD="$asan_lib $plugin" "$fio_dir"/fio "$@"
/spdk/scripts/vagrant/
H A DREADME.md70 2. Install the proxyconf plugin
75 $ vagrant plugin install vagrant-proxyconf
/spdk/test/vhost/
H A Dcommon.sh1076 --plugin)
1077 notice "Using plugin mode. Disabling server mode."
/spdk/scripts/perf/nvmf/
H A DREADME.md235 - mode - initiator mode, "spdk" or "kernel". For SPDK, the bdev fio plugin