[dpdk-dev] [PATCH v7 00/15] sched: subport level configuration of pipe nodes

Thomas Monjalon thomas at monjalon.net
Fri Oct 25 17:54:49 CEST 2019


25/10/2019 12:51, Jasvinder Singh:
> 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.
> 
> v7:
> - rebase on latest dpdk master
> - fix build issue with clang
> 
> v6:
> - fix build issue with patchset 

Now it compiles fine :)

Applied, thanks




More information about the dev mailing list