netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] pie: minor improvements
@ 2020-03-02 15:18 Leslie Monis
  2020-03-02 15:18 ` [PATCH net-next 1/4] pie: use term backlog instead of qlen Leslie Monis
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Leslie Monis @ 2020-03-02 15:18 UTC (permalink / raw)
  To: netdev; +Cc: davem, tahiliani, gautamramk

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-04  1:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 15:18 [PATCH net-next 0/4] pie: minor improvements Leslie Monis
2020-03-02 15:18 ` [PATCH net-next 1/4] pie: use term backlog instead of qlen Leslie Monis
2020-03-02 15:18 ` [PATCH net-next 2/4] pie: remove unnecessary type casting Leslie Monis
2020-03-02 15:18 ` [PATCH net-next 3/4] pie: remove pie_vars->accu_prob_overflows Leslie Monis
2020-03-04  1:43   ` David Miller
2020-03-02 15:18 ` [PATCH net-next 4/4] pie: realign comment Leslie Monis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).