netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next 0/3] support delivering packets in delayed
@ 2018-08-06 17:09 Yousuk Seung
  2018-08-06 17:09 ` [PATCH iproute2-next 1/3] tc: support conversions to or from 64 bit nanosecond-based time Yousuk Seung
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yousuk Seung @ 2018-08-06 17:09 UTC (permalink / raw)
  To: netdev
  Cc: Stephen Hemminger, David Ahern, Michael McLennan, Priyaranjan Jha,
	Yousuk Seung

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

 man/man8/tc-netem.8 |  40 +++++++++++++++-
 tc/q_netem.c        | 112 +++++++++++++++++++++++++++++++++++++++++++-
 tc/tc_core.h        |   4 ++
 tc/tc_util.c        |  55 ++++++++++++++++++++++
 tc/tc_util.h        |   3 ++
 5 files changed, 212 insertions(+), 2 deletions(-)

-- 
2.18.0.597.ga71716f1ad-goog

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

end of thread, other threads:[~2018-08-13 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-06 17:09 [PATCH iproute2-next 0/3] support delivering packets in delayed Yousuk Seung
2018-08-06 17:09 ` [PATCH iproute2-next 1/3] tc: support conversions to or from 64 bit nanosecond-based time Yousuk Seung
2018-08-12 22:09   ` David Ahern
2018-08-13 18:37     ` Dave Taht
2018-08-06 17:09 ` [PATCH iproute2-next 2/3] q_netem: support delivering packets in delayed time slots Yousuk Seung
2018-08-12 22:14   ` David Ahern
2018-08-06 17:09 ` [PATCH iproute2-next 3/3] q_netem: slotting with non-uniform distribution Yousuk Seung
2018-08-12 22:18   ` David Ahern

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).