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_regexdev_xstats_map

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_regexdev_xstats_map(3)

Detailed Description

       A name-key lookup element for extended statistics.

       This structure is used to map between names and ID numbers for extended RegEx device statistics.

       Definition at line 1094 of file rte_regexdev.h.

Field Documentation

uint16_tid
       xstat identifier

       Definition at line 1095 of file rte_regexdev.h.

   charname[RTE_REGEXDEV_XSTATS_NAME_SIZE]
       xstat name

       Definition at line 1097 of file rte_regexdev.h.

Name

       rte_regexdev_xstats_map

Synopsis

       #include <rte_regexdev.h>

   DataFields
       uint16_t id
       char name [RTE_REGEXDEV_XSTATS_NAME_SIZE]

See Also