| rte_timer(3) | Library Functions Manual | rte_timer(3) |
rte_timer
#include <rte_timer.h>
uint64_t expire
volatile union rte_timer_status status
uint64_t period
rte_timer_cb_t f
void * arg
A structure describing a timer in RTE.
Definition at line 98 of file rte_timer.h.
Time when timer expire.
Definition at line 100 of file rte_timer.h.
Status of timer.
Definition at line 102 of file rte_timer.h.
Period of timer (0 if not periodic).
Definition at line 103 of file rte_timer.h.
Callback function.
Definition at line 104 of file rte_timer.h.
Argument to callback function.
Definition at line 105 of file rte_timer.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |