Go to the source code of this file.
◆ avf_cli_init()
◆ avf_create_command_fn()
Definition at line 30 of file cli.c.
◆ avf_delete_command_fn()
Definition at line 81 of file cli.c.
◆ avf_test_command_fn()
◆ avf_create_command
Initial value:= {
.path = "create interface avf",
.short_help = "create interface avf <pci-address> "
"[rx-queue-size <size>] [tx-queue-size <size>] "
"[num-rx-queues <size>]",
}
static clib_error_t * avf_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (avf_create_command)
Definition at line 71 of file cli.c.
◆ avf_delete_command
Initial value:= {
.path = "delete interface avf",
.short_help = "delete interface avf "
"{<interface> | sw_if_index <sw_idx>}",
}
static clib_error_t * avf_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (avf_delete_command)
Definition at line 124 of file cli.c.
◆ avf_test_command
Initial value:= {
.path = "test avf",
.short_help = "test avf [<interface> | sw_if_index <sw_idx>] [irq] "
"[elog-on] [elog-off]",
}
static clib_error_t * avf_test_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (avf_test_command)
Definition at line 190 of file cli.c.