[dpdk-dev] [PATCH 5/5] rte_sched: allow reading without clearing

2015-07-10 Thread Thomas Monjalon
2015-06-04 17:48, Dumitrescu, Cristian: > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > > The rte_sched statistics API should allow reading statistics without > > clearing. Make auto-clear optional. In this version, this is handled > > by deprecating the old API and adding a new

[dpdk-dev] [PATCH 5/5] rte_sched: allow reading without clearing

2015-06-04 Thread Dumitrescu, Cristian
> -Original Message- > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > Sent: Wednesday, May 27, 2015 7:10 PM > To: Dumitrescu, Cristian > Cc: dev at dpdk.org; Stephen Hemminger > Subject: [PATCH 5/5] rte_sched: allow reading without clearing > > The rte_sched statistics

[dpdk-dev] [PATCH 5/5] rte_sched: allow reading without clearing

2015-05-27 Thread Stephen Hemminger
The rte_sched statistics API should allow reading statistics without clearing. Make auto-clear optional. In this version, this is handled by deprecating the old API and adding a new one. Signed-off-by: Stephen Hemminger --- app/test/test_sched.c | 4 +-- lib/librte_sched/rte_sc