[dpdk-dev] [PATCH v5 06/15] sched: modify pkt enqueue for config flexibility

Thomas Monjalon thomas at monjalon.net
Thu Oct 24 18:44:32 CEST 2019


14/10/2019 19:23, Jasvinder Singh:
> Modify scheduler packet enqueue operation of the scheduler to allow
> different subports of the same port to have different configuration
> in terms of number of pipes, pipe queue sizes, etc.
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh at intel.com>
> Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak at intel.com>
> ---
[..]
> -	struct rte_sched_subport *s = port->subport + (qindex / rte_sched_port_queues_per_subport(port));

fatal error: unused function 'rte_sched_port_queues_per_subport'

Looks like we need a v6 :)




More information about the dev mailing list