sched: remove WRR from strict priority TC queues
[dpdk.git] / examples / qos_sched / init.c
index 1209bd7..6b63d4e 100644 (file)
@@ -186,7 +186,7 @@ static struct rte_sched_pipe_params pipe_profiles[RTE_SCHED_PIPE_PROFILES_PER_PO
                .tc_ov_weight = 1,
 #endif
 
-               .wrr_weights = {1, 1, 1, 1,  1, 1, 1, 1,  1, 1, 1, 1,  1, 1, 1, 1},
+               .wrr_weights = {1, 1, 1, 1},
        },
 };