Searched refs:nb_mbuf_per_pool (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 1418 unsigned int nb_mbuf_per_pool; in init_config() local 1525 nb_mbuf_per_pool = param_total_num_mbufs; in init_config() 1527 nb_mbuf_per_pool = RTE_TEST_RX_DESC_MAX + in init_config() 1530 nb_mbuf_per_pool *= RTE_MAX_ETHPORTS; in init_config() 1540 nb_mbuf_per_pool, in init_config() 1548 nb_mbuf_per_pool, in init_config()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_mode4.c | 387 int retval, nb_mbuf_per_pool; in test_setup() local 394 nb_mbuf_per_pool = TEST_RX_DESC_MAX + DEF_PKT_BURST + in test_setup() 397 nb_mbuf_per_pool, MBUF_CACHE_SIZE, 0, in test_setup()
|
| H A D | test_link_bonding.c | 213 int i, nb_mbuf_per_pool; in test_setup() local 225 nb_mbuf_per_pool = RTE_TEST_RX_DESC_MAX + DEF_PKT_BURST + in test_setup() 229 nb_mbuf_per_pool, MBUF_CACHE_SIZE, 0, in test_setup()
|