Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c2783 calculate_nb_mbufs(uint16_t nb_ports, uint16_t nb_crypto_qp, uint32_t nb_rxq, in calculate_nb_mbufs() argument
2790 nb_crypto_qp * CDEV_QUEUE_DESC + in calculate_nb_mbufs()
2804 uint16_t portid, nb_crypto_qp, nb_ports = 0; in main() local
2865 nb_crypto_qp = rte_eth_dev_count_avail(); in main()
2867 nb_crypto_qp = 0; in main()
2869 nb_crypto_qp = cryptodevs_init(nb_crypto_qp); in main()
2881 nb_bufs_in_pool = calculate_nb_mbufs(nb_ports, nb_crypto_qp, in main()