Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_sched.c20 #define SUBPORT 0 macro
111 vlan1->vlan_tci = rte_cpu_to_be_16(SUBPORT); in prepare_pkt()
117 rte_sched_port_pkt_write(port, mbuf, SUBPORT, PIPE, TC, QUEUE, in prepare_pkt()
150 err = rte_sched_subport_config(port, SUBPORT, subport_param, 0); in test_sched()
154 err = rte_sched_pipe_config(port, SUBPORT, pipe, 0); in test_sched()
181 TEST_ASSERT_EQUAL(subport, SUBPORT, "Wrong subport\n"); in test_sched()
191 rte_sched_subport_read_stats(port, SUBPORT, &subport_stats, &tc_ov); in test_sched()