package
3.29.0
Repository: https://github.com/projectcalico/vpp-dataplane.git
Documentation: pkg.go.dev

# Functions

Messages returns list of all messages in this module.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Set the next node for a given node request - node_name[] - node to add the next node to - next_name[] - node to add as the next node AddNodeNext defines message 'add_node_next'.
IP Set the next node for a given node response - retval - return code for the add next node request - next_index - the index of the next node if success, else ~0 AddNodeNextReply defines message 'add_node_next_reply'.
Process a vpe parser cli string request - cmd_in_shmem - pointer to cli command string Cli defines message 'cli'.
CliInband defines message 'cli_inband'.
CliInbandReply defines message 'cli_inband_reply'.
vpe parser cli string response - retval - return code for request - reply_in_shmem - Reply string from cli processing if any CliReply defines message 'cli_reply'.
f64 types are not standardized across the wire.
get_f64_endian_value reply message - retval - return value - VNET_API_ERROR_API_ENDIAN_FAILED if f64_one != 1.0 - f64_one_result - The value of 'f64 1.0' GetF64EndianValueReply defines message 'get_f64_endian_value_reply'.
Verify f64 wire format by sending a value and receiving the value + 1.0 - f64_value - The value you want to test.
get_f64_increment_by_one reply - f64_value - The input f64_value incremented by 1.0.
Query relative index via node names - node_name - name of node to find relative index from - next_name - next node from node_name to find relative index of GetNextIndex defines message 'get_next_index'.
Reply for get next node index - retval - return value - next_index - index of the next_node GetNextIndexReply defines message 'get_next_index_reply'.
GetNodeGraph defines message 'get_node_graph'.
get_node_graph_reply - retval - return code - reply_in_shmem - result from vlib_node_serialize, in shared memory.
Get node index using name request - node_name[] - name of the node GetNodeIndex defines message 'get_node_index'.
Get node index using name request - retval - return code for the request - node_index - index of the desired node if found, else ~0 GetNodeIndexReply defines message 'get_node_index_reply'.
show_threads display the information about vpp threads running on system along with their process id, cpu id, physical core and cpu socket.
show_threads_reply - retval - return code - count - number of threads in thread_data array - thread_data - array of thread data ShowThreadsReply defines message 'show_threads_reply'.
ThreadData defines type 'thread_data'.

# Interfaces

RPCService defines RPC service vlib.