Lines Matching refs:socket_id
70 fill_session_pool_socket(int32_t socket_id, uint32_t session_priv_size, in fill_session_pool_socket() argument
76 if (session_pool_socket[socket_id].priv_mp == NULL) { in fill_session_pool_socket()
78 "priv_sess_mp_%u", socket_id); in fill_session_pool_socket()
84 NULL, socket_id, in fill_session_pool_socket()
89 mp_name, socket_id); in fill_session_pool_socket()
94 mp_name, socket_id); 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()
101 "sess_mp_%u", socket_id); in fill_session_pool_socket()
104 nb_sessions, 0, 0, 0, socket_id); in fill_session_pool_socket()
108 mp_name, socket_id); in fill_session_pool_socket()
113 mp_name, socket_id); in fill_session_pool_socket()
114 session_pool_socket[socket_id].sess_mp = sess_mp; in fill_session_pool_socket()
194 uint8_t socket_id = rte_cryptodev_socket_id(cdev_id); in cperf_initialize_cryptodev() local
198 if (socket_id >= RTE_MAX_NUMA_NODES) in cperf_initialize_cryptodev()
199 socket_id = 0; in cperf_initialize_cryptodev()
212 .socket_id = socket_id, in cperf_initialize_cryptodev()
270 ret = fill_session_pool_socket(socket_id, max_sess_size, in cperf_initialize_cryptodev()
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()
287 &qp_conf, socket_id); in cperf_initialize_cryptodev()
610 uint8_t socket_id = rte_cryptodev_socket_id(cdev_id); in main() local
613 session_pool_socket[socket_id].sess_mp, in main()
614 session_pool_socket[socket_id].priv_mp, in main()