FD.io VPP  v20.01-48-g3e0dafb74
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 210 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 216 of file avf.h.

◆ bufs

vlib_buffer_t* avf_per_thread_data_t::bufs[AVF_RX_VECTOR_SZ]

Definition at line 213 of file avf.h.

◆ qw1s

u64 avf_per_thread_data_t::qw1s[AVF_RX_VECTOR_SZ]

Definition at line 214 of file avf.h.

◆ tails

avf_rx_tail_t avf_per_thread_data_t::tails[AVF_RX_VECTOR_SZ]

Definition at line 215 of file avf.h.


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