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