Re: [dpdk-dev] [PATCH v4 01/11] sched: remove wrr from strict priority tc queues

2019-07-17 Thread Singh, Jasvinder
> > +version = 3 > > sources = files('rte_sched.c', 'rte_red.c', 'rte_approx.c') headers > > = files('rte_sched.h', 'rte_sched_common.h', > > 'rte_red.h', 'rte_approx.h') > > diff --git a/lib/librte_sched/rte_sched.c > > b/lib/librte_sched/rte_sched.c index bc06bc3f4..b1f521794 100

Re: [dpdk-dev] [PATCH v4 01/11] sched: remove wrr from strict priority tc queues

2019-07-15 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Friday, July 12, 2019 11:57 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Tovar, AbrahamX > ; Krakowiak, LukaszX > > Subject: [PATCH v4 01/11] sched: remove wrr from strict priority tc queues > > All higher priority traffic cla

[dpdk-dev] [PATCH v4 01/11] sched: remove wrr from strict priority tc queues

2019-07-12 Thread Jasvinder Singh
All higher priority traffic classes contain only one queue, thus remove wrr function for them. The lowest priority best-effort traffic class conitnue to have multiple queues and packet are scheduled from its queues using wrr function. Signed-off-by: Jasvinder Singh Signed-off-by: Abraham Tovar S