![]() |
FD.io VPP
v17.10-9-gd594711
Vector Packet Processing
|
Binary API messaging via shared memory Low-level, primary provisioning interface. More...
Include dependency graph for memory_vlib.c:Go to the source code of this file.
Data Structures | |
| struct | msg_table_unserialize_t |
Macros | |
| #define | TRACE_VLIB_MEMORY_QUEUE 0 |
| #define | vl_typedefs /* define message structures */ |
| #define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
| #define | vl_printfun |
| #define | vl_endianfun |
| #define | foreach_vlib_api_msg |
| #define | foreach_histogram_bucket |
| #define | foreach_rpc_api_msg |
| #define | foreach_plugin_trace_msg _(TRACE_PLUGIN_MSG_IDS,trace_plugin_msg_ids) |
Enumerations | |
| enum | histogram_index_t { SLEEP_N_BUCKETS } |
| enum | vl_api_replay_t { DUMP, CUSTOM_DUMP, REPLAY, INITIALIZERS } |
Variables | |
| static u64 | vector_rate_histogram [SLEEP_N_BUCKETS] |
| static vlib_node_registration_t | memclnt_node |
| (constructor) VLIB_REGISTER_NODE (memclnt_node) More... | |
| static vlib_cli_command_t | cli_show_api_histogram_command |
| (constructor) VLIB_CLI_COMMAND (cli_show_api_histogram_command) More... | |
| static vlib_cli_command_t | cli_clear_api_histogram_command |
| (constructor) VLIB_CLI_COMMAND (cli_clear_api_histogram_command) More... | |
| static vlib_node_registration_t | api_rx_from_node_node |
| (constructor) VLIB_REGISTER_NODE (api_rx_from_node_node) More... | |
| static vlib_cli_command_t | cli_show_api_command |
| (constructor) VLIB_CLI_COMMAND (cli_show_api_command) More... | |
| static vlib_cli_command_t | cli_show_api_ring_command |
| (constructor) VLIB_CLI_COMMAND (cli_show_api_ring_command) More... | |
| static vlib_cli_command_t | cli_show_api_clients_command |
| (constructor) VLIB_CLI_COMMAND (cli_show_api_clients_command) More... | |
| static vlib_cli_command_t | cli_show_api_status_command |
| (constructor) VLIB_CLI_COMMAND (cli_show_api_status_command) More... | |
| static vlib_cli_command_t | cli_show_api_message_table_command |
| (constructor) VLIB_CLI_COMMAND (cli_show_api_message_table_command) More... | |
| static vlib_cli_command_t | trace |
| (constructor) VLIB_CLI_COMMAND (trace) More... | |
| static vlib_cli_command_t | cli_show_api_plugin_command |
| (constructor) VLIB_CLI_COMMAND (cli_show_api_plugin_command) More... | |
| void * | rpc_call_main_thread_cb_fn |
| static vlib_cli_command_t | api_trace_command |
| (constructor) VLIB_CLI_COMMAND (api_trace_command) More... | |
| static vlib_cli_command_t | dump_api_table_file |
| (constructor) VLIB_CLI_COMMAND (dump_api_table_file) More... | |
Binary API messaging via shared memory Low-level, primary provisioning interface.
Definition in file memory_vlib.c.
| #define foreach_histogram_bucket |
Definition at line 434 of file memory_vlib.c.
| #define foreach_plugin_trace_msg _(TRACE_PLUGIN_MSG_IDS,trace_plugin_msg_ids) |
Definition at line 1573 of file memory_vlib.c.
| #define foreach_rpc_api_msg |
Definition at line 1569 of file memory_vlib.c.
| #define foreach_vlib_api_msg |
Definition at line 395 of file memory_vlib.c.
| #define TRACE_VLIB_MEMORY_QUEUE 0 |
Definition at line 49 of file memory_vlib.c.
| #define vl_endianfun |
Definition at line 95 of file memory_vlib.c.
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 58 of file memory_vlib.c.
| #define vl_printfun |
Definition at line 59 of file memory_vlib.c.
| #define vl_typedefs /* define message structures */ |
Definition at line 53 of file memory_vlib.c.
| enum histogram_index_t |
| Enumerator | |
|---|---|
| SLEEP_N_BUCKETS | |
Definition at line 440 of file memory_vlib.c.
| enum vl_api_replay_t |
| Enumerator | |
|---|---|
| DUMP | |
| CUSTOM_DUMP | |
| REPLAY | |
| INITIALIZERS | |
Definition at line 1619 of file memory_vlib.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| void dump_socket_clients | ( | vlib_main_t * | vm, |
| api_main_t * | am | ||
| ) |
Definition at line 1349 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1628 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 869 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 404 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 456 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
Definition at line 845 of file memory_vlib.c.
|
static |
Definition at line 1528 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_api_get_first_msg_id_t_handler | ( | vl_api_get_first_msg_id_t * | mp | ) |
| u32 vl_api_memclnt_create_internal | ( | char * | name, |
| unix_shared_memory_queue_t * | q | ||
| ) |
Definition at line 152 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_api_memclnt_create_t_handler | ( | vl_api_memclnt_create_t * | mp | ) |
|
inlinestatic |
Definition at line 64 of file memory_vlib.c.
| void vl_api_memclnt_delete_t_handler | ( | vl_api_memclnt_delete_t * | mp | ) |
|
inlinestatic |
Definition at line 75 of file memory_vlib.c.
|
static |
|
static |
Definition at line 1517 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 1456 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1450 of file memory_vlib.c.
|
static |
| u8* vl_api_serialize_message_table | ( | api_main_t * | am, |
| u8 * | vector | ||
| ) |
Definition at line 125 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1535 of file memory_vlib.c.
|
inlinestatic |
Definition at line 84 of file memory_vlib.c.
| void vl_enable_disable_memory_api | ( | vlib_main_t * | vm, |
| int | enable | ||
| ) |
Definition at line 898 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_custom_dump_configure | ( | api_main_t * | am | ) |
|
static |
Definition at line 1671 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_msg_api_send | ( | vl_api_registration_t * | rp, |
| u8 * | elem | ||
| ) |
Definition at line 112 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void vl_set_memory_region_name | ( | const char * | name | ) |
| void vl_socket_api_send | ( | vl_api_registration_t * | rp, |
| u8 * | elem | ||
| ) |
| VLIB_API_INIT_FUNCTION | ( | rpc_api_hookup | ) |
Here is the caller graph for this function:| clib_error_t* vlibmemory_init | ( | vlib_main_t * | vm | ) |
Definition at line 1305 of file memory_vlib.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
(constructor) VLIB_REGISTER_NODE (api_rx_from_node_node)
Definition at line 957 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (api_trace_command)
Definition at line 2058 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_clear_api_histogram_command)
Definition at line 860 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_show_api_clients_command)
Definition at line 1155 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_show_api_command)
Definition at line 1132 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_show_api_histogram_command)
Definition at line 836 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_show_api_message_table_command)
Definition at line 1218 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_show_api_plugin_command)
Definition at line 1396 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_show_api_ring_command)
Definition at line 1143 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (cli_show_api_status_command)
Definition at line 1167 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (dump_api_table_file)
Definition at line 2391 of file memory_vlib.c.
|
static |
(constructor) VLIB_REGISTER_NODE (memclnt_node)
Definition at line 788 of file memory_vlib.c.
|
static |
(constructor) VLIB_CLI_COMMAND (trace)
Definition at line 1296 of file memory_vlib.c.
|
static |
Definition at line 448 of file memory_vlib.c.