FD.io VPP
v21.10.1-2-g0a485f517
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 85 of file message_queue.h.
int svm_msg_q_cfg_::consumer_pid |
pid of msg consumer
Definition at line 87 of file message_queue.h.
u32 svm_msg_q_cfg_::n_rings |
number of msg rings
Definition at line 89 of file message_queue.h.
u32 svm_msg_q_cfg_::q_nitems |
msg queue size (not rings)
Definition at line 88 of file message_queue.h.
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.