| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_power_man.rst | 37 hence consuming the maximum power all the time. 110 * --pmd-mgmt: PMD power management mode. 160 Only power control related code is shown. 277 POWER: set the power freq to MED 282 POWER: set the power freq to MED 317 PMD power management Mode 320 The PMD power management mode support for ``l3fwd-power`` is a standalone mode. 324 how to use the PMD power management API. 334 instead of using explicit power management, 335 will use automatic PMD power management. [all …]
|
| H A D | vm_power_management.rst | 13 (VMs) do not have the ability to govern their own power policy. The 36 policy contains rules that define the power management behaviour 82 power governor (``acpi_cpufreq`` OR ``intel_pstate`` driver) 90 The VM power management solution employs ``qemu-kvm`` to provide 124 power adjustment (busy/quiet hour power adjustment for example). See 159 To use the power management features of the DPDK, you must enable 527 to send a power policy to the host application: 531 passed down to the host application using the power policy. 679 "command": "power", 894 The core to which to apply a power command. [all …]
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | power_man.rst | 7 The DPDK Power Management feature allows users space applications to save power 107 The power management mechanism is used to save power when performing L3 forwarding. 123 in wasted energy as no power management is utilized 125 Compared to the original l3fwd-power design, instead of going to sleep 142 frequency to safe power. 157 There are two phases to establish the power management system: 174 whether to move to a different power state (by adjusting the 179 * **State Init**: initialize the power management system. 181 * **State Free**: free the resource hold by power management system. 204 power saving whenever empty poll count reaches a certain number. [all …]
|
| H A D | service_cores.rst | 14 running services). The power of the service core concept is that the mapping
|
| /dpdk/config/ppc/ |
| H A D | meson.build | 67 if (!strncmp(platform,"power",5)) { 82 mcpu_flag = '-mcpu=power@0@' 93 cpu_instruction_set = 'power'+cpu.to_string()
|
| /dpdk/examples/distributor/ |
| H A D | meson.build | 10 deps += ['distributor', 'power']
|
| /dpdk/examples/l3fwd-power/ |
| H A D | meson.build | 10 deps += ['power', 'timer', 'lpm', 'hash', 'metrics', 'telemetry']
|
| H A D | Makefile | 5 APP = l3fwd-power
|
| /dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | meson.build | 9 deps += ['power']
|
| /dpdk/doc/api/ |
| H A D | doxy-api-index.md | 91 [power management] (@ref rte_power_intrinsics.h) 100 [power/freq] (@ref rte_power.h), 101 [PMD power] (@ref rte_power_pmd_mgmt.h)
|
| H A D | doxy-api.conf.in | 69 @TOPDIR@/lib/power \
|
| /dpdk/doc/guides/linux_gsg/ |
| H A D | enable_func.rst | 71 Enhanced Intel SpeedStep\ |reg| Technology must be enabled in the platform BIOS if the power manage… 72 …es/system/cpu/cpu0/cpufreq`` will not exist, and the CPU frequency- based power management cannot … 81 In addition, C3 and C6 should be enabled as well for power management. The path of C3 and C6 on the…
|
| /dpdk/examples/vm_power_manager/ |
| H A D | meson.build | 9 deps += ['power']
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | hisilicon.rst | 41 * ``ring_size`` must be a power of two, between 32 and 8192.
|
| /dpdk/lib/hash/ |
| H A D | rte_cuckoo_hash.h | 114 #error RTE_HASH_BUCKET_ENTRIES must be a power of 2
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_21_02.rst | 23 * **Added new ethdev API for PMD power management.** 26 ``rte_power_monitor()`` to enable automatic power management for PMDs. 28 * **Added Ethernet PMD power management helper API.** 30 A new helper API has been added to make using Ethernet PMD power management 31 easier for the user: ``rte_power_ethdev_pmgmt_queue_enable()``. Three power
|
| H A D | release_16_11.rst | 142 * **L3fwd-power app does not work properly when Rx vector is enabled.** 144 The L3fwd-power app doesn't work properly with some drivers in vector mode 146 leading to incorrect frequency scaling. In addition, L3fwd-power application 150 Therefore, in order to use L3fwd-power, vector mode should be disabled
|
| H A D | known_issues.rst | 537 VM power manager may not work on systems with more than 64 cores 541 …When using VM power manager on a system with more than 64 cores, VM(s) should not use cores 64 or … 544 VM power manager should not be used with VM(s) that are using cores 64 or above. 553 VM power manager application. 698 igb_uio can not be used when running l3fwd-power 702 Link Status Change(LSC) interrupt and packet receiving interrupt are all enabled in l3fwd-power 707 When insmod ``igb_uio`` and running l3fwd-power APP, link status getting doesn't work properly.
|
| H A D | release_21_08.rst | 124 The experimental PMD power management API now supports managing 146 * rte_power: The experimental PMD power management API is no longer considered 148 stopped before making any changes to the power management scheme.
|
| /dpdk/lib/ |
| H A D | meson.build | 47 'power', 83 'power',
|
| /dpdk/examples/ |
| H A D | meson.build | 37 'l3fwd-power',
|
| /dpdk/doc/guides/eventdevs/ |
| H A D | octeontx.rst | 29 - HW accelerated dequeue timeout support to enable power management
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_phy.c | 145 __in boolean_t power) in siena_phy_power() argument 149 if (!power) in siena_phy_power()
|
| H A D | ef10_phy.c | 238 __in boolean_t power) in ef10_phy_power() argument 242 if (!power) in ef10_phy_power()
|
| /dpdk/doc/guides/nics/ |
| H A D | enetfec.rst | 32 to achieve both high performance and low power consumption.
|