From: Jasvinder Singh Date: Wed, 24 Jul 2019 12:27:19 +0000 (+0100) Subject: examples/qos_sched: add more TC to red configuration X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=7f394eebbba7e51aafeec5819e222c5d7eec68fc;p=dpdk.git 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 --- 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