Go to the source code of this file.
Definition at line 30 of file cli.c.
Definition at line 77 of file cli.c.
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 67 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 120 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 186 of file cli.c.