> -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, October 14, 2019 1:10 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com> > Subject: [PATCH v4 00/17] sched: subport level configuration of pipe nodes > > This patchset refactors the dpdk qos sched library to allow subport > level configuration flexibility of the pipe nodes. > > Currently, all parameters for the pipe nodes (subscribers) > configuration are part of the port level structure which forces > all groups of subscribers (pipes) in different subports to > have similar configurations in terms of their number, queue sizes, > traffic-classes, etc. > > The new implementation moves pipe nodes configuration parameters > from port level to subport level structure. This allows different > subports of the same port to have different configuration for the > pipe nodes, for examples- number of pipes, queue sizes, pipe > profiles, etc. > > In order to keep the implementation complexity under control, all > pipes within the same subport share the same configuration for queue > sizes. > > v4: > - remove deprecation note > - rebase on current dpdk head > - add 64-bit values support > Hi Jasvinder, I think the 64-bit counter support is a distinct unrelated feature, and I suggest we send a separate patchset for it. It also saves us re-reviewing the large patchset that was already reviewed? Regards, Cristian
- [dpdk-dev] [PATCH v4 08/17] sched: update grinder fun... Jasvinder Singh
- [dpdk-dev] [PATCH v4 13/17] ip_pipeline: add subport ... Jasvinder Singh
- [dpdk-dev] [PATCH v4 09/17] sched: update pkt dequeue... Jasvinder Singh
- [dpdk-dev] [PATCH v4 11/17] test/sched: modify tests ... Jasvinder Singh
- [dpdk-dev] [PATCH v4 10/17] sched: update queue stats... Jasvinder Singh
- [dpdk-dev] [PATCH v4 12/17] net/softnic: add subport ... Jasvinder Singh
- [dpdk-dev] [PATCH v4 17/17] sched: modify internal st... Jasvinder Singh
- [dpdk-dev] [PATCH v4 16/17] sched: add support for 64... Jasvinder Singh
- [dpdk-dev] [PATCH v4 15/17] sched: remove redundant c... Jasvinder Singh
- [dpdk-dev] [PATCH v4 14/17] examples/qos_sched: add s... Jasvinder Singh
- Re: [dpdk-dev] [PATCH v4 00/17] sched: subport level ... Dumitrescu, Cristian
- Re: [dpdk-dev] [PATCH v4 00/17] sched: subport l... Singh, Jasvinder
- [dpdk-dev] [PATCH v5 00/15] sched: subport level conf... Jasvinder Singh
- [dpdk-dev] [PATCH v5 02/15] sched: modify intern... Jasvinder Singh
- [dpdk-dev] [PATCH v5 01/15] sched: add pipe conf... Jasvinder Singh
- [dpdk-dev] [PATCH v5 03/15] sched: remove pipe p... Jasvinder Singh
- [dpdk-dev] [PATCH v5 04/15] sched: add pipe conf... Jasvinder Singh
- [dpdk-dev] [PATCH v5 08/15] sched: update grinde... Jasvinder Singh
- [dpdk-dev] [PATCH v5 06/15] sched: modify pkt en... Jasvinder Singh
- Re: [dpdk-dev] [PATCH v5 06/15] sched: modif... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v5 06/15] sched: m... Singh, Jasvinder