Home
last modified time | relevance | path

Searched refs:workload (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/lib/librte_power/
H A Dchannel_commands.h64 enum workload {HIGH, MEDIUM, LOW}; enum
94 enum workload workload; member
/f-stack/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c180 pkt->workload = LOW; in parse_json_to_pkt()
236 pkt->workload = HIGH; in parse_json_to_pkt()
238 pkt->workload = MEDIUM; in parse_json_to_pkt()
240 pkt->workload = LOW; in parse_json_to_pkt()
651 if (pol->pkt.workload == HIGH) { in apply_workload_profile()
657 } else if (pol->pkt.workload == MEDIUM) { in apply_workload_profile()
663 } else if (pol->pkt.workload == LOW) { in apply_workload_profile()
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dscheduler.rst19 workers, and distributes the crypto workload to them with certain behavior.
123 process additional crypto workload than what the QAT cryptodev can handle on
153 Multi-core mode, which distributes the workload with several (up to eight)
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst140 workload, therefore, the higher frequency is needed. The high empty poll number
153 * MED: the frequency is used to process modest traffic workload.
155 * HIGH: the frequency is used to process busy traffic workload.
H A Dvhost_lib.rst186 As an extension of new_device(), this function adds virtio-crypto workload
187 acceleration capability to the device. All crypto workload is processed by
H A Deventdev.rst344 indicate to the worker what workload needs to be performed on the event.
H A Dmulti_proc_support.rst86 …upport can be used to create a set of peer processes where each process performs the same workload.
H A Dqos_framework.rst54 …| 6 | Worker threads | Placeholders for the customer specific application workload (for ex…
/f-stack/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c107 pkt->workload = LOW; in set_policy_defaults()
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md7 a specific application / workload, it is common to improve system level metrics
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drk3288-veyron-mickey.dts112 * some pretty serious workload here and be happy.
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvm_power_management.rst734 - `workload`_
923 workload subsection
928 it is necessary to specify how heavy the workload is.
938 ``"workload": "MEDIUM"``
H A Dl3_forward_power_man.rst44 If configured correctly, according to system workload, this feature provides power savings.
H A Dperformance_thread.rst843 thread sleep if it has a low frequency workload are all mechanisms by which a
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_05.rst265 library, and run the scheduling workload on a CPU core.
H A Drelease_18_05.rst216 * **Added crypto workload support to vhost library.**
/f-stack/freebsd/contrib/zstd/
H A DCONTRIBUTING.md135 …that all issues must be solved, including false positives. This quickly becomes a tedious workload.