Re: [PATCH v3 net-next 0/3] netem: add nsec scheduling and slot feature

2017-11-12 Thread David Miller
From: Dave Taht Date: Wed, 8 Nov 2017 15:12:25 -0800 > 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 v2: > Use u64 for packet_le

[PATCH v3 net-next 0/3] netem: add nsec scheduling and slot feature

2017-11-08 Thread 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 v2: Use u64 for packet_len_sched_time() Use simpler max(time_to_send,q->slot.slot_next) Chan