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 60 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]"
" [no-multi-seg] [no-striding]"
" [max-pktlen <size>]",
}
(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>}",
}
(constructor) VLIB_CLI_COMMAND (rdma_delete_command)
Definition at line 103 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>}",
}
(constructor) VLIB_CLI_COMMAND (test_rdma_mlx5dv_dump_command)
Definition at line 166 of file cli.c.