DPDK  19.11.14
Data Fields
rte_timer_status Union Reference

#include <rte_timer.h>

Data Fields

uint32_t u32
 
uint16_t state
 
int16_t owner
 

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 67 of file rte_timer.h.

Field Documentation

◆ state

uint16_t state

Stop, pending, running, config.

Definition at line 70 of file rte_timer.h.

◆ owner

int16_t owner

The lcore that owns the timer.

Definition at line 71 of file rte_timer.h.

◆ u32

uint32_t u32

To atomic-set status + owner.

Definition at line 73 of file rte_timer.h.


The documentation for this union was generated from the following file: