From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/3] sched: patches for 2.2 Date: Sun, 29 Nov 2015 10:46:46 -0800 Message-ID: <1448822809-8350-1-git-send-email-stephen@networkplumber.org> Cc: dev@dpdk.org To: cristian.dumitrescu@intel.com Return-path: Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by dpdk.org (Postfix) with ESMTP id D04FB688E for ; Sun, 29 Nov 2015 19:46:41 +0100 (CET) Received: by pacdm15 with SMTP id dm15so160705625pac.3 for ; Sun, 29 Nov 2015 10:46:40 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This is the last round of sched updates for 2.2. It is based on code changes (extensively) tested by QA and used in the vRouter. Stephen Hemminger (3): rte_sched: keep track of RED drops rte_sched: introduce reciprocal divide rte_sched: eliminate floating point in calculating byte clock lib/librte_sched/Makefile | 6 ++-- lib/librte_sched/rte_reciprocal.c | 72 +++++++++++++++++++++++++++++++++++++++ lib/librte_sched/rte_reciprocal.h | 39 +++++++++++++++++++++ lib/librte_sched/rte_sched.c | 43 ++++++++++++++++++----- lib/librte_sched/rte_sched.h | 8 +++++ 5 files changed, 157 insertions(+), 11 deletions(-) create mode 100644 lib/librte_sched/rte_reciprocal.c create mode 100644 lib/librte_sched/rte_reciprocal.h -- 2.1.4