Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c497 uint32_t inactive; in failsafe_eth_dev_state_sync() local
515 inactive = 0; in failsafe_eth_dev_state_sync()
518 inactive |= UINT32_C(1) << i; in failsafe_eth_dev_state_sync()
531 if (inactive & (UINT32_C(1) << i)) { in failsafe_eth_dev_state_sync()
544 if (inactive) in failsafe_eth_dev_state_sync()
/dpdk/doc/guides/prog_guide/
H A Dlink_bonding_poll_mode_drv_lib.rst219 becomes active or change to down when all slaves become inactive. There is no
H A Dqos_framework.rst881 …| | | | | consumption of inactive queues to a high number…
882 …| | | | | the inactive queues will never be selected by t…
894 …| | | | | state machine never selecting an inactive traff…
H A Dmember_lib.rst236 (i.e. active) as a cache typically does. Old inactive elements (infrequently
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst437 * **bonding: Fix crash when stopping inactive slave.**