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_node::__rte_cache_aligned

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                rte_node::__rte_cache_aligned(3)

Detailed Description

       Fast path area cache line 2.

       Definition at line 121 of file rte_graph_worker_common.h.

Field Documentation

union{...}
       Node Context.

   uint16_tsize
       Total number of objects available.

       Definition at line 130 of file rte_graph_worker_common.h.

   uint16_tidx
       Number of objects used.

       Definition at line 131 of file rte_graph_worker_common.h.

   rte_graph_off_toff
       Offset of node in the graph reel.

       Definition at line 132 of file rte_graph_worker_common.h.

   uint64_ttotal_cycles
       Cycles spent in this node.

       Definition at line 133 of file rte_graph_worker_common.h.

   uint64_ttotal_calls
       Calls done to this node.

       Definition at line 134 of file rte_graph_worker_common.h.

   uint64_ttotal_objs
       Objects processed by this node.

       Definition at line 135 of file rte_graph_worker_common.h.

   void**objs
       Array of object pointers.

       Definition at line 137 of file rte_graph_worker_common.h.

   rte_node_process_tprocess
       Process function.

       Definition at line 141 of file rte_graph_worker_common.h.

   structrte_node*nodes[]
       Next nodes.

       Definition at line 144 of file rte_graph_worker_common.h.

Name

       rte_node::__rte_cache_aligned

Synopsis

       #include <rte_graph_worker_common.h>

   DataFields
       union {
       };
       uint16_t size
       uint16_t idxrte_graph_off_toff
       uint64_t total_cycles
       uint64_t total_calls
       uint64_t total_objs
       struct rte_node * nodes []

See Also