FD.io VPP  v19.08.3-2-gbabecb413
Vector Packet Processing
vpe.api File Reference

This file defines vpe control-plane API messages which are generally called through a shared memory interface. More...

Go to the source code of this file.

Data Structures

struct  vl_api_control_ping_t
 Control ping from client to api server request. More...
 
struct  vl_api_control_ping_reply_t
 Control ping from the client to the server response. More...
 
struct  vl_api_cli_t
 Process a vpe parser cli string request. More...
 
struct  vl_api_cli_inband_t
 
struct  vl_api_cli_reply_t
 vpe parser cli string response More...
 
struct  vl_api_cli_inband_reply_t
 
struct  vl_api_get_node_index_t
 Get node index using name request. More...
 
struct  vl_api_get_node_index_reply_t
 Get node index using name request. More...
 
struct  vl_api_add_node_next_t
 Set the next node for a given node request. More...
 
struct  vl_api_add_node_next_reply_t
 IP Set the next node for a given node response. More...
 
struct  vl_api_show_version_t
 show version More...
 
struct  vl_api_show_version_reply_t
 show version response More...
 
struct  vl_api_show_threads_t
 show_threads display the information about vpp threads running on system along with their process id, cpu id, physical core and cpu socket. More...
 
struct  vl_api_thread_data_t
 thread data More...
 
struct  vl_api_show_threads_reply_t
 show_threads_reply More...
 
struct  vl_api_get_node_graph_t
 
struct  vl_api_get_node_graph_reply_t
 get_node_graph_reply More...
 
struct  vl_api_get_next_index_t
 Query relative index via node names. More...
 
struct  vl_api_get_next_index_reply_t
 Reply for get next node index. More...
 
struct  vl_api_log_dump_t
 
struct  vl_api_log_details_t
 
struct  vl_api_show_vpe_system_time_t
 Show the current system timestamp. More...
 
struct  vl_api_show_vpe_system_time_reply_t
 Reply for show vpe system time. More...
 
struct  vl_api_get_f64_endian_value_t
 f64 types are not standardized across the wire. More...
 
struct  vl_api_get_f64_endian_value_reply_t
 get_f64_endian_value reply message More...
 
struct  vl_api_get_f64_increment_by_one_t
 Verify f64 wire format by sending a value and receiving the value + 1.0. More...
 
struct  vl_api_get_f64_increment_by_one_reply_t
 get_f64_increment_by_one reply More...
 

Variables

option version = "1.6.0"
 
import vpp api vpe_types api
 

Detailed Description

This file defines vpe control-plane API messages which are generally called through a shared memory interface.

Definition in file vpe.api.

Variable Documentation

◆ api

import vpp api vpe_types api

Definition at line 24 of file vpe.api.

◆ version

option version = "1.6.0"

Definition at line 22 of file vpe.api.