Home
last modified time | relevance | path

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

/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c176 pkt->workload = RTE_POWER_WL_LOW; in parse_json_to_pkt()
236 pkt->workload = RTE_POWER_WL_HIGH; in parse_json_to_pkt()
238 pkt->workload = RTE_POWER_WL_MEDIUM; in parse_json_to_pkt()
240 pkt->workload = RTE_POWER_WL_LOW; in parse_json_to_pkt()
653 if (pol->pkt.workload == RTE_POWER_WL_HIGH) { in apply_workload_profile()
659 } else if (pol->pkt.workload == RTE_POWER_WL_MEDIUM) { in apply_workload_profile()
665 } else if (pol->pkt.workload == RTE_POWER_WL_LOW) { in apply_workload_profile()
/dpdk/lib/power/
H A Drte_power_guest_channel.h95 enum rte_power_workload_level workload; member
/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)
/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.rst198 As an extension of new_device(), this function adds virtio-crypto workload
199 acceleration capability to the device. All crypto workload is processed by
H A Dgpudev.rst22 (e.g. CUDA Toolkit or OpenCL), thus it is not possible to launch workload
H A Deventdev.rst376 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…
/dpdk/doc/guides/gpus/
H A Dcuda.rst194 and CUDA to launch the swap of packets MAC addresses workload on the GPU.
203 - Coordinate the workload on the GPU with the network and CPU activity to receive packets.
/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c103 pkt->workload = RTE_POWER_WL_LOW; in set_policy_defaults()
/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.
/dpdk/doc/guides/rel_notes/
H A Drelease_17_05.rst228 library, and run the scheduling workload on a CPU core.
H A Drelease_18_05.rst179 * **Added crypto workload support to vhost library.**