Home
last modified time | relevance | path

Searched refs:duration (Results 1 – 12 of 12) sorted by relevance

/dpdk/app/dumpcap/
H A Dmain.c67 uint64_t duration; /* nanoseconds */ member
178 stop.duration = NSEC_PER_SEC * interval; in auto_stop()
828 if (stop.duration != 0 && in main()
829 create_timestamp() - start_time > stop.duration) in main()
/dpdk/app/test/
H A Dtest_mempool.c240 uint64_t duration = rte_get_timer_hz() / 4; in test_mempool_single_producer() local
246 if (start_cycles + duration < end_cycles) in test_mempool_single_producer()
280 uint64_t duration = rte_get_timer_hz() / 8; in test_mempool_single_consumer() local
286 if (start_cycles + duration < end_cycles) in test_mempool_single_consumer()
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst85 If an embargo is decided, its duration should be suggested by the security team
87 Embargo duration between vulnerability confirmation and public disclosure
98 * Embargo duration
H A Dstable.rst41 The duration of a stable is one complete release cycle (4 months). It can be
H A Dabi_policy.rst295 is then dropped for the duration of this release cycle.
/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward_power_man.rst66 based on the speculative sleep duration of the core.
148 …s example implements algorithms to generate frequency scaling hints and speculative sleep duration,
204 …the same time, the function power_idle_heuristic() is called to generate speculative sleep duration
223 If a thread polls multiple Rx queues and different queue returns different sleep duration values,
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst88 is proportional to the duration of the grace period. Keeping the critical
H A Dqos_framework.rst484 where a byte signifies the time duration required by the physical interface to send out a byte on t…
1375 where a byte signifies the time duration required by the physical interface to send out a byte on t…
1702 where a byte signifies the time duration required by the physical interface to send out a byte on t…
H A Dpacket_framework.rst1118 During the time this thread is accessing this table entry (either writing or reading; duration is a…
/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.c4525 uint16_t duration = 0; in bnxt_hwrm_port_led_cfg() local
4535 duration = rte_cpu_to_le_16(500); in bnxt_hwrm_port_led_cfg()
4544 led_cfg->led_blink_on = duration; in bnxt_hwrm_port_led_cfg()
4545 led_cfg->led_blink_off = duration; in bnxt_hwrm_port_led_cfg()
/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst289 * **e1000/base: Fix beacon duration for i217.**
/dpdk/doc/guides/nics/
H A Dmlx5.rst1033 The maximum allowed duration of an LRO session, in micro-seconds.