DPDK 22.11.5
|
#include <rte_timer.h>
Data Fields | |
uint32_t | u32 |
uint16_t | state |
int16_t | owner |
Timer status: A union of the state (stopped, pending, running, config) and an owner (the id of the lcore that owns the timer).
Definition at line 66 of file rte_timer.h.
uint16_t state |
Stop, pending, running, config.
Definition at line 69 of file rte_timer.h.
int16_t owner |
The lcore that owns the timer.
Definition at line 70 of file rte_timer.h.
uint32_t u32 |
To atomic-set status + owner.
Definition at line 72 of file rte_timer.h.