From 7f394eebbba7e51aafeec5819e222c5d7eec68fc Mon Sep 17 00:00:00 2001 From: Jasvinder Singh Date: Wed, 24 Jul 2019 13:27:19 +0100 Subject: [PATCH] examples/qos_sched: add more TC to red configuration Add RED configuration to more traffic classes in app configuration files. Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu --- examples/qos_sched/profile.cfg | 20 ++++++++++++++++++++ examples/qos_sched/profile_ov.cfg | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/examples/qos_sched/profile.cfg b/examples/qos_sched/profile.cfg index a74b341809..3355613701 100644 --- a/examples/qos_sched/profile.cfg +++ b/examples/qos_sched/profile.cfg @@ -117,3 +117,23 @@ tc 8 wred min = 48 40 32 tc 8 wred max = 64 64 64 tc 8 wred inv prob = 10 10 10 tc 8 wred weight = 9 9 9 + +tc 9 wred min = 48 40 32 +tc 9 wred max = 64 64 64 +tc 9 wred inv prob = 10 10 10 +tc 9 wred weight = 9 9 9 + +tc 10 wred min = 48 40 32 +tc 10 wred max = 64 64 64 +tc 10 wred inv prob = 10 10 10 +tc 10 wred weight = 9 9 9 + +tc 11 wred min = 48 40 32 +tc 11 wred max = 64 64 64 +tc 11 wred inv prob = 10 10 10 +tc 11 wred weight = 9 9 9 + +tc 12 wred min = 48 40 32 +tc 12 wred max = 64 64 64 +tc 12 wred inv prob = 10 10 10 +tc 12 wred weight = 9 9 9 diff --git a/examples/qos_sched/profile_ov.cfg b/examples/qos_sched/profile_ov.cfg index 1ad7e05595..394987399f 100644 --- a/examples/qos_sched/profile_ov.cfg +++ b/examples/qos_sched/profile_ov.cfg @@ -100,3 +100,23 @@ tc 8 wred min = 48 40 32 tc 8 wred max = 64 64 64 tc 8 wred inv prob = 10 10 10 tc 8 wred weight = 9 9 9 + +tc 9 wred min = 48 40 32 +tc 9 wred max = 64 64 64 +tc 9 wred inv prob = 10 10 10 +tc 9 wred weight = 9 9 9 + +tc 10 wred min = 48 40 32 +tc 10 wred max = 64 64 64 +tc 10 wred inv prob = 10 10 10 +tc 10 wred weight = 9 9 9 + +tc 11 wred min = 48 40 32 +tc 11 wred max = 64 64 64 +tc 11 wred inv prob = 10 10 10 +tc 11 wred weight = 9 9 9 + +tc 12 wred min = 48 40 32 +tc 12 wred max = 64 64 64 +tc 12 wred inv prob = 10 10 10 +tc 12 wred weight = 9 9 9 -- 2.20.1