Go to the source code of this file.
◆ show_virtio_pci_fn()
◆ virtio_pci_cli_init()
◆ virtio_pci_create_command_fn()
Definition at line 27 of file cli.c.
◆ virtio_pci_delete_command_fn()
Definition at line 80 of file cli.c.
◆ virtio_pci_enable_command_fn()
◆ show_virtio_pci_command
Initial value:= {
.path = "show virtio pci",
.short_help = "show virtio pci [<interface>] [descriptors | desc] [debug-device]",
}
(constructor) VLIB_CLI_COMMAND (show_virtio_pci_command)
Definition at line 252 of file cli.c.
◆ virtio_pci_create_command
Initial value:= {
.path = "create interface virtio",
.short_help = "create interface virtio <pci-address> "
"[feature-mask <hex-mask>] [gso-enabled] [csum-enabled] "
"[buffering [size <buffering-szie>]] [packed]",
}
(constructor) VLIB_CLI_COMMAND (virtio_pci_create_command)
Definition at line 70 of file cli.c.
◆ virtio_pci_delete_command
Initial value:= {
.path = "delete interface virtio",
.short_help = "delete interface virtio "
"{<interface> | sw_if_index <sw_idx>}",
}
(constructor) VLIB_CLI_COMMAND (virtio_pci_delete_command)
Definition at line 124 of file cli.c.
◆ virtio_pci_enable_command
Initial value:= {
.path = "set virtio pci",
.short_help = "set virtio pci {<interface> | sw_if_index <sw_idx>}"
" [gso-enabled | csum-offload-enabled | offloads-disabled]",
}
(constructor) VLIB_CLI_COMMAND (virtio_pci_enable_command)
Definition at line 186 of file cli.c.