From: Dave Taht <dave.taht@gmail.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: Cake List <cake@lists.bufferbloat.net>
Subject: Re: [Cake] [RFC PATCH 1/5] Update to the actual net-next
Date: Fri, 17 Nov 2017 13:34:08 -0800 [thread overview]
Message-ID: <CAA93jw6eMi0T=oC+hcay+RJxtmFdG3RCfxHag775rLWvNTbVJA@mail.gmail.com> (raw)
In-Reply-To: <20171117132654.23b8d0bc@xeon-e3>
Heh. Didn't know you were on the list. It wasn't a day or three back!
Thx!
On Fri, Nov 17, 2017 at 1:26 PM, Stephen Hemminger
<stephen@networkplumber.org> wrote:
> On Fri, 17 Nov 2017 13:19:24 -0800
> Dave Taht <dave.taht@gmail.com> wrote:
>
>> ---
>> include/uapi/linux/pkt_sched.h | 10 ++++++++++
>> 1 file changed, 10 insertions(+)
>>
>> diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
>> index 6a2c5ea..af3cc2f 100644
>> --- a/include/uapi/linux/pkt_sched.h
>> +++ b/include/uapi/linux/pkt_sched.h
>> @@ -537,6 +537,9 @@ enum {
>> TCA_NETEM_ECN,
>> TCA_NETEM_RATE64,
>> TCA_NETEM_PAD,
>> + TCA_NETEM_LATENCY64,
>> + TCA_NETEM_JITTER64,
>> + TCA_NETEM_SLOT,
>> __TCA_NETEM_MAX,
>> };
>>
>> @@ -574,6 +577,13 @@ struct tc_netem_rate {
>> __s32 cell_overhead;
>> };
>>
>> +struct tc_netem_slot {
>> + __s64 min_delay; /* nsec */
>> + __s64 max_delay;
>> + __s32 max_packets;
>> + __s32 max_bytes;
>> +};
>> +
>> enum {
>> NETEM_LOSS_UNSPEC,
>> NETEM_LOSS_GI, /* General Intuitive - 4 state model */
>
> That is already in upstream
--
Dave Täht
CEO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-669-226-2619
next prev parent reply other threads:[~2017-11-17 21:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-17 21:19 [Cake] [RFC PATCH 0/5] patches for iproute2-net-next for netem slotting and cake Dave Taht
2017-11-17 21:19 ` [Cake] [RFC PATCH 1/5] Update to the actual net-next Dave Taht
2017-11-17 21:26 ` Stephen Hemminger
2017-11-17 21:34 ` Dave Taht [this message]
2017-11-17 21:19 ` [Cake] [RFC PATCH 2/5] Add cake pkt_sched.h Dave Taht
2017-11-17 21:19 ` [Cake] [RFC PATCH 3/5] tc: support conversions to or from 64 bit nanosecond-based time Dave Taht
2017-11-17 21:19 ` [Cake] [RFC PATCH 4/5] q_netem: support delivering packets in delayed time slots Dave Taht
2017-11-17 21:19 ` [Cake] [RFC PATCH 5/5] netem: add documentation for the new slotting 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
List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAA93jw6eMi0T=oC+hcay+RJxtmFdG3RCfxHag775rLWvNTbVJA@mail.gmail.com' \
--to=dave.taht@gmail.com \
--cc=cake@lists.bufferbloat.net \
--cc=stephen@networkplumber.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