Discussion of explicit congestion notification's impact on the Internet
 help / color / mirror / Atom feed
* Re: [Ecn-sane] please commit anything new you got
       [not found] ` <E24292ED-E586-466D-AFF8-E4BC424E67B4@gmail.com>
@ 2019-03-20 18:48   ` Jonathan Morton
  2019-03-21  5:43     ` [Ecn-sane] copyright notice on sce.h? Dave Taht
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Morton @ 2019-03-20 18:48 UTC (permalink / raw)
  To: Dave Taht; +Cc: ecn-sane

> On 17 Mar, 2019, at 12:04 am, Jonathan Morton <chromatix99@gmail.com> wrote:
> 
> I added something about single-queue AQMs which is definitely food for thought.

…and now I've propagated those thoughts more widely in the relevant documents.  Now would be a great time to look at the Git history, and start thinking about how much work it'd take to turn out a couple more I-Ds.

I've even added brief notes on how to implement DCTCP-SCE.  It's very easy if you have a working feedback path and a clean NewReno to start with.  As for the feedback path, I looked into whether AccECN could take more optimisation for SCE than just rearranging the fields, but since it completely replaces the relevant TCP flags, it has to rely entirely on the TCP option.

 - Jonathan Morton


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

* [Ecn-sane] copyright notice on sce.h?
  2019-03-20 18:48   ` [Ecn-sane] please commit anything new you got Jonathan Morton
@ 2019-03-21  5:43     ` Dave Taht
  2019-03-21  6:02       ` Rodney W. Grimes
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Taht @ 2019-03-21  5:43 UTC (permalink / raw)
  To: Jonathan Morton; +Cc: ecn-sane

We've got the primary authors added to sce.h, which I haven't
committed yet. (jonathan, me, pete, dave reed). Would
anyone else here like in? (please email me privately). I always like
to give credit to all the sources of a good idea....

The authors of sce.h for bsd are logan and rodney, presently.

Once we have that settled we can submit to mainline, add it to
sch_cake, etc, etc.

On Wed, Mar 20, 2019 at 11:48 AM Jonathan Morton <chromatix99@gmail.com> wrote:
>
> > On 17 Mar, 2019, at 12:04 am, Jonathan Morton <chromatix99@gmail.com> wrote:
> >
> > I added something about single-queue AQMs which is definitely food for thought.
>
> …and now I've propagated those thoughts more widely in the relevant documents.  Now would be a great time to look at the Git history, and start thinking about how much work it'd take to turn out a couple more I-Ds.
>
> I've even added brief notes on how to implement DCTCP-SCE.  It's very easy if you have a working feedback path and a clean NewReno to start with.  As for the feedback path, I looked into whether AccECN could take more optimisation for SCE than just rearranging the fields, but since it completely replaces the relevant TCP flags, it has to rely entirely on the TCP option.
>
>  - Jonathan Morton
>


-- 

Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-205-9740

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

* Re: [Ecn-sane] copyright notice on sce.h?
  2019-03-21  5:43     ` [Ecn-sane] copyright notice on sce.h? Dave Taht
@ 2019-03-21  6:02       ` Rodney W. Grimes
  2019-03-21  6:52         ` Dave Taht
  0 siblings, 1 reply; 4+ messages in thread
From: Rodney W. Grimes @ 2019-03-21  6:02 UTC (permalink / raw)
  To: Dave Taht; +Cc: Jonathan Morton, ecn-sane

[ Charset UTF-8 unsupported, converting... ]
> We've got the primary authors added to sce.h, which I haven't
> committed yet. (jonathan, me, pete, dave reed). Would
> anyone else here like in? (please email me privately). I always like
> to give credit to all the sources of a good idea....
> 
> The authors of sce.h for bsd are logan and rodney, presently.

Logan only, I wont take credit for what I may do to put it
into a more proper form as for me it is just a mechancial
thing, aka treat me more as an editor.

> Once we have that settled we can submit to mainline, add it to
> sch_cake, etc, etc.
> 
> On Wed, Mar 20, 2019 at 11:48 AM Jonathan Morton <chromatix99@gmail.com> wrote:
> >
> > > On 17 Mar, 2019, at 12:04 am, Jonathan Morton <chromatix99@gmail.com> wrote:
> > >
> > > I added something about single-queue AQMs which is definitely food for thought.
> >
> > ?and now I've propagated those thoughts more widely in the relevant documents.  Now would be a great time to look at the Git history, and start thinking about how much work it'd take to turn out a couple more I-Ds.
> >
> > I've even added brief notes on how to implement DCTCP-SCE.  It's very easy if you have a working feedback path and a clean NewReno to start with.  As for the feedback path, I looked into whether AccECN could take more optimisation for SCE than just rearranging the fields, but since it completely replaces the relevant TCP flags, it has to rely entirely on the TCP option.
> >
> >  - Jonathan Morton
> >
> 
> 
> -- 
> 
> Dave T?ht
> CTO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-831-205-9740
> _______________________________________________
> Ecn-sane mailing list
> Ecn-sane@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/ecn-sane
> 
> 

-- 
Rod Grimes                                                 rgrimes@freebsd.org

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

* Re: [Ecn-sane] copyright notice on sce.h?
  2019-03-21  6:02       ` Rodney W. Grimes
@ 2019-03-21  6:52         ` Dave Taht
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Taht @ 2019-03-21  6:52 UTC (permalink / raw)
  Cc: ecn-sane

I have committed a reviewed version of sce.h to the
https://github.com/dtaht/fq_codel_fast

repository. Please retest.

On Wed, Mar 20, 2019 at 11:02 PM Rodney W. Grimes
<4bone@gndrsh.dnsmgr.net> wrote:
>
> [ Charset UTF-8 unsupported, converting... ]
> > We've got the primary authors added to sce.h, which I haven't
> > committed yet. (jonathan, me, pete, dave reed). Would
> > anyone else here like in? (please email me privately). I always like
> > to give credit to all the sources of a good idea....
> >
> > The authors of sce.h for bsd are logan and rodney, presently.
>
> Logan only, I wont take credit for what I may do to put it
> into a more proper form as for me it is just a mechancial
> thing, aka treat me more as an editor.
>
> > Once we have that settled we can submit to mainline, add it to
> > sch_cake, etc, etc.
> >
> > On Wed, Mar 20, 2019 at 11:48 AM Jonathan Morton <chromatix99@gmail.com> wrote:
> > >
> > > > On 17 Mar, 2019, at 12:04 am, Jonathan Morton <chromatix99@gmail.com> wrote:
> > > >
> > > > I added something about single-queue AQMs which is definitely food for thought.
> > >
> > > ?and now I've propagated those thoughts more widely in the relevant documents.  Now would be a great time to look at the Git history, and start thinking about how much work it'd take to turn out a couple more I-Ds.
> > >
> > > I've even added brief notes on how to implement DCTCP-SCE.  It's very easy if you have a working feedback path and a clean NewReno to start with.  As for the feedback path, I looked into whether AccECN could take more optimisation for SCE than just rearranging the fields, but since it completely replaces the relevant TCP flags, it has to rely entirely on the TCP option.
> > >
> > >  - Jonathan Morton
> > >
> >
> >
> > --
> >
> > Dave T?ht
> > CTO, TekLibre, LLC
> > http://www.teklibre.com
> > Tel: 1-831-205-9740
> > _______________________________________________
> > Ecn-sane mailing list
> > Ecn-sane@lists.bufferbloat.net
> > https://lists.bufferbloat.net/listinfo/ecn-sane
> >
> >
>
> --
> Rod Grimes                                                 rgrimes@freebsd.org



-- 

Dave Täht
CTO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-831-205-9740

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

end of thread, other threads:[~2019-03-21  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAA93jw5PRRktBNihyuc7UubOZePGVZi4VXuTu4B6G6meEDPfYA@mail.gmail.com>
     [not found] ` <E24292ED-E586-466D-AFF8-E4BC424E67B4@gmail.com>
2019-03-20 18:48   ` [Ecn-sane] please commit anything new you got Jonathan Morton
2019-03-21  5:43     ` [Ecn-sane] copyright notice on sce.h? Dave Taht
2019-03-21  6:02       ` Rodney W. Grimes
2019-03-21  6:52         ` Dave Taht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox