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_flow_query_count

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                         rte_flow_query_count(3)

Detailed Description

       RTE_FLOW_ACTION_TYPE_COUNT (query)

       Query structure to retrieve and reset flow rule counters.

       Definition at line 3459 of file rte_flow.h.

Field Documentation

uint32_treset
       Reset counters after query [in].

       Definition at line 3460 of file rte_flow.h.

   uint32_thits_set
       hits field is set [out].

       Definition at line 3461 of file rte_flow.h.

   uint32_tbytes_set
       bytes field is set [out].

       Definition at line 3462 of file rte_flow.h.

   uint32_treserved
       Reserved, must be zero [in, out].

       Definition at line 3463 of file rte_flow.h.

   uint64_thits
       Number of hits for this rule [out].

       Definition at line 3464 of file rte_flow.h.

   uint64_tbytes
       Number of bytes through this rule [out].

       Definition at line 3465 of file rte_flow.h.

Name

       rte_flow_query_count

Synopsis

       #include <rte_flow.h>

   DataFields
       uint32_t reset:1
       uint32_t hits_set:1
       uint32_t bytes_set:1
       uint32_t reserved:29
       uint64_t hits
       uint64_t bytes

See Also