Home
last modified time | relevance | path

Searched refs:turbo (Results 1 – 14 of 14) sorted by relevance

/dpdk/doc/guides/bbdevs/
H A Dfpga_lte_fec.rst28 * For the turbo encode operation:
34 * For the turbo decode operation:
229 the functionality of FPGA LTE FEC turbo encode and turbo decode, depending on the device's
246 To execute the test application tool using simple turbo decode or turbo encode data,
271 In addition to the simple turbo decoder and turbo encoder tests, bbdev also provides
275 * turbo decoder tests:
284 * turbo encoder tests:
H A Dacc100.rst47 * For the turbo encode operation:
54 * For the turbo decode operation:
/dpdk/lib/power/
H A Drte_power.h278 uint64_t turbo:1; /**< Turbo can be enabled. */ member
H A Drte_power_guest_channel.h116 uint64_t turbo[RTE_POWER_MAX_VCPU_PER_VM]; member
H A Dpower_acpi_cpufreq.c575 caps->turbo = !!(pi->turbo_available); in power_acpi_get_capabilities()
H A Dpower_cppc_cpufreq.c681 caps->turbo = !!(pi->turbo_available); in power_cppc_get_capabilities()
H A Dpower_pstate_cpufreq.c850 caps->turbo = !!(pi->turbo_available); in power_pstate_get_capabilities()
/dpdk/app/test/
H A Dtest_power_cpufreq.c51 check_cur_freq(unsigned int lcore_id, uint32_t idx, bool turbo) in check_cur_freq() argument
98 if (turbo) in check_cur_freq()
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c784 channel_pkt_caps_list.turbo[i] = in send_capabilities()
785 caps.turbo; in send_capabilities()
796 channel_pkt_caps_list.turbo[vcore_id] = in send_capabilities()
797 caps.turbo; in send_capabilities()
/dpdk/examples/vm_power_manager/guest_cli/
H A Dvm_power_cli_guest.c346 pkt_caps_list.turbo[i], in cmd_query_caps_list_parsed()
353 pkt_caps_list.turbo[lcore_id], in cmd_query_caps_list_parsed()
/dpdk/examples/l3fwd-power/
H A Dperf_core.c43 return ret == 0 && caps.turbo; in is_hp_core()
/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst100 * **Enable turbo**: Prompt the kernel to enable Turbo Boost for the specific lcore.
102 * **Disable turbo**: Prompt the kernel to disable Turbo Boost for the specific lcore.
131 frequency (including turbo) to do best effort for intensive traffic. This gives
/dpdk/doc/guides/tools/
H A Dtestbbdev.rst298 Test Vector files contain the data which is used to set turbo decoder/encoder
345 For turbo decoder it has to be always set to ``RTE_BBDEV_OP_TURBO_DEC``
494 For turbo encoder it has to be always set to ``RTE_BBDEV_OP_TURBO_ENC``
698 For turbo encoder it has to be always set to ``RTE_BBDEV_OP_LDPC_ENC``
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst45 #. On BIOS, disable turbo-boost and hyper-threads.