FD.io VPP
v18.07-34-g55fbdb9
Vector Packet Processing
|
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_t * | ring_cfgs |
array of ring cfgs More... | |
Definition at line 49 of file message_queue.h.
int svm_msg_q_cfg_::consumer_pid |
pid of msg consumer
Definition at line 51 of file message_queue.h.
u32 svm_msg_q_cfg_::n_rings |
number of msg rings
Definition at line 53 of file message_queue.h.
u32 svm_msg_q_cfg_::q_nitems |
msg queue size (not rings)
Definition at line 52 of file message_queue.h.
svm_msg_q_ring_cfg_t* svm_msg_q_cfg_::ring_cfgs |
array of ring cfgs
Definition at line 54 of file message_queue.h.