FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
rdma_txq_t Struct Reference
+ Collaboration diagram for rdma_txq_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

clib_spinlock_t lock
 
struct ibv_cq * cq
 
struct ibv_qp * qp
 
u32bufs
 
u32 size
 
u32 head
 
u32 tail
 

Detailed Description

Definition at line 51 of file rdma.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

rdma_txq_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ bufs

u32* rdma_txq_t::bufs

Definition at line 57 of file rdma.h.

◆ cq

struct ibv_cq* rdma_txq_t::cq

Definition at line 55 of file rdma.h.

◆ head

u32 rdma_txq_t::head

Definition at line 59 of file rdma.h.

◆ lock

clib_spinlock_t rdma_txq_t::lock

Definition at line 54 of file rdma.h.

◆ qp

struct ibv_qp* rdma_txq_t::qp

Definition at line 56 of file rdma.h.

◆ size

u32 rdma_txq_t::size

Definition at line 58 of file rdma.h.

◆ tail

u32 rdma_txq_t::tail

Definition at line 60 of file rdma.h.


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