Go to the source code of this file.
Definition at line 30 of file cli.c.
Definition at line 69 of file cli.c.
Initial value:= {
.path = "create interface avf",
.short_help = "create interface avf <pci-address>",
}
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 61 of file cli.c.
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 112 of file cli.c.
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 178 of file cli.c.