[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180827024230.246445-1-ysseung@google.com>
Date: Sun, 26 Aug 2018 19:42:27 -0700
From: Yousuk Seung <ysseung@...gle.com>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>,
David Ahern <dsahern@...il.com>,
Michael McLennan <nefario@...gle.com>,
Priyaranjan Jha <priyarjha@...gle.com>,
Yousuk Seung <ysseung@...gle.com>
Subject: [PATCH v2 iproute2-next 0/3] support delivering packets in
This series adds support for the new "slot" netem parameter for
slotting. Slotting is an approximation of shared media that gather up
packets within a varying delay window before delivering them nearly at
once.
Dave Taht (2):
tc: support conversions to or from 64 bit nanosecond-based time
q_netem: support delivering packets in delayed time slots
Yousuk Seung (1):
q_netem: slotting with non-uniform distribution
include/utils.h | 12 +++++
lib/utils.c | 104 +++++++++++++++++++++++++++++++++++++++
man/man8/tc-netem.8 | 40 ++++++++++++++-
tc/q_netem.c | 115 +++++++++++++++++++++++++++++++++++++++++++-
tc/tc_cbq.c | 1 +
tc/tc_core.c | 1 +
tc/tc_core.h | 2 -
tc/tc_estimator.c | 1 +
tc/tc_util.c | 46 ------------------
tc/tc_util.h | 3 --
10 files changed, 272 insertions(+), 53 deletions(-)
--
2.19.0.rc0.228.g281dcd1b4d0-goog
Powered by blists - more mailing lists