Expand description
VPP node abstractions
This module contains abstractions around VPP nodes, including node registration, node runtime data, frames, and error counters.
Structs§
- Frame
Ref - Reference to a VPP node frame
- Node
Flags - Node flags
- NodeRef
- Reference to a VPP node
- Node
Registration - Registration information for a VPP node
- Node
Runtime Ref - Reference to a VPP node runtime data
Constants§
- FRAME_
DATA_ ALIGN - Frame data alignment
- FRAME_
SIZE - Max number of vector elements to process at once per node
- RUNTIME_
DATA_ ALIGN - Runtime data alignment
Traits§
- Error
Counters - Trait for defining error counters of a VPP node
- Next
Nodes - Trait for defining next nodes of a VPP node
- Node
- Trait for defining a VPP node
- Vector
Buffer Index - Trait for types that can be used as buffer indices in vector nodes