Searched refs:session_pool (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_worker.c | 526 lconf.inbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode() 532 lconf.outbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode()
|
| H A D | ipsec.h | 219 struct rte_mempool *session_pool; member 245 struct rte_mempool *session_pool; member
|
| H A D | ipsec.c | 120 &sess_conf, ipsec_ctx->session_pool, in create_lookaside_session() 145 ipsec_ctx->session_pool); in create_lookaside_session() 202 &sess_conf, skt_ctx->session_pool, in create_inline_session() 383 &sess_conf, skt_ctx->session_pool, in create_inline_session()
|
| H A D | ipsec-secgw.c | 1179 qconf->inbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_poll_mode_worker() 1186 qconf->outbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_poll_mode_worker() 2103 socket_ctx[dev_conf.socket_id].session_pool; in cryptodevs_init() 2358 ctx->session_pool = sess_mp; in session_pool_init() 2360 if (ctx->session_pool == NULL) in session_pool_init()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 776 struct rte_mempool *session_pool, *session_priv_pool; 828 session_pool = rte_cryptodev_sym_session_pool_create("session_pool", 839 session_priv_pool = rte_mempool_create("session_pool", 849 session_pool = rte_cryptodev_sym_session_pool_create("session_pool", 856 session_priv_pool = session_pool; 868 .mp_session = session_pool, 902 session = rte_cryptodev_sym_session_create(session_pool);
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_cryptodev.h | 894 struct rte_mempool *session_pool; member
|
| H A D | rte_cryptodev.c | 1023 if (dev->data->session_pool != NULL) { in rte_cryptodev_close() 1024 if (!rte_mempool_full(dev->data->session_pool)) { in rte_cryptodev_close()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_08.rst | 298 * Added a new field ``session_pool`` to ``rte_cryptodev_queue_pair_setup()``.
|
| H A D | release_19_02.rst | 240 * cryptodev: The parameter ``session_pool`` in the function
|