mbuf: implement generic format for sched field
[dpdk.git] / examples / qos_sched / main.c
index e7c97bd..c0ed16b 100644 (file)
@@ -55,6 +55,7 @@ app_main_loop(__attribute__((unused))void *dummy)
                        flow->rx_thread.rx_port = flow->rx_port;
                        flow->rx_thread.rx_ring =  flow->rx_ring;
                        flow->rx_thread.rx_queue = flow->rx_queue;
+                       flow->rx_thread.sched_port = flow->sched_port;
 
                        rx_confs[rx_idx++] = &flow->rx_thread;