Go to the source code of this file.
|
void | qat_polling () |
|
void | qat_pre_init () |
|
void | qat_polling_config () |
|
void | dasync_polling () |
|
void | session_send_rpc_evt_to_thread (u32 thread_index, void *fp, void *rpc_args) |
|
void | evt_pool_init (vlib_main_t *vm) |
|
int | openssl_engine_register (char *engine_name, char *algorithm) |
|
static openssl_evt_t * | openssl_evt_get (u32 evt_index) |
|
static openssl_evt_t * | openssl_evt_get_w_thread (int evt_index, u8 thread_index) |
|
int | openssl_evt_free (int event_idx, u8 thread_index) |
|
static u32 | openssl_evt_alloc (void) |
|
int | openssl_async_run (void *evt) |
|
openssl_tls_callback_t * | vpp_add_async_pending_event (tls_ctx_t *ctx, openssl_resume_handler *handler) |
|
int | vpp_add_async_run_event (tls_ctx_t *ctx, openssl_resume_handler *handler) |
|
void | event_handler (void *tls_async) |
|
void | openssl_async_polling () |
|
void | openssl_async_node_enable_disable (u8 is_en) |
|
int | tls_async_do_job (int eidx, u32 thread_index) |
|
int | tls_resume_from_crypto (int thread_index) |
|
static clib_error_t * | tls_async_init (vlib_main_t *vm) |
|
static uword | tls_async_process (vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f) |
|
#define MAX_VECTOR_ASYNC 256 |
#define SSL_ASYNC_INFLIGHT 1 |
#define SSL_ASYNC_PENDING 2 |
#define SSL_ASYNC_READY 3 |
void event_handler |
( |
void * |
tls_async | ) |
|
void openssl_async_node_enable_disable |
( |
u8 |
is_en | ) |
|
void openssl_async_polling |
( |
| ) |
|
int openssl_async_run |
( |
void * |
evt | ) |
|
int openssl_engine_register |
( |
char * |
engine_name, |
|
|
char * |
algorithm |
|
) |
| |
static u32 openssl_evt_alloc |
( |
void |
| ) |
|
|
static |
int openssl_evt_free |
( |
int |
event_idx, |
|
|
u8 |
thread_index |
|
) |
| |
static openssl_evt_t* openssl_evt_get_w_thread |
( |
int |
evt_index, |
|
|
u8 |
thread_index |
|
) |
| |
|
static |
void qat_polling_config |
( |
| ) |
|
void session_send_rpc_evt_to_thread |
( |
u32 |
thread_index, |
|
|
void * |
fp, |
|
|
void * |
rpc_args |
|
) |
| |
int tls_async_do_job |
( |
int |
eidx, |
|
|
u32 |
thread_index |
|
) |
| |
int tls_resume_from_crypto |
( |
int |
thread_index | ) |
|
Initial value:= {
}
void qat_polling_config()
Definition at line 84 of file tls_async.c.
Initial value:= {
.name = "tls-async-process",
}
static uword tls_async_process(vlib_main_t *vm, vlib_node_runtime_t *rt, vlib_frame_t *f)
(constructor) VLIB_REGISTER_NODE (tls_async_process_node)
Definition at line 90 of file tls_async.c.