|  | FD.io VPP
    v20.05.1-6-gf53edbc3b
    Vector Packet Processing | 
CLI for DPDK Abstraction Layer and pcap Tx Trace. More...
 Include dependency graph for cli.c:
 Include dependency graph for cli.c:Go to the source code of this file.
| Macros | |
| #define | F_SETPIPE_SZ (1024 + 7) | 
| Functions | |
| static clib_error_t * | show_dpdk_buffer (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) | 
| static clib_error_t * | show_dpdk_physmem (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) | 
| static clib_error_t * | test_dpdk_buffer (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) | 
| static clib_error_t * | set_dpdk_if_desc (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) | 
| static clib_error_t * | show_dpdk_version_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) | 
| void | dpdk_cli_reference (void) | 
| clib_error_t * | dpdk_cli_init (vlib_main_t *vm) | 
| Variables | |
| static vlib_cli_command_t | cmd_show_dpdk_buffer | 
| (constructor) VLIB_CLI_COMMAND (cmd_show_dpdk_buffer)  More... | |
| static vlib_cli_command_t | cmd_show_dpdk_physmem | 
| (constructor) VLIB_CLI_COMMAND (cmd_show_dpdk_physmem)  More... | |
| static vlib_cli_command_t | cmd_test_dpdk_buffer | 
| (constructor) VLIB_CLI_COMMAND (cmd_test_dpdk_buffer)  More... | |
| static vlib_cli_command_t | cmd_set_dpdk_if_desc | 
| (constructor) VLIB_CLI_COMMAND (cmd_set_dpdk_if_desc)  More... | |
| static vlib_cli_command_t | show_vpe_version_command | 
| (constructor) VLIB_CLI_COMMAND (show_vpe_version_command)  More... | |
CLI for DPDK Abstraction Layer and pcap Tx Trace.
This file contains the source code for CLI for DPDK Abstraction Layer and pcap Tx Trace.
Definition in file cli.c.
| #define F_SETPIPE_SZ (1024 + 7) | 
| clib_error_t* dpdk_cli_init | ( | vlib_main_t * | vm | ) | 
| void dpdk_cli_reference | ( | void | ) | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
(constructor) VLIB_CLI_COMMAND (cmd_set_dpdk_if_desc)
| 
 | static | 
(constructor) VLIB_CLI_COMMAND (cmd_show_dpdk_buffer)
| 
 | static | 
(constructor) VLIB_CLI_COMMAND (cmd_show_dpdk_physmem)
| 
 | static | 
(constructor) VLIB_CLI_COMMAND (cmd_test_dpdk_buffer)
| 
 | static | 
(constructor) VLIB_CLI_COMMAND (show_vpe_version_command)