netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] netem: add nsec scheduling and slot feature
@ 2017-11-08 21:09 Dave Taht
  2017-11-08 21:09 ` [PATCH v2 net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns Dave Taht
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Dave Taht @ 2017-11-08 21:09 UTC (permalink / raw)
  To: netdev; +Cc: stephen, Dave Taht

This patch series converts netem away from the old "ticks" interface and
userspace API, and adds support for a new "slot" feature intended to
emulate bursty macs such as WiFi and LTE better.

Changes since v1:
Always pass new nanosecond APIs to userspace

Dave Taht (3):
  netem: convert to qdisc_watchdog_schedule_ns
  netem: add uapi to express delay and jitter in nanoseconds
  netem: support delivering packets in delayed time slots

 include/uapi/linux/pkt_sched.h |  10 +++
 net/sched/sch_netem.c          | 142 ++++++++++++++++++++++++++++++++---------
 2 files changed, 123 insertions(+), 29 deletions(-)

-- 
2.7.4

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-08 21:09 [PATCH v2 net-next 0/3] netem: add nsec scheduling and slot feature Dave Taht
2017-11-08 21:09 ` [PATCH v2 net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns Dave Taht
2017-11-08 22:20   ` Eric Dumazet
2017-11-11 12:08   ` kbuild test robot
2017-11-11 12:28   ` kbuild test robot
2017-11-08 21:09 ` [PATCH v2 net-next 2/3] netem: add uapi to express delay and jitter in nanoseconds Dave Taht
2017-11-08 22:29   ` Eric Dumazet
2017-11-08 21:09 ` [PATCH v2 net-next 3/3] netem: support delivering packets in delayed time slots Dave Taht
2017-11-08 22:40   ` Eric Dumazet

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