Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_timer_status(3)		      DPDK		     rte_timer_status(3)

NAME
     rte_timer_status

SYNOPSIS
     #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 66 of file rte_timer.h.

Field Documentation
   uint16_t state
     Stop, pending, running, config.

     Definition at line 68 of file rte_timer.h.

   int16_t owner
     The lcore that owns the timer.

     Definition at line 69 of file rte_timer.h.

   uint32_t u32
     To atomic-set status + owner.

     Definition at line 71 of file rte_timer.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	     rte_timer_status(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=owner&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help