rte_timer_status
Contents
Detailed Description
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.
Field Documentation
uint16_tstate
Stop, pending, running, config.
Definition at line 68 of file rte_timer.h.
int16_towner
The lcore that owns the timer.
Definition at line 69 of file rte_timer.h.
uint32_tu32
To atomic-set status + owner.
Definition at line 71 of file rte_timer.h.
Name
rte_timer_status
Synopsis
#include <rte_timer.h>
DataFields
uint32_t u32