Go to the source code of this file.
◆ af_xdp_cli_init()
◆ af_xdp_create_command_fn()
Definition at line 30 of file cli.c.
◆ af_xdp_delete_command_fn()
Definition at line 56 of file cli.c.
◆ af_xdp_create_command
Initial value:= {
.path = "create interface af_xdp",
.short_help = "create interface af_xdp <host-if linux-ifname> [name ifname] [rx-queue-size size] [tx-queue-size size] [num-rx-queues <num|all>] [prog pathname] [zero-copy|no-zero-copy]",
}
static clib_error_t * af_xdp_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (af_xdp_create_command)
Definition at line 48 of file cli.c.
◆ af_xdp_delete_command
Initial value:= {
.path = "delete interface af_xdp",
.short_help = "delete interface af_xdp "
"{<interface> | sw_if_index <sw_idx>}",
}
static clib_error_t * af_xdp_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (af_xdp_delete_command)
Definition at line 99 of file cli.c.