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_cfgfile_entry

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                            rte_cfgfile_entry(3)

Detailed Description

       Configuration file entry

       Definition at line 34 of file rte_cfgfile.h.

Field Documentation

charname[CFG_NAME_LEN]
       Name

       Definition at line 35 of file rte_cfgfile.h.

   charvalue[CFG_VALUE_LEN]
       Value

       Definition at line 36 of file rte_cfgfile.h.

Name

       rte_cfgfile_entry

Synopsis

       #include <rte_cfgfile.h>

   DataFields
       char name [CFG_NAME_LEN]
       char value [CFG_VALUE_LEN]

See Also