[dpdk-dev] [PATCH v2 0/6] sched: bugfixes and enhancements

Stephen Hemminger stephen at networkplumber.org
Tue Mar 10 17:13:32 CET 2015


These are the bug fixes and enhancements to the RTE sched
code. Based off 2.0 latest git.

Stephen Hemminger (6):
  rte_sched: don't put tabs in log messages
  rte_sched: make RED optional at runtime
  rte_sched: expand scheduler hierarchy for more VLAN's
  rte_sched: keep track of RED drops
  rte_sched: allow reading statistics without clearing
  rte_sched: eliminate floating point in calculating byte clock

 app/test/test_sched.c        |   4 +-
 examples/qos_sched/stats.c   |  16 +++++--
 lib/librte_mbuf/rte_mbuf.h   |   7 ++-
 lib/librte_sched/rte_sched.c | 109 ++++++++++++++++++++++++++++---------------
 lib/librte_sched/rte_sched.h |  62 +++++++++++++++---------
 5 files changed, 129 insertions(+), 69 deletions(-)

-- 
2.1.4



More information about the dev mailing list