Go to the source code of this file.
|
static u8 * | format_worker_handoff_trace (u8 *s, va_list *args) |
|
static uword | worker_handoff_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
int | interface_handoff_enable_disable (vlib_main_t *vm, u32 sw_if_index, uword *bitmap, int enable_disable) |
|
static clib_error_t * | set_interface_handoff_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_handoff_dispatch_trace (u8 *s, va_list *args) |
|
static uword | handoff_dispatch_node_fn (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
|
clib_error_t * | handoff_init (vlib_main_t *vm) |
|
#define foreach_handoff_dispatch_error _(EXAMPLE, "example packets") |
Enumerator |
---|
HANDOFF_DISPATCH_N_ERROR |
|
Definition at line 385 of file handoff.c.
static u8* format_handoff_dispatch_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_worker_handoff_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
int interface_handoff_enable_disable |
( |
vlib_main_t * |
vm, |
|
|
u32 |
sw_if_index, |
|
|
uword * |
bitmap, |
|
|
int |
enable_disable |
|
) |
| |
char* handoff_dispatch_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_handoff_dispatch_error
Definition at line 393 of file handoff.c.
Initial value:= {
.name = "handoff-dispatch",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_handoff_dispatch_trace(u8 *s, va_list *args)
#define VLIB_NODE_FLAG_IS_HANDOFF
static uword handoff_dispatch_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * handoff_dispatch_error_strings[]
(constructor) VLIB_REGISTER_NODE (handoff_dispatch_node)
Definition at line 48 of file handoff.c.
Initial value:= {
.path = "set interface handoff",
.short_help =
"set interface handoff <interface-name> workers <workers-list> [symmetrical|asymmetrical]",
}
static clib_error_t * set_interface_handoff_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_interface_handoff_command)
Definition at line 354 of file handoff.c.
Initial value:= {
.name = "worker-handoff",
.vector_size =
sizeof (
u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
static u8 * format_worker_handoff_trace(u8 *s, va_list *args)
static uword worker_handoff_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
(constructor) VLIB_REGISTER_NODE (worker_handoff_node)
Definition at line 221 of file handoff.c.