From: David Ahern <dsahern@gmail.com>
To: Yousuk Seung <ysseung@google.com>, netdev@vger.kernel.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
Michael McLennan <nefario@google.com>,
Priyaranjan Jha <priyarjha@google.com>
Subject: Re: [PATCH v2 iproute2-next 0/3] support delivering packets in
Date: Thu, 30 Aug 2018 12:10:51 -0600 [thread overview]
Message-ID: <9f4ef812-558d-5bdc-c08d-34eb9eed52f8@gmail.com> (raw)
In-Reply-To: <20180827024230.246445-1-ysseung@google.com>
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.
prev parent reply other threads:[~2018-08-30 22:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-27 2:42 [PATCH v2 iproute2-next 0/3] support delivering packets in Yousuk Seung
2018-08-27 2:42 ` [PATCH v2 iproute2-next 1/3] tc: support conversions to or from 64 bit nanosecond-based time Yousuk Seung
2018-08-27 16:11 ` Stephen Hemminger
2018-08-27 16:39 ` Dave Taht
2018-10-03 16:09 ` Dave Taht
2018-08-27 2:42 ` [PATCH v2 iproute2-next 2/3] q_netem: support delivering packets in delayed time slots Yousuk Seung
2018-08-27 2:42 ` [PATCH v2 iproute2-next 3/3] q_netem: slotting with non-uniform distribution Yousuk Seung
2018-08-30 18:10 ` David Ahern [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9f4ef812-558d-5bdc-c08d-34eb9eed52f8@gmail.com \
--to=dsahern@gmail.com \
--cc=nefario@google.com \
--cc=netdev@vger.kernel.org \
--cc=priyarjha@google.com \
--cc=stephen@networkplumber.org \
--cc=ysseung@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).