FD.io VPP  v21.01.1
Vector Packet Processing
tw_timer_4t_3w_256sl.h File Reference
+ Include dependency graph for tw_timer_4t_3w_256sl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TW_TIMER_WHEELS   3
 
#define TW_SLOTS_PER_RING   256
 
#define TW_RING_SHIFT   8
 
#define TW_RING_MASK   (TW_SLOTS_PER_RING -1)
 
#define TW_TIMERS_PER_OBJECT   4
 
#define LOG2_TW_TIMERS_PER_OBJECT   2
 
#define TW_SUFFIX   _4t_3w_256sl
 
#define TW_FAST_WHEEL_BITMAP   0
 
#define TW_TIMER_ALLOW_DUPLICATE_STOP   0
 

Macro Definition Documentation

◆ LOG2_TW_TIMERS_PER_OBJECT

#define LOG2_TW_TIMERS_PER_OBJECT   2

Definition at line 37 of file tw_timer_4t_3w_256sl.h.

◆ TW_FAST_WHEEL_BITMAP

#define TW_FAST_WHEEL_BITMAP   0

Definition at line 39 of file tw_timer_4t_3w_256sl.h.

◆ TW_RING_MASK

#define TW_RING_MASK   (TW_SLOTS_PER_RING -1)

Definition at line 35 of file tw_timer_4t_3w_256sl.h.

◆ TW_RING_SHIFT

#define TW_RING_SHIFT   8

Definition at line 34 of file tw_timer_4t_3w_256sl.h.

◆ TW_SLOTS_PER_RING

#define TW_SLOTS_PER_RING   256

Definition at line 33 of file tw_timer_4t_3w_256sl.h.

◆ TW_SUFFIX

#define TW_SUFFIX   _4t_3w_256sl

Definition at line 38 of file tw_timer_4t_3w_256sl.h.

◆ TW_TIMER_ALLOW_DUPLICATE_STOP

#define TW_TIMER_ALLOW_DUPLICATE_STOP   0

Definition at line 40 of file tw_timer_4t_3w_256sl.h.

◆ TW_TIMER_WHEELS

#define TW_TIMER_WHEELS   3

Definition at line 32 of file tw_timer_4t_3w_256sl.h.

◆ TW_TIMERS_PER_OBJECT

#define TW_TIMERS_PER_OBJECT   4

Definition at line 36 of file tw_timer_4t_3w_256sl.h.