Go to the source code of this file.
◆ rdma_cli_init()
◆ rdma_create_command_fn()
Definition at line 30 of file cli.c.
◆ rdma_delete_command_fn()
Definition at line 58 of file cli.c.
◆ test_rdma_dump_command_fn()
◆ rdma_create_command
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>] [mode <auto|ibv|dv]",
}
static clib_error_t * rdma_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (rdma_create_command)
Definition at line 48 of file cli.c.
◆ rdma_delete_command
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)
(constructor) VLIB_CLI_COMMAND (rdma_delete_command)
Definition at line 101 of file cli.c.
◆ test_rdma_mlx5dv_dump_command
Initial value:= {
.path = "test rdma dump",
.short_help = "test rdma dump {<interface> | sw_if_index <sw_idx>}",
}
static clib_error_t * test_rdma_dump_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (test_rdma_mlx5dv_dump_command)
Definition at line 164 of file cli.c.