Home
last modified time | relevance | path

Searched refs:timers (Results 1 – 23 of 23) sorted by relevance

/dpdk/app/test/
H A Dtest_timer.c274 static struct rte_timer *timers; in timer_stress2_main_loop() local
286 timers = rte_malloc(NULL, sizeof(*timers) * NB_STRESS2_TIMERS, 0); in timer_stress2_main_loop()
287 if (timers == NULL) { in timer_stress2_main_loop()
295 rte_timer_init(&timers[i]); in timer_stress2_main_loop()
305 ret = rte_timer_reset(&timers[i], delay, SINGLE, main_lcore, in timer_stress2_main_loop()
353 rte_timer_reset(&timers[i], delay, SINGLE, main_lcore, in timer_stress2_main_loop()
360 rte_timer_stop(&timers[r]); in timer_stress2_main_loop()
361 rte_timer_reset(&timers[r], delay, SINGLE, main_lcore, in timer_stress2_main_loop()
387 if (timers != NULL) { in timer_stress2_main_loop()
388 rte_free(timers); in timer_stress2_main_loop()
[all …]
H A Dtest_event_timer_adapter.c491 _arm_timers(uint64_t timeout_tcks, uint64_t timers) in _arm_timers() argument
505 for (i = 0; i < timers; i++) { in _arm_timers()
604 _arm_timers_burst(uint64_t timeout_tcks, uint64_t timers) in _arm_timers_burst() argument
619 for (i = 0; i < timers / MAX_BURST; i++) { in _arm_timers_burst()
772 _cancel_producer(uint64_t timeout_tcks, uint64_t timers) in _cancel_producer() argument
786 for (i = 0; i < timers; i++) { in _cancel_producer()
809 _cancel_producer_burst(uint64_t timeout_tcks, uint64_t timers) in _cancel_producer_burst() argument
826 for (i = 0; i < timers / MAX_BURST; i++) { in _cancel_producer_burst()
/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst18 * If not required in the application, timers can be disabled at compilation time by not calling t…
30 with all pending timers for a core being maintained in order of timer expiry in a skiplist data str…
35 up to 4^10 entries, that is, approximately 1,000,000 timers per lcore.
56 …ce in the case where there are entries in the timer list but none of those timers have yet expired,
74 …- The callout facility that provides timers with a mechanism to execute a function at a given time.
H A Devent_timer_adapter.rst17 destroyed, and :ref:`event timers <event_timer>` can be armed and canceled.
22 implementation manages timers using the DPDK
33 Event timers are timers that enqueue a timer expiration event to an event
89 timers.
96 And to start and stop timers:
144 to support timers of the respective type. A periodic timer expires at a fixed
202 manage event timers with it.
251 In the special case that there is a set of event timers that should all expire
314 timers or handle timer expiry events.
H A Dglossary.rst36 mbuf, timers, and so on.
H A Dkernel_nic_interface.rst221 …lowing resource: `Kernel Timers <http://www.kernel.org/doc/Documentation/timers/timers-howto.txt>`_
H A Dmulti_proc_support.rst187 it may not be possible to have HPET timers available in each DPDK instance.
H A Denv_abstraction_layer.rst12 (that is, memory space, devices, timers, consoles, and so on).
/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst8 … application prints some messages from different lcores regularly, demonstrating the use of timers.
70 In the main() function, the two timers are initialized.
79 Then, the two timers are configured:
92 :end-before: >8 End of two timers configured.
H A Dl3_forward_power_man.rst128 The Timer library is also initialized and several timers are created later on,
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst38 - HW managed event timers support through TIM, with high precision and
127 Chunks are used to store event timers, a chunk can be visualised as an array
129 store events. TIM traverses the list of chunks and enqueues the event timers
H A Docteontx.rst31 - HW managed event timers support through TIMVF, with high precision and
/dpdk/lib/eal/linux/
H A Deal_timer.c52 } timers[HPET_TIMER_NUM]; /**< Set of HPET timers. */ member
/dpdk/doc/api/
H A Ddoxy-api-index.md69 - **timers**:
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst109 DPDK can support the system HPET as a timer source rather than the system default timers,
/dpdk/drivers/common/iavf/
H A Diavf_type.h978 u16 timers; member
/dpdk/doc/guides/nics/
H A Dena.rst151 * Watchdog (requires handling of timers in the application)
/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst110 HPET timers do not work on the Osage customer reference platform
114 …HPET timers do not work on the Osage customer reference platform which includes an Intel® Xeon® pr…
H A Drelease_19_05.rst233 timers are being started, stopped, and managed.
H A Drelease_21_05.rst30 packet processing, timers, cryptography, etc.
H A Drelease_18_05.rst218 APIs that allow applications to arm/cancel event timers that generate
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h1904 u16 timers; member
/dpdk/doc/guides/tools/
H A Dtesteventdev.rst142 Number of event timers each producer core will generate.