public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Dave Taht <dave.taht@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH net-next 0/3] netem: add nsec scheduling and slot feature
Date: Wed, 8 Nov 2017 09:26:14 +0900	[thread overview]
Message-ID: <20171108092614.11e87dea@shemminger-XPS-13-9360> (raw)
In-Reply-To: <1510088376-5527-1-git-send-email-dave.taht@gmail.com>

On Tue,  7 Nov 2017 12:59:33 -0800
Dave Taht <dave.taht@gmail.com> wrote:

> 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.
> 
> Dave Taht (3):
>   netem: convert to qdisc_watchdog_schedule_ns
>   netem: add uapi to express delay and jitter in nanosec
>   netem: support delivering packets in delayed time slots
> 
>  include/uapi/linux/pkt_sched.h |  10 +++
>  net/sched/sch_netem.c          | 144 ++++++++++++++++++++++++++++++++---------
>  2 files changed, 125 insertions(+), 29 deletions(-)
> 

Dave, thanks for the patch.
One issue is that it needs to keep binary compatibility both for kernel and iproute.
That means that users of new kernel should be able to use old versions of iproute
without any visible impact (and vice versa).

For the kernel, that means if new attributes are not present the old attributes
would be used. For iproute2 that means send both new and old versions.

  parent reply	other threads:[~2017-11-08  0:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07 20:59 [PATCH net-next 0/3] netem: add nsec scheduling and slot feature Dave Taht
2017-11-07 20:59 ` [PATCH net-next 1/3] netem: convert to qdisc_watchdog_schedule_ns Dave Taht
2017-11-14 21:11   ` [net-next,1/3] " James Hogan
2017-11-14 21:43     ` James Hogan
2017-11-14 22:49     ` Stephen Hemminger
2017-11-07 20:59 ` [PATCH net-next 2/3] netem: add uapi to express delay and jitter in nanosec Dave Taht
2017-11-07 20:59 ` [PATCH net-next 3/3] netem: support delivering packets in delayed time slots Dave Taht
2017-11-08  0:26 ` Stephen Hemminger [this message]
2017-11-08 21:45   ` [PATCH net-next 0/3] netem: add nsec scheduling and slot feature Dave Taht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171108092614.11e87dea@shemminger-XPS-13-9360 \
    --to=stephen@networkplumber.org \
    --cc=dave.taht@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox