Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2022 uint16_t idx, max_nb_qps, qp, total_nb_qps, i; in cryptodevs_init() local
2066 max_nb_qps = cdev_info.max_nb_queue_pairs; in cryptodevs_init()
2068 max_nb_qps = nb_lcore_params; in cryptodevs_init()
2072 while (qp < max_nb_qps && i < nb_lcore_params) { in cryptodevs_init()
2081 qp = RTE_MIN(max_nb_qps, RTE_MAX(req_queue_num, qp)); in cryptodevs_init()