netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yousuk Seung <ysseung@google.com>
To: netdev@vger.kernel.org
Cc: Stephen Hemminger <stephen@networkplumber.org>,
	David Ahern <dsahern@gmail.com>,
	Michael McLennan <nefario@google.com>,
	Priyaranjan Jha <priyarjha@google.com>,
	Yousuk Seung <ysseung@google.com>
Subject: [PATCH v2 iproute2-next 0/3] support delivering packets in
Date: Sun, 26 Aug 2018 19:42:27 -0700	[thread overview]
Message-ID: <20180827024230.246445-1-ysseung@google.com> (raw)

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

             reply	other threads:[~2018-08-27  6:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-27  2:42 Yousuk Seung [this message]
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 ` [PATCH v2 iproute2-next 0/3] support delivering packets in David Ahern

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=20180827024230.246445-1-ysseung@google.com \
    --to=ysseung@google.com \
    --cc=dsahern@gmail.com \
    --cc=nefario@google.com \
    --cc=netdev@vger.kernel.org \
    --cc=priyarjha@google.com \
    --cc=stephen@networkplumber.org \
    /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).