FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
avf_per_thread_data_t Struct Reference
+ Collaboration diagram for avf_per_thread_data_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

vlib_buffer_tbufs [AVF_RX_VECTOR_SZ]
 
u64 qw1s [AVF_RX_VECTOR_SZ]
 
avf_rx_tail_t tails [AVF_RX_VECTOR_SZ]
 
vlib_buffer_t buffer_template
 

Detailed Description

Definition at line 183 of file avf.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

avf_per_thread_data_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ buffer_template

vlib_buffer_t avf_per_thread_data_t::buffer_template

Definition at line 189 of file avf.h.

◆ bufs

vlib_buffer_t* avf_per_thread_data_t::bufs[AVF_RX_VECTOR_SZ]

Definition at line 186 of file avf.h.

◆ qw1s

u64 avf_per_thread_data_t::qw1s[AVF_RX_VECTOR_SZ]

Definition at line 187 of file avf.h.

◆ tails

avf_rx_tail_t avf_per_thread_data_t::tails[AVF_RX_VECTOR_SZ]

Definition at line 188 of file avf.h.


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