FD.io VPP  v20.09-rc2-28-g3c5414029
Vector Packet Processing
af_xdp_txq_t Struct Reference
+ Collaboration diagram for af_xdp_txq_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

clib_spinlock_t lock
 
struct xsk_ring_prod tx
 
struct xsk_ring_cons cq
 
int xsk_fd
 

Detailed Description

Definition at line 65 of file af_xdp.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

af_xdp_txq_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ cq

struct xsk_ring_cons af_xdp_txq_t::cq

Definition at line 73 of file af_xdp.h.

◆ lock

clib_spinlock_t af_xdp_txq_t::lock

Definition at line 71 of file af_xdp.h.

◆ tx

struct xsk_ring_prod af_xdp_txq_t::tx

Definition at line 72 of file af_xdp.h.

◆ xsk_fd

int af_xdp_txq_t::xsk_fd

Definition at line 74 of file af_xdp.h.


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