Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements

2019-07-19 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, July 19, 2019 12:41 PM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements > >

Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements

2019-07-19 Thread Thomas Monjalon
19/07/2019 13:16, Singh, Jasvinder: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 19/07/2019 00:57, Dumitrescu, Cristian: > > > > Jasvinder Singh (11): > > > > sched: remove wrr from strict priority tc queues > > > > sched: add config flexibility to tc queue sizes > > > > sched: ad

Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements

2019-07-19 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, July 19, 2019 11:41 AM > To: Singh, Jasvinder > Cc: dev@dpdk.org; Dumitrescu, Cristian > Subject: Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements > > 19/0

Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements

2019-07-19 Thread Thomas Monjalon
19/07/2019 00:57, Dumitrescu, Cristian: > > Jasvinder Singh (11): > > sched: remove wrr from strict priority tc queues > > sched: add config flexibility to tc queue sizes > > sched: add max pipe profiles config in run time > > sched: rename tc3 params to best-effort tc > > sched: improve

Re: [dpdk-dev] [PATCH v5 00/11] sched: feature enhancements

2019-07-18 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Wednesday, July 17, 2019 4:43 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v5 00/11] sched: feature enhancements > > This patchset refactors the dpdk qos sched library to allow flexibile > configuration of the

[dpdk-dev] [PATCH v5 00/11] sched: feature enhancements

2019-07-17 Thread Jasvinder Singh
This patchset refactors the dpdk qos sched library to allow flexibile configuration of the pipe traffic classes and queue sizes. Currently, each pipe has 16 queues hardwired into 4 TCs scheduled with strict priority, and each TC has exactly with 4 queues that are scheduled with Weighted Fair Queui