| rte_node::__rte_cache_aligned(3) | Library Functions Manual | rte_node::__rte_cache_aligned(3) |
rte_node::__rte_cache_aligned
#include <rte_graph_worker_common.h>
union {
};
uint16_t size
uint16_t idx
rte_graph_off_t off
uint64_t total_cycles
uint64_t total_calls
uint64_t total_objs
struct rte_node * nodes []
Fast path area cache line 2.
Definition at line 121 of file rte_graph_worker_common.h.
Node Context.
Total number of objects available.
Definition at line 130 of file rte_graph_worker_common.h.
Number of objects used.
Definition at line 131 of file rte_graph_worker_common.h.
Offset of node in the graph reel.
Definition at line 132 of file rte_graph_worker_common.h.
Cycles spent in this node.
Definition at line 133 of file rte_graph_worker_common.h.
Calls done to this node.
Definition at line 134 of file rte_graph_worker_common.h.
Objects processed by this node.
Definition at line 135 of file rte_graph_worker_common.h.
Array of object pointers.
Definition at line 137 of file rte_graph_worker_common.h.
Process function.
Definition at line 141 of file rte_graph_worker_common.h.
Next nodes.
Definition at line 144 of file rte_graph_worker_common.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |