FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
svm_msg_q_cfg_ Struct Reference
+ Collaboration diagram for svm_msg_q_cfg_:

Data Fields

int consumer_pid
 pid of msg consumer More...
 
u32 q_nitems
 msg queue size (not rings) More...
 
u32 n_rings
 number of msg rings More...
 
svm_msg_q_ring_cfg_tring_cfgs
 array of ring cfgs More...
 

Detailed Description

Definition at line 85 of file message_queue.h.

Field Documentation

◆ consumer_pid

int svm_msg_q_cfg_::consumer_pid

pid of msg consumer

Definition at line 87 of file message_queue.h.

◆ n_rings

u32 svm_msg_q_cfg_::n_rings

number of msg rings

Definition at line 89 of file message_queue.h.

◆ q_nitems

u32 svm_msg_q_cfg_::q_nitems

msg queue size (not rings)

Definition at line 88 of file message_queue.h.

◆ ring_cfgs

svm_msg_q_ring_cfg_t* svm_msg_q_cfg_::ring_cfgs

array of ring cfgs

Definition at line 90 of file message_queue.h.


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