examples/qos_sched: add more tc to red configuration

Message ID 20190724122719.103271-1-jasvinder.singh@intel.com (mailing list archive)
State Accepted, archived
Headers
Series examples/qos_sched: add more tc to red configuration |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/mellanox-Performance-Testing success Performance Testing PASS

Commit Message

Jasvinder Singh July 24, 2019, 12:27 p.m. UTC
  Add RED configuration to more traffic classes in app configuration
files.

Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
---
 examples/qos_sched/profile.cfg    | 20 ++++++++++++++++++++
 examples/qos_sched/profile_ov.cfg | 20 ++++++++++++++++++++
 2 files changed, 40 insertions(+)
  

Comments

Cristian Dumitrescu July 24, 2019, 3:07 p.m. UTC | #1
> -----Original Message-----
> From: Singh, Jasvinder
> Sent: Wednesday, July 24, 2019 1:27 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>
> 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 <jasvinder.singh@intel.com>
> ---
>  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 df7c6d1d8..010a13715 100644
> --- a/examples/qos_sched/profile.cfg
> +++ b/examples/qos_sched/profile.cfg
> @@ -145,3 +145,23 @@ tc 8 wred min = 48 40 32

Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
  
Thomas Monjalon July 30, 2019, 8:20 a.m. UTC | #2
24/07/2019 17:07, Dumitrescu, Cristian:
> From: Singh, Jasvinder
> > Add RED configuration to more traffic classes in app configuration
> > files.
> > 
> > Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks
  

Patch

diff --git a/examples/qos_sched/profile.cfg b/examples/qos_sched/profile.cfg
index df7c6d1d8..010a13715 100644
--- a/examples/qos_sched/profile.cfg
+++ b/examples/qos_sched/profile.cfg
@@ -145,3 +145,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 c0b7b3c3d..f49319115 100644
--- a/examples/qos_sched/profile_ov.cfg
+++ b/examples/qos_sched/profile_ov.cfg
@@ -128,3 +128,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