Go to the source code of this file.
#define foreach_cryptodev_status |
Value:_(SUCCESS, "success") \
_(NOT_PROCESSED, "not processed") \
_(AUTH_FAILED, "auth failed") \
_(INVALID_SESSION, "invalid session") \
_(INVALID_ARGS, "invalid arguments") \
_(ERROR, "error")
Definition at line 54 of file crypto_node.c.
#define foreach_dpdk_crypto_input_error |
Value:_(DQ_COPS, "Crypto ops dequeued") \
_(STATUS, "Crypto operation failed")
Definition at line 29 of file crypto_node.c.
Enumerator |
---|
DPDK_CRYPTO_INPUT_N_ERROR |
|
Definition at line 33 of file crypto_node.c.
static u8* format_cryptodev_status |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_dpdk_crypto_input_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* dpdk_crypto_input_error_strings[] |
|
static |
Initial value:= {
#define _(n, s)
}
#define foreach_dpdk_crypto_input_error
Definition at line 41 of file crypto_node.c.
Initial value:=
{
.name = "dpdk-crypto-input",
.state = VLIB_NODE_STATE_DISABLED,
.next_nodes =
{
#define _(s,n)
},
}
#define foreach_dpdk_crypto_input_next
static uword dpdk_crypto_input_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * dpdk_crypto_input_error_strings[]
static u8 * format_dpdk_crypto_input_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (dpdk_crypto_input_node)
Definition at line 47 of file crypto_node.c.