DPDK 22.11.5
|
#include <rte_kvargs.h>
Data Fields | |
char * | key |
char * | value |
A key/value association
Definition at line 55 of file rte_kvargs.h.
char* key |
the name (key) of the association
Definition at line 56 of file rte_kvargs.h.
char* value |
the value associated to that key
Definition at line 57 of file rte_kvargs.h.