FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
rdma_per_thread_data_t Struct Reference
+ Collaboration diagram for rdma_per_thread_data_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

union {
   u16   cqe_flags [VLIB_FRAME_SIZE]
 
   u16x8   cqe_flags8 [VLIB_FRAME_SIZE/8]
 
   u16x16   cqe_flags16 [VLIB_FRAME_SIZE/16]
 
}; 
 
vlib_buffer_t buffer_template
 

Detailed Description

Definition at line 183 of file rdma.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

rdma_per_thread_data_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ @121

union { ... }

◆ buffer_template

vlib_buffer_t rdma_per_thread_data_t::buffer_template

Definition at line 192 of file rdma.h.

◆ cqe_flags

u16 rdma_per_thread_data_t::cqe_flags[VLIB_FRAME_SIZE]

Definition at line 188 of file rdma.h.

◆ cqe_flags16

u16x16 rdma_per_thread_data_t::cqe_flags16[VLIB_FRAME_SIZE/16]

Definition at line 190 of file rdma.h.

◆ cqe_flags8

u16x8 rdma_per_thread_data_t::cqe_flags8[VLIB_FRAME_SIZE/8]

Definition at line 189 of file rdma.h.


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