| /spdk/python/spdk/rpc/ |
| H A D | app.py | 16 def framework_monitor_context_switch(client, enabled=None): argument 20 enabled: True to enable monitoring; False to disable monitoring; None to query (optional) 23 Current context switch monitoring state (after applying enabled flag). 26 if enabled is not None: 27 params['enabled'] = enabled 114 def log_enable_timestamps(client, enabled): 123 params = {'enabled': enabled} 103 log_enable_timestamps(client, enabled) global() argument
|
| /spdk/xnvmebuild/ |
| H A D | Makefile | 15 -Dwith-libaio=enabled \ 16 -Dwith-liburing=enabled \
|
| /spdk/lib/log/ |
| H A D | log_flags.c | 59 if (flag && flag->enabled) { in spdk_log_get_flag() 74 flag->enabled = value; in log_set_flag() 81 flag->enabled = value; in log_set_flag()
|
| /spdk/lib/event/ |
| H A D | log_rpc.c | 267 spdk_json_write_bool(w, flag->enabled); in rpc_log_get_flags() 276 bool enabled; in rpc_log_get_flags() 280 {"enabled", offsetof(struct rpc_log_enable_timestamps, enabled), spdk_json_decode_bool}, in rpc_log_get_flags() 298 spdk_log_enable_timestamps(req.enabled); in rpc_log_enable_timestamps() 290 bool enabled; global() member
|
| H A D | app_rpc.c | 90 bool enabled; member 94 {"enabled", offsetof(struct rpc_framework_monitor_context_switch, enabled), spdk_json_decode_bool}, 113 spdk_framework_enable_context_switch_monitor(req.enabled); in rpc_framework_monitor_context_switch() 119 spdk_json_write_named_bool(w, "enabled", spdk_framework_context_switch_monitor_enabled()); in rpc_framework_monitor_context_switch() 770 * when interrupt ability of the spdk_thread is not enabled,
|
| /spdk/lib/trace/ |
| H A D | trace_rpc.c | 178 bool enabled; in rpc_trace_get_tpoint_group_mask() local 198 enabled = spdk_trace_get_tpoint_mask(register_fn->tgroup_id) != 0; in rpc_trace_get_tpoint_group_mask() 201 spdk_json_write_named_bool(w, "enabled", enabled); in rpc_trace_get_tpoint_group_mask()
|
| /spdk/module/bdev/virtio/ |
| H A D | bdev_virtio_rpc.c | 20 bool enabled; member 25 {"enable", offsetof(struct rpc_bdev_virtio_blk_hotplug, enabled), spdk_json_decode_bool, false}, 43 rc = bdev_virtio_pci_blk_set_hotplug(req.enabled, req.period_us); in rpc_bdev_virtio_blk_set_hotplug()
|
| H A D | bdev_virtio.h | 176 int bdev_virtio_pci_blk_set_hotplug(bool enabled, uint64_t period_us);
|
| H A D | bdev_virtio_blk.c | 682 bdev_virtio_pci_blk_set_hotplug(bool enabled, uint64_t period_us) in bdev_virtio_pci_blk_set_hotplug() argument 684 if (enabled == true && !spdk_process_is_primary()) { in bdev_virtio_pci_blk_set_hotplug() 693 if (!enabled) { in bdev_virtio_pci_blk_set_hotplug()
|
| /spdk/doc/ |
| H A D | getting_started.md | 49 Note that not all features are enabled by default. For example, RDMA 50 support (and hence NVMe over Fabrics) is not enabled by default. You 108 enabled you can run the examples as your regular user. If it doesn't, you'll
|
| H A D | accel_fw.md | 27 the event that no hardware accelerators have been enabled for that operation. 29 When multiple hardware modules are enabled the framework will assign each operation to 31 enabled, IOAT and software, the software module will be used for every operation except those 144 The software module is enabled by default. If no hardware module is explicitly 145 enabled via startup RPC as discussed earlier, the software module will use ISA-L
|
| H A D | scheduler.md | 10 enabled, the scheduler framework gathers data for each spdk thread and reactor 43 When SMT (Hyperthreading) is enabled the two logical CPU cores sharing a single 66 The `static` scheduler cannot be re-enabled after a different scheduler has been
|
| H A D | containers.md | 21 3. Make sure your host has hugepages enabled 97 vhost-user-blk support is enabled in `kata-containers/runtime`. That is to say
|
| H A D | system_configuration.md | 7 An IOMMU may be present and enabled on many platforms. When an IOMMU is present and enabled, it is
|
| H A D | iscsi.md | 253 [630112.126049] sd 68:0:0:0: [sdd] Write cache: enabled, read cache: disabled, doesn't support DPO … 259 [630112.127728] sd 68:0:0:1: [sde] Write cache: enabled, read cache: disabled, doesn't support DPO …
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 25 password and passwordless sudo enabled. 81 - irdma_roce_enable - loads irdma driver with RoCEv2 network protocol enabled on Target and 84 - pause_frames - configures pause frames when RoCEv2 network protocol is enabled on Target and 133 fio "run_time" duration. Default: enabled. 136 Measurements include only CPU consumption. Default: enabled. 138 interfaces. Default: enabled. 145 if bool is set to true, power measurement is enabled via collect-bmc-pm on 185 Default: enabled. 322 enabled the file is "split" into a number of chunks equal to "num_jobs" 328 offset_increment when "offset" option is enabled [all...] |
| /spdk/module/accel/mlx5/ |
| H A D | accel_mlx5.c | 107 bool enabled; 2188 /* We should not receive any tasks if the module was not enabled */ 2189 assert(g_accel_mlx5.enabled); 2450 assert(g_accel_mlx5.enabled); 2469 assert(g_accel_mlx5.enabled); 2724 if (g_accel_mlx5.enabled) { 2761 g_accel_mlx5.enabled = true; 3077 if (!g_accel_mlx5.enabled) { 3189 if (g_accel_mlx5.enabled) { 53 bool enabled; global() member
|
| /spdk/module/vfu_device/ |
| H A D | vfu_virtio.c | 67 if (!vq->enabled || (vq->q_state == VFU_VQ_ACTIVE)) { in virtio_dev_map_vq() 155 if (!vq->enabled) { in vfu_virtio_dev_unmap_vqs() 197 vq->enabled = false; in vfu_virtio_dev_reset() 270 if (vq->enabled) { in virtio_dev_enable_vq() 274 vq->enabled = true; in virtio_dev_enable_vq() 304 if (!vq->enabled) { in virtio_dev_disable_vq() 313 vq->enabled = false; in virtio_dev_disable_vq() 1146 value = dev->vqs[dev->cfg.queue_select].enabled; in virtio_vfu_pci_common_cfg()
|
| H A D | vfu_virtio_internal.h | 108 bool enabled; member
|
| H A D | vfu_virtio_scsi.c | 107 if (!vq->enabled || vq->q_state != VFU_VQ_ACTIVE) { in vfu_virtio_scsi_vring_poll() 147 if (!vq->enabled || vq->q_state != VFU_VQ_ACTIVE) { in vfu_virtio_scsi_eventq_enqueue()
|
| /spdk/test/setup/ |
| H A D | hugepages.sh | 95 if [[ $(< /sys/kernel/mm/transparent_hugepage/enabled) != *"[never]"* ]]; then
|
| /spdk/scripts/ |
| H A D | backport.sh | 132 git config --local rerere.enabled true
|
| /spdk/app/fio/nvme/ |
| H A D | README.md | 94 It has been observed that there are some performance gap between FIO(with SPDK plugin enabled) and … 206 To use FDP enabled device build and run the io-engine against fio version >= 3.34 and add:
|
| /spdk/module/bdev/nvme/ |
| H A D | bdev_nvme.h | 287 int bdev_nvme_set_hotplug(bool enabled, uint64_t period_us, spdk_msg_fn cb, void *cb_ctx);
|
| /spdk/test/nvme/perf/ |
| H A D | README.md | 9 Link time optimization can be enabled in SPDK by doing the following:
|