netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2 0/4] support nsec uapi and add netem slotting feature
@ 2017-11-07 21:16 Dave Taht
  2017-11-07 21:16 ` [PATCH iproute2 1/4] tc: support conversions to or from 64 bit nanosecond-based time Dave Taht
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Dave Taht @ 2017-11-07 21:16 UTC (permalink / raw)
  To: netdev; +Cc: Dave Taht


This patch series adds support for specifying time in nanoseconds
to tc, updates netem to use such (requires pkt_sched.h from the kernel
patch series to be imported), and lastly adds a new slotting
feature intended to emulate better how LTE and WiFi work.

Dave Taht (4):
  tc: support conversions to or from 64 bit nanosecond-based time
  q_netem: utilize 64 bit nanosecond API for delay and jitter
  q_netem: support delivering packets in delayed time slots
  netem: add documentation for the new slotting feature

 man/man8/tc-netem.8 |  32 +++++++++++++-
 tc/q_netem.c        | 123 +++++++++++++++++++++++++++++++++++++++++-----------
 tc/tc_core.h        |   3 ++
 tc/tc_util.c        |  56 ++++++++++++++++++++++++
 tc/tc_util.h        |   3 ++
 5 files changed, 191 insertions(+), 26 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-11-07 21:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-07 21:16 [PATCH iproute2 0/4] support nsec uapi and add netem slotting feature Dave Taht
2017-11-07 21:16 ` [PATCH iproute2 1/4] tc: support conversions to or from 64 bit nanosecond-based time Dave Taht
2017-11-07 21:16 ` [PATCH iproute2 2/4] q_netem: utilize 64 bit nanosecond API for delay and jitter Dave Taht
2017-11-07 21:16 ` [PATCH iproute2 3/4] q_netem: support delivering packets in delayed time slots Dave Taht
2017-11-07 21:16 ` [PATCH iproute2 4/4] netem: add documentation for the new slotting feature Dave Taht

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