Go to the source code of this file.
◆ mrvl_pp2_cli_init()
◆ mrvl_pp2_create_command_fn()
Definition at line 29 of file cli.c.
◆ mrvl_pp2_delete_command_fn()
Definition at line 71 of file cli.c.
◆ mrvl_pp2_create_command
Initial value:= {
.path = "create interface marvell pp2",
.short_help = "create interface marvell pp2 [name <ifname>] [rx-queue-size slots] [tx-queue-size slots]",
}
(constructor) VLIB_CLI_COMMAND (mrvl_pp2_create_command)
Definition at line 63 of file cli.c.
◆ mrvl_pp2_delete_command
Initial value:= {
.path = "delete interface marvell pp2",
.short_help = "delete interface marvell pp2 "
"{<interface> | sw_if_index <sw_idx>}",
}
(constructor) VLIB_CLI_COMMAND (mrvl_pp2_delete_command)
Definition at line 114 of file cli.c.