FD.io VPP
v21.01.1
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | vl_api_graph_node_get_t |
graph_node_get - Get nodes of the packet processing graph In order: if index != ~0, dump node with given index if index == ~0 and name[0] != 0, dump named node if index == ~0 and name[0] == 0 and flag != 0, dump flagged nodes otherwise when no selection criteria given, dump all nodes. More... | |
struct | vl_api_graph_node_get_reply_t |
struct | vl_api_graph_node_details_t |
Details for each graph node. More... | |
Enumerations | |
enum | node_flag : u32 { NODE_FLAG_FRAME_NO_FREE_AFTER_DISPATCH = 0x0001, NODE_FLAG_IS_OUTPUT = 0x0002, NODE_FLAG_IS_DROP = 0x0004, NODE_FLAG_IS_PUNT = 0x0008, NODE_FLAG_IS_HANDOFF = 0x0010, NODE_FLAG_TRACE = 0x0020, NODE_FLAG_SWITCH_FROM_INTERRUPT_TO_POLLING_MODE =0x0040, NODE_FLAG_SWITCH_FROM_POLLING_TO_INTERRUPT_MODE =0x0080, NODE_FLAG_TRACE_SUPPORTED = 0x0100 } |
Variables | |
option | version = "1.0.0" |
service | |
service |