FD.io VPP  v19.08-27-gf4dcae4
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 204 of file avf.h.

Member Function Documentation

avf_per_thread_data_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

vlib_buffer_t avf_per_thread_data_t::buffer_template

Definition at line 210 of file avf.h.

vlib_buffer_t* avf_per_thread_data_t::bufs[AVF_RX_VECTOR_SZ]

Definition at line 207 of file avf.h.

u64 avf_per_thread_data_t::qw1s[AVF_RX_VECTOR_SZ]

Definition at line 208 of file avf.h.

avf_rx_tail_t avf_per_thread_data_t::tails[AVF_RX_VECTOR_SZ]

Definition at line 209 of file avf.h.


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