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 59 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] [no-syscall-lock]",
}
(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>}",
}
(constructor) VLIB_CLI_COMMAND (af_xdp_delete_command)
Definition at line 102 of file cli.c.