Re: [dpdk-dev] [PATCH 2/2] ethdev: add hierarchical scheduler API

2017-03-02 Thread Jerin Jacob
On Fri, Feb 10, 2017 at 02:05:50PM +, Cristian Dumitrescu wrote: > - SW fallback based on librte_sched library (to be later introduced by > standalone patch set) > > [1] RFC: http://dpdk.org/ml/archives/dev/2016-November/050956.html > [2] Jerin’s feedback on RFC: > http://www.dpdk.org/ml/ar

Re: [dpdk-dev] [PATCH 2/2] ethdev: add hierarchical scheduler API

2017-02-21 Thread Dumitrescu, Cristian
Hi Hemant, > > + * Scheduler node capabilities > > + */ > > +struct rte_scheddev_node_capabilities { ... > > + /**< Lowest priority supported. The value of 1 indicates that > > +* only priority 0 is supported, which essentially means that > > +* Strict Priorit

Re: [dpdk-dev] [PATCH 2/2] ethdev: add hierarchical scheduler API

2017-02-21 Thread Hemant Agrawal
On 2/10/2017 7:35 PM, Cristian Dumitrescu wrote: This patch introduces the generic ethdev API for the hierarchical scheduler capability. Main features: - Exposed as ethdev plugin capability (similar to rte_flow approach) - Capability query API per port and per hierarchy node - Scheduling algorit

[dpdk-dev] [PATCH 2/2] ethdev: add hierarchical scheduler API

2017-02-10 Thread Cristian Dumitrescu
This patch introduces the generic ethdev API for the hierarchical scheduler capability. Main features: - Exposed as ethdev plugin capability (similar to rte_flow approach) - Capability query API per port and per hierarchy node - Scheduling algorithms: strict priority (SP), Weighed Fair Queuing (WF