Home
last modified time | relevance | path

Searched refs:session_pool_socket (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dmain.c27 } session_pool_socket[RTE_MAX_NUMA_NODES]; variable
76 if (session_pool_socket[socket_id].priv_mp == NULL) { in fill_session_pool_socket()
95 session_pool_socket[socket_id].priv_mp = sess_mp; in fill_session_pool_socket()
98 if (session_pool_socket[socket_id].sess_mp == NULL) { in fill_session_pool_socket()
114 session_pool_socket[socket_id].sess_mp = sess_mp; in fill_session_pool_socket()
275 qp_conf.mp_session = session_pool_socket[socket_id].sess_mp; in cperf_initialize_cryptodev()
277 session_pool_socket[socket_id].priv_mp; in cperf_initialize_cryptodev()
613 session_pool_socket[socket_id].sess_mp, in main()
614 session_pool_socket[socket_id].priv_mp, in main()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c231 } session_pool_socket[RTE_MAX_NUMA_NODES]; variable
673 session_pool_socket[socket_id].sess_mp); in initialize_crypto_session()
679 session_pool_socket[socket_id].priv_mp) < 0) in initialize_crypto_session()
2286 if (session_pool_socket[socket_id].priv_mp == NULL) { in initialize_cryptodevs()
2292 session_pool_socket[socket_id].priv_mp = in initialize_cryptodevs()
2300 if (session_pool_socket[socket_id].priv_mp == NULL) { in initialize_cryptodevs()
2310 if (session_pool_socket[socket_id].sess_mp == NULL) { in initialize_cryptodevs()
2315 session_pool_socket[socket_id].sess_mp = in initialize_cryptodevs()
2321 if (session_pool_socket[socket_id].sess_mp == NULL) { in initialize_cryptodevs()
2470 qp_conf.mp_session = session_pool_socket[socket_id].sess_mp; in initialize_cryptodevs()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_crypto.rst334 struct rte_mempool *sess_mp = session_pool_socket[socket_id];