logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                   rte_kvargs(3)

Detailed Description

       Store a list of key/value associations

       Definition at line 59 of file rte_kvargs.h.

Field Documentation

char*str
       copy of the argument string

       Definition at line 60 of file rte_kvargs.h.

   unsignedcount
       number of entries in the list

       Definition at line 61 of file rte_kvargs.h.

   structrte_kvargs_pairpairs[RTE_KVARGS_MAX]
       list of key/values

       Definition at line 62 of file rte_kvargs.h.

Name

       rte_kvargs

Synopsis

       #include <rte_kvargs.h>

   DataFields
       char * str
       unsigned count
       struct rte_kvargs_pairpairs [RTE_KVARGS_MAX]

See Also