| 
    CNDP
    22.08.0
    
   | 
 
#include <jcfg_private.h>
Data Fields | |
| uint16_t | min | 
| uint16_t | max | 
| uint16_t | num | 
| struct queue_list_head | head | 
Queue list structure used by lport groups
Definition at line 56 of file jcfg_private.h.
| uint16_t min | 
lowest queue id in the list
Definition at line 57 of file jcfg_private.h.
| uint16_t max | 
highest queue id in the list
Definition at line 58 of file jcfg_private.h.
| uint16_t num | 
number of queue ids in the list
Definition at line 59 of file jcfg_private.h.
| struct queue_list_head head | 
the queue list entries
Definition at line 59 of file jcfg_private.h.