Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_sched.c135 struct rte_mbuf *in_mbufs[10]; in test_sched() local
159 in_mbufs[i] = rte_pktmbuf_alloc(mp); in test_sched()
160 TEST_ASSERT_NOT_NULL(in_mbufs[i], "Packet allocation failed\n"); in test_sched()
161 prepare_pkt(port, in_mbufs[i]); in test_sched()
165 err = rte_sched_port_enqueue(port, in_mbufs, 10); in test_sched()