Go to the source code of this file.
#define DBG_SOCK |
( |
|
args... | ) |
|
#define foreach_dpdk_vhost_feature |
Value:_ (VIRTIO_NET_F_MRG_RXBUF) \
_ (VIRTIO_NET_F_CTRL_VQ) \
_ (VIRTIO_NET_F_CTRL_RX)
Definition at line 1927 of file vhost_user.c.
#define VHOST_USER_DEBUG_SOCKET 0 |
Initial value:= {
.path = "create vhost-user",
.short_help = "create vhost-user socket <socket-filename> [server] [feature-mask <hex>] [renumber <dev_instance>]",
}
static clib_error_t * dpdk_vhost_user_connect_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (dpdk_vhost_user_connect_command)
Definition at line 1865 of file vhost_user.c.
Initial value:= {
.path = "delete vhost-user",
.short_help = "delete vhost-user sw_if_index <nn>",
}
static clib_error_t * dpdk_vhost_user_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (dpdk_vhost_user_delete_command)
Definition at line 1920 of file vhost_user.c.
Initial value:= {
.path = "show vhost-user",
.short_help = "show vhost-user interface",
}
static clib_error_t * show_dpdk_vhost_user_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_vhost_user_command)
Definition at line 2108 of file vhost_user.c.