Home
last modified time | relevance | path

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

/dpdk/app/test-crypto-perf/
H A Dmain.c27 } session_pool_socket[RTE_MAX_NUMA_NODES]; variable
77 if (session_pool_socket[socket_id].sess_mp == NULL) { in create_asym_op_pool_socket()
87 session_pool_socket[socket_id].sess_mp = mpool; in create_asym_op_pool_socket()
99 if (session_pool_socket[socket_id].priv_mp == NULL) { in fill_session_pool_socket()
118 session_pool_socket[socket_id].priv_mp = sess_mp; in fill_session_pool_socket()
121 if (session_pool_socket[socket_id].sess_mp == NULL) { in fill_session_pool_socket()
137 session_pool_socket[socket_id].sess_mp = sess_mp; in fill_session_pool_socket()
324 qp_conf.mp_session = session_pool_socket[socket_id].sess_mp; in cperf_initialize_cryptodev()
326 session_pool_socket[socket_id].priv_mp; in cperf_initialize_cryptodev()
684 session_pool_socket[socket_id].sess_mp, in main()
[all …]
/dpdk/examples/l2fwd-crypto/
H A Dmain.c231 } session_pool_socket[RTE_MAX_NUMA_NODES]; variable
697 session_pool_socket[socket_id].sess_mp); in initialize_crypto_session()
703 session_pool_socket[socket_id].priv_mp) < 0) in initialize_crypto_session()
2392 if (session_pool_socket[socket_id].priv_mp == NULL) { in initialize_cryptodevs()
2398 session_pool_socket[socket_id].priv_mp = in initialize_cryptodevs()
2406 if (session_pool_socket[socket_id].priv_mp == NULL) { in initialize_cryptodevs()
2416 if (session_pool_socket[socket_id].sess_mp == NULL) { in initialize_cryptodevs()
2421 session_pool_socket[socket_id].sess_mp = in initialize_cryptodevs()
2427 if (session_pool_socket[socket_id].sess_mp == NULL) { in initialize_cryptodevs()
2576 qp_conf.mp_session = session_pool_socket[socket_id].sess_mp; in initialize_cryptodevs()
[all …]