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

rte_kvargs_pair

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                              rte_kvargs_pair(3)

Detailed Description

       A key/value association

       Definition at line 53 of file rte_kvargs.h.

Field Documentation

char*key
       the name (key) of the association

       Definition at line 54 of file rte_kvargs.h.

   char*value
       the value associated to that key

       Definition at line 55 of file rte_kvargs.h.

Name

       rte_kvargs_pair

Synopsis

       #include <rte_kvargs.h>

   DataFields
       char * key
       char * value

See Also