Re: [dpdk-dev] [RFC] ethdev: abstraction layer for QoS hierarchical scheduler

2016-12-07 Thread Alan Robertson
Hi Cristian, Looking at points 10 and 11 it's good to hear nodes can be dynamically added. We've been trying to decide the best way to do this for support of qos on tunnels for some time now and the existing implementation doesn't allow this so effectively ruled out hierarchical queueing for tu

Re: [dpdk-dev] [RFC] ethdev: abstraction layer for QoS hierarchical scheduler

2016-12-08 Thread Alan Robertson
rescu, Cristian [mailto:cristian.dumitre...@intel.com] Sent: Wednesday, December 07, 2016 7:52 PM To: Alan Robertson Cc: dev@dpdk.org; Thomas Monjalon Subject: RE: [dpdk-dev] [RFC] ethdev: abstraction layer for QoS hierarchical scheduler Hi Alan, Thanks for your comments! > Hi Cristian, &

Re: [dpdk-dev] [RFC] ethdev: abstraction layer for QoS hierarchical scheduler

2016-12-09 Thread Alan Robertson
s probably the most expensive processing done on a packet it should give a big performance gain. Thanks, Alan. -Original Message- From: Dumitrescu, Cristian [mailto:cristian.dumitre...@intel.com] Sent: Thursday, December 08, 2016 5:18 PM To: Alan Robertson Cc: dev@dpdk.org; Thomas Mo

Re: [dpdk-dev] [PATCH] sched: add 64-bit counter retrieval API

2018-07-23 Thread Alan Robertson
Looks good to me. Alan. On Wed, Jul 18, 2018 at 3:51 PM, wrote: > From: Alan Dewar > > Add new APIs to retrieve counters in 64-bit wide fields. > > Signed-off-by: Alan Dewar > --- > lib/librte_sched/rte_sched.c | 72 > lib/librte_sched/rte_sched.h