Home
last modified time | relevance | path

Searched refs:enabled (Results 1 – 25 of 37) sorted by relevance

12

/spdk/python/spdk/rpc/
H A Dapp.py16 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 DMakefile15 -Dwith-libaio=enabled \
16 -Dwith-liburing=enabled \
/spdk/lib/log/
H A Dlog_flags.c59 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 Dlog_rpc.c267 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 Dapp_rpc.c90 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 Dtrace_rpc.c178 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 Dbdev_virtio_rpc.c20 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 Dbdev_virtio.h176 int bdev_virtio_pci_blk_set_hotplug(bool enabled, uint64_t period_us);
H A Dbdev_virtio_blk.c682 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 Dgetting_started.md49 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 Daccel_fw.md27 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 Dscheduler.md10 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 Dcontainers.md21 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 Dsystem_configuration.md7 An IOMMU may be present and enabled on many platforms. When an IOMMU is present and enabled, it is
H A Discsi.md253 [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 DREADME.md25 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 Daccel_mlx5.c107 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 Dvfu_virtio.c67 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 Dvfu_virtio_internal.h108 bool enabled; member
H A Dvfu_virtio_scsi.c107 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 Dhugepages.sh95 if [[ $(< /sys/kernel/mm/transparent_hugepage/enabled) != *"[never]"* ]]; then
/spdk/scripts/
H A Dbackport.sh132 git config --local rerere.enabled true
/spdk/app/fio/nvme/
H A DREADME.md94 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 Dbdev_nvme.h287 int bdev_nvme_set_hotplug(bool enabled, uint64_t period_us, spdk_msg_fn cb, void *cb_ctx);
/spdk/test/nvme/perf/
H A DREADME.md9 Link time optimization can be enabled in SPDK by doing the following:

12