DPDK 25.11.3
Loading...
Searching...
No Matches
rte_node::__rte_cache_aligned Struct Reference

#include <rte_graph_worker_common.h>

Data Fields

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 []

Detailed Description

Fast path area cache line 2.

Definition at line 124 of file rte_graph_worker_common.h.

Field Documentation

◆ @366305345116101112311363141162006141260152174005

union rte_node::__rte_cache_aligned::[union].__unnamed0__ @366305345116101112311363141162006141260152174005

Node Context.

◆ size

uint16_t size

Total number of objects available.

Definition at line 133 of file rte_graph_worker_common.h.

◆ idx

uint16_t idx

Number of objects used.

Definition at line 134 of file rte_graph_worker_common.h.

◆ off

Offset of node in the graph reel.

Definition at line 135 of file rte_graph_worker_common.h.

◆ total_cycles

uint64_t total_cycles

Cycles spent in this node.

Definition at line 136 of file rte_graph_worker_common.h.

◆ total_calls

uint64_t total_calls

Calls done to this node.

Definition at line 137 of file rte_graph_worker_common.h.

◆ total_objs

uint64_t total_objs

Objects processed by this node.

Definition at line 138 of file rte_graph_worker_common.h.

◆ nodes

struct rte_node* nodes[]

Next nodes.

Definition at line 147 of file rte_graph_worker_common.h.


The documentation for this struct was generated from the following file: