Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_flow_classify.c32 static struct rte_mempool *mbufpool[NB_SOCKETS]; variable
593 if (mbufpool[socketid] == NULL) { in init_mbufpool()
595 mbufpool[socketid] = in init_mbufpool()
599 if (mbufpool[socketid]) { in init_mbufpool()
622 ret = init_ipv4_udp_traffic(mbufpool[0], bufs, MAX_PKT_BURST); in test_query_udp()
689 ret = init_ipv4_tcp_traffic(mbufpool[0], bufs, MAX_PKT_BURST); in test_query_tcp()
756 ret = init_ipv4_sctp_traffic(mbufpool[0], bufs, MAX_PKT_BURST); in test_query_sctp()
H A Dtest_pmd_perf.c59 static struct rte_mempool *mbufpool[NB_SOCKETS]; variable
252 if (mbufpool[socketid] == NULL) { in init_mbufpool()
254 mbufpool[socketid] = in init_mbufpool()
258 if (mbufpool[socketid] == NULL) in init_mbufpool()
745 mbufpool[socketid]); in test_pmd_perf()
780 init_traffic(mbufpool[socketid], in test_pmd_perf()