lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <9f4ef812-558d-5bdc-c08d-34eb9eed52f8@gmail.com> Date: Thu, 30 Aug 2018 12:10:51 -0600 From: David Ahern <dsahern@...il.com> To: Yousuk Seung <ysseung@...gle.com>, netdev@...r.kernel.org Cc: Stephen Hemminger <stephen@...workplumber.org>, Michael McLennan <nefario@...gle.com>, Priyaranjan Jha <priyarjha@...gle.com> Subject: Re: [PATCH v2 iproute2-next 0/3] support delivering packets in On 8/26/18 8:42 PM, Yousuk Seung wrote: > 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(-) > applied to iproute2-next after fixing up a whitespace issue and 2 checkpatch errors in patch 2.
Powered by blists - more mailing lists