DPDK 25.07.0
|
#include <rte_node_mbuf_dynfield.h>
Data Fields | |
rte_node_mbuf_overload_fields_t | overloadable_data |
rte_node specific mbuf dynamic field structure [rte_node_mbuf_dynfield_t]
It holds two types of fields:
Definition at line 71 of file rte_node_mbuf_dynfield.h.
rte_node_mbuf_overload_fields_t overloadable_data |
Overloadable mbuf fields across graph walk. Fields which can change.
Two adjacent nodes (producer, consumer) can use this memory region for sharing per-mbuf specific information. Once mbuf leaves a consumer node, this region can be repurposed by another sets of [producer, consumer] node.
In fast path, this region can be accessed by rte_node_mbuf_overload_fields_get().
Definition at line 92 of file rte_node_mbuf_dynfield.h.