Home
last modified time | relevance | path

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

/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst12 with the power management algorithms to control the P-states and
13 C-states of the Intel processor via a power management library.
42 Processor performance states (P-states) are the capability of an Intel processor
57 C-States are also known as sleep states.
60 Therefore, as you go into deeper C-states, the power consumed is lower but the exit latency is incr…
69 In this way, CPUIdle automatically forces the corresponding cores to enter deeper C-states
74 To fully demonstrate the power saving capability of using C-states,
75 it is recommended to enable deeper C3 and C6 states in the BIOS during system boot up.
217 This allows the core to enter the C3/C6 states.
H A Dethtool.rst48 * ``link``: Print port link states
H A Dkeep_alive.rst22 monitoring the state of the cores. Cores states are: Alive, MIA, Dead
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwif.h109 enum hinic_doorbell_ctrl states);
H A Dhinic_pmd_hwif.c309 enum hinic_doorbell_ctrl states) in wait_until_doorbell_flush_states() argument
318 if (db_ctrl == states) in wait_until_doorbell_flush_states()
/dpdk/doc/guides/nics/
H A Dixgbe.rst253 interrupt mode of ``igb_uio`` or ``vfio``. Because the errata of X550 states
/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst22 * Added new Rx checksum flags in mbufs to describe more states: unknown,
H A Drelease_16_07.rst163 Added support for reporting of core states other than "dead" to
H A Dknown_issues.rst622 states that the Interrupt Status bit is not implemented. The errata is the item #71
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst103 states. This will combine all the shared data structure accesses into a
H A Dcompressdev.rst454 as history, states, etc. within a stream, which are maintained during the processing of the related…
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c11752 static const char *states[] = { "CLOSED", "OPENING_WAIT4_LOAD", local
11760 return states[state_idx];
11762 return states[0x10];
11767 static const char *states[] = { "NONE", "DONE", "INIT", local
11770 return states[state];
/dpdk/license/
H A Dlgpl-2.1.txt250 Section 6 states terms for distribution of such executables.
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst636 ANSI C states that such declarations have file scope regardless of the nesting of the declaration.