Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_flow_classify.c43 static struct rte_mempool *mbufpool[NB_SOCKETS]; variable
604 if (mbufpool[socketid] == NULL) { in init_mbufpool()
606 mbufpool[socketid] = in init_mbufpool()
610 if (mbufpool[socketid]) { in init_mbufpool()
633 ret = init_ipv4_udp_traffic(mbufpool[0], bufs, MAX_PKT_BURST); in test_query_udp()
700 ret = init_ipv4_tcp_traffic(mbufpool[0], bufs, MAX_PKT_BURST); in test_query_tcp()
767 ret = init_ipv4_sctp_traffic(mbufpool[0], bufs, MAX_PKT_BURST); in test_query_sctp()
H A Dtest_pmd_perf.c58 static struct rte_mempool *mbufpool[NB_SOCKETS]; variable
250 if (mbufpool[socketid] == NULL) { in init_mbufpool()
252 mbufpool[socketid] = in init_mbufpool()
256 if (mbufpool[socketid] == NULL) in init_mbufpool()
759 mbufpool[socketid]); in test_pmd_perf()
794 init_traffic(mbufpool[socketid], in test_pmd_perf()