Re: [dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration

2019-07-30 Thread Thomas Monjalon
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 > > Acked-by: Cristian Dumitrescu Applied, thanks

Re: [dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration

2019-07-24 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Wednesday, July 24, 2019 1:27 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/qos_sched: add more tc to red configuration > > Add RED configuration to more traffic classes in app configuration > files. >

[dpdk-dev] [PATCH] examples/qos_sched: add more tc to red configuration

2019-07-24 Thread Jasvinder Singh
Add RED configuration to more traffic classes in app configuration files. Signed-off-by: Jasvinder Singh --- examples/qos_sched/profile.cfg| 20 examples/qos_sched/profile_ov.cfg | 20 2 files changed, 40 insertions(+) diff --git a/examples/qos_sche