Go to the source code of this file.
|
static u8 * | format_crypto_resource (u8 *s, va_list *args) |
|
static u8 * | format_crypto (u8 *s, va_list *args) |
|
static clib_error_t * | clear_crypto_stats_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_dpdk_crypto_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_crypto_worker (u8 *s, va_list *args) |
|
static clib_error_t * | common_crypto_placement_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd, u8 verbose) |
|
static clib_error_t * | show_dpdk_crypto_placement_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_dpdk_crypto_placement_v_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | set_dpdk_crypto_placement_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static void | dpdk_crypto_clear_resource (u16 res_idx) |
|
static clib_error_t * | clear_dpdk_crypto_placement_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
u8 * | format_dpdk_mempool (u8 *s, va_list *args) |
|
static clib_error_t * | show_dpdk_crypto_pools_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ clear_crypto_stats_fn()
◆ clear_dpdk_crypto_placement_fn()
◆ common_crypto_placement_fn()
◆ dpdk_crypto_clear_resource()
static void dpdk_crypto_clear_resource |
( |
u16 |
res_idx | ) |
|
|
static |
◆ format_crypto()
static u8* format_crypto |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Definition at line 39 of file cli.c.
◆ format_crypto_resource()
static u8* format_crypto_resource |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Definition at line 21 of file cli.c.
◆ format_crypto_worker()
static u8* format_crypto_worker |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_dpdk_mempool()
u8* format_dpdk_mempool |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ set_dpdk_crypto_placement_fn()
◆ show_dpdk_crypto_fn()
◆ show_dpdk_crypto_placement_fn()
◆ show_dpdk_crypto_placement_v_fn()
◆ show_dpdk_crypto_pools_fn()
◆ clear_dpdk_crypto_placement
Initial value:= {
.path = "clear dpdk crypto placement",
.short_help = "clear dpdk crypto placement <device> [<thread>]",
}
static clib_error_t * clear_dpdk_crypto_placement_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (clear_dpdk_crypto_placement)
Definition at line 576 of file cli.c.
◆ clear_dpdk_crypto_stats
Initial value:= {
.path = "clear dpdk crypto devices statistics",
.short_help = "clear dpdk crypto devices statistics",
}
static clib_error_t * clear_crypto_stats_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (clear_dpdk_crypto_stats)
Definition at line 151 of file cli.c.
◆ set_dpdk_crypto_placement
Initial value:= {
.path = "set dpdk crypto placement",
.short_help = "set dpdk crypto placement (<device> <thread> | auto)",
}
static clib_error_t * set_dpdk_crypto_placement_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_dpdk_crypto_placement)
Definition at line 471 of file cli.c.
◆ show_dpdk_crypto
Initial value:= {
.path = "show dpdk crypto devices",
.short_help = "show dpdk crypto devices",
}
static clib_error_t * show_dpdk_crypto_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_dpdk_crypto)
Definition at line 198 of file cli.c.
◆ show_dpdk_crypto_placement
Initial value:= {
.path = "show dpdk crypto placement",
.short_help = "show dpdk crypto placement",
}
static clib_error_t * show_dpdk_crypto_placement_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_dpdk_crypto_placement)
Definition at line 321 of file cli.c.
◆ show_dpdk_crypto_placement_v
Initial value:= {
.path = "show dpdk crypto placement verbose",
.short_help = "show dpdk crypto placement verbose",
}
static clib_error_t * show_dpdk_crypto_placement_v_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_dpdk_crypto_placement_v)
Definition at line 355 of file cli.c.
◆ show_dpdk_crypto_pools
Initial value:= {
.path = "show dpdk crypto pools",
.short_help = "show dpdk crypto pools",
}
static clib_error_t * show_dpdk_crypto_pools_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_dpdk_crypto_pools)
Definition at line 658 of file cli.c.