Go to the source code of this file.
#define foreach_dpdk_crypto_input_error |
Value:_(DQ_COPS, "Crypto ops dequeued") \
_(COP_FAILED, "Crypto op failed")
Definition at line 40 of file crypto_node.c.
#define foreach_dpdk_crypto_input_next |
Value: _(ENCRYPT_POST, "dpdk-esp-encrypt-post") \
_(DECRYPT_POST, "dpdk-esp-decrypt-post")
Definition at line 27 of file crypto_node.c.
Enumerator |
---|
DPDK_CRYPTO_INPUT_N_ERROR |
|
Definition at line 44 of file crypto_node.c.
Enumerator |
---|
DPDK_CRYPTO_INPUT_N_NEXT |
|
Definition at line 32 of file crypto_node.c.
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 52 of file crypto_node.c.
Initial value:=
{
VLIB_NODE_STATE_DISABLED,.n_errors =
{
#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 58 of file crypto_node.c.