FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
cli.c File Reference
+ Include dependency graph for cli.c:

Go to the source code of this file.

Functions

static clib_error_trdma_create_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_trdma_delete_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
clib_error_trdma_cli_init (vlib_main_t *vm)
 

Variables

static vlib_cli_command_t rdma_create_command
 (constructor) VLIB_CLI_COMMAND (rdma_create_command) More...
 
static vlib_cli_command_t rdma_delete_command
 (constructor) VLIB_CLI_COMMAND (rdma_delete_command) More...
 

Function Documentation

◆ rdma_cli_init()

clib_error_t* rdma_cli_init ( vlib_main_t vm)

Definition at line 131 of file cli.c.

◆ rdma_create_command_fn()

static clib_error_t* rdma_create_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 30 of file cli.c.

+ Here is the call graph for this function:

◆ rdma_delete_command_fn()

static clib_error_t* rdma_delete_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 79 of file cli.c.

+ Here is the call graph for this function:

Variable Documentation

◆ rdma_create_command

vlib_cli_command_t rdma_create_command
static
Initial value:
= {
.path = "create interface rdma",
.short_help = "create interface rdma <host-if ifname> [name <name>]"
" [rx-queue-size <size>] [tx-queue-size <size>]"
" [num-rx-queues <size>]",
}
static clib_error_t * rdma_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: cli.c:30

(constructor) VLIB_CLI_COMMAND (rdma_create_command)

Definition at line 69 of file cli.c.

◆ rdma_delete_command

vlib_cli_command_t rdma_delete_command
static
Initial value:
= {
.path = "delete interface rdma",
.short_help = "delete interface rdma "
"{<interface> | sw_if_index <sw_idx>}",
}
static clib_error_t * rdma_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: cli.c:79

(constructor) VLIB_CLI_COMMAND (rdma_delete_command)

Definition at line 122 of file cli.c.