FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
svm_msg_q_ring_ Struct Reference
+ Collaboration diagram for svm_msg_q_ring_:

Data Fields

u32 nitems
 max size of the ring More...
 
u32 elsize
 size of an element More...
 
svm_msg_q_ring_shared_tshr
 ring in shared memory More...
 

Detailed Description

Definition at line 58 of file message_queue.h.

Field Documentation

◆ elsize

u32 svm_msg_q_ring_::elsize

size of an element

Definition at line 61 of file message_queue.h.

◆ nitems

u32 svm_msg_q_ring_::nitems

max size of the ring

Definition at line 60 of file message_queue.h.

◆ shr

svm_msg_q_ring_shared_t* svm_msg_q_ring_::shr

ring in shared memory

Definition at line 62 of file message_queue.h.


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