DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration
@ 2019-07-24 12:27 Jasvinder Singh
  2019-07-24 15:07 ` Dumitrescu, Cristian
  0 siblings, 1 reply; 3+ messages in thread
From: Jasvinder Singh @ 2019-07-24 12:27 UTC (permalink / raw)
  To: dev; +Cc: cristian.dumitrescu

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
 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
-- 
2.21.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration
  2019-07-24 12:27 [dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration Jasvinder Singh
@ 2019-07-24 15:07 ` Dumitrescu, Cristian
  2019-07-30  8:20   ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Dumitrescu, Cristian @ 2019-07-24 15:07 UTC (permalink / raw)
  To: Singh, Jasvinder, dev



> -----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>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration
  2019-07-24 15:07 ` Dumitrescu, Cristian
@ 2019-07-30  8:20   ` Thomas Monjalon
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-07-30  8:20 UTC (permalink / raw)
  To: Singh, Jasvinder; +Cc: dev, Dumitrescu, Cristian

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-30  8:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24 12:27 [dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration Jasvinder Singh
2019-07-24 15:07 ` Dumitrescu, Cristian
2019-07-30  8:20   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).