From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH v2 0/6] sched: bugfixes and enhancements Date: Tue, 10 Mar 2015 09:13:32 -0700 Message-ID: <1426004018-25948-1-git-send-email-stephen@networkplumber.org> Cc: dev-VfR2kkLFssw@public.gmane.org To: cristian.dumitrescu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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