[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200302151831.2811-1-lesliemonis@gmail.com>
Date: Mon, 2 Mar 2020 20:48:27 +0530
From: Leslie Monis <lesliemonis@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, tahiliani@...k.edu.in, gautamramk@...il.com
Subject: [PATCH net-next 0/4] pie: minor improvements
This patch series includes the following minor changes with
respect to the PIE/FQ-PIE qdiscs:
- Patch 1 removes some ambiguity by using the term "backlog"
instead of "qlen" when referring to the queue length
in bytes.
- Patch 2 removes redundant type casting on two expressions.
- Patch 3 removes the pie_vars->accu_prob_overflows variable
without affecting the precision in calculations and
makes the size of the pie_vars structure exactly 64
bytes.
- Patch 4 realigns a comment affected by a change in patch 3.
Leslie Monis (4):
pie: use term backlog instead of qlen
pie: remove unnecessary type casting
pie: remove pie_vars->accu_prob_overflows
pie: realign comment
include/net/pie.h | 31 +++++++++++++---------------
net/sched/sch_fq_pie.c | 1 -
net/sched/sch_pie.c | 47 +++++++++++++++++-------------------------
3 files changed, 33 insertions(+), 46 deletions(-)
--
2.17.1
Powered by blists - more mailing lists