CoDel AQM discussions
 help / color / mirror / Atom feed
* [Codel] freebsd version of codel appears
@ 2013-06-11  4:42 Dave Taht
  2013-06-11  8:16 ` Simon Perreault
  2013-06-11 11:39 ` Hrvoje Popovski
  0 siblings, 2 replies; 6+ messages in thread
From: Dave Taht @ 2013-06-11  4:42 UTC (permalink / raw)
  To: codel

[-- Attachment #1: Type: text/plain, Size: 425 bytes --]

Interestingly it appears to have a hook directly into hfsc, optionally
replacing red.

https://github.com/pfsense/pfsense-tools/blob/master/patches/RELENG_10_0/altq_codel.diff

picked up via my usual daily scan from:

http://freebsd.1045724.n5.nabble.com/PATH-ALTQ-9-codel-algorithm-implementation-td5819058.html


-- 
Dave Täht

Fixing bufferbloat with cerowrt:
http://www.teklibre.com/cerowrt/subscribe.html

[-- Attachment #2: Type: text/html, Size: 753 bytes --]

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

* Re: [Codel] freebsd version of codel appears
  2013-06-11  4:42 [Codel] freebsd version of codel appears Dave Taht
@ 2013-06-11  8:16 ` Simon Perreault
  2013-06-11 11:39 ` Hrvoje Popovski
  1 sibling, 0 replies; 6+ messages in thread
From: Simon Perreault @ 2013-06-11  8:16 UTC (permalink / raw)
  To: codel

If Ermal Luçi is watching this, I would have appreciated any kind of 
acknowledgement in the comments...

Thanks,
Simon

Le 2013-06-11 06:42, Dave Taht a écrit :
> Interestingly it appears to have a hook directly into hfsc, optionally
> replacing red.
>
> https://github.com/pfsense/pfsense-tools/blob/master/patches/RELENG_10_0/altq_codel.diff
>
> picked up via my usual daily scan from:
>
> http://freebsd.1045724.n5.nabble.com/PATH-ALTQ-9-codel-algorithm-implementation-td5819058.html
>
>
> --
> Dave Täht
>
> Fixing bufferbloat with cerowrt:
> http://www.teklibre.com/cerowrt/subscribe.html
>
>
> _______________________________________________
> Codel mailing list
> Codel@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/codel
>


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

* Re: [Codel] freebsd version of codel appears
  2013-06-11  4:42 [Codel] freebsd version of codel appears Dave Taht
  2013-06-11  8:16 ` Simon Perreault
@ 2013-06-11 11:39 ` Hrvoje Popovski
  2013-06-11 14:38   ` Simon Perreault
  1 sibling, 1 reply; 6+ messages in thread
From: Hrvoje Popovski @ 2013-06-11 11:39 UTC (permalink / raw)
  To: codel

On 11.6.2013. 6:42, Dave Taht wrote:
> Interestingly it appears to have a hook directly into hfsc, optionally
> replacing red.
> 
> https://github.com/pfsense/pfsense-tools/blob/master/patches/RELENG_10_0/altq_codel.diff
> 
> picked up via my usual daily scan from:
> 
> http://freebsd.1045724.n5.nabble.com/PATH-ALTQ-9-codel-algorithm-implementation-td5819058.html
> 
> 
> -- 
> Dave Täht
> 
> Fixing bufferbloat with cerowrt:
> http://www.teklibre.com/cerowrt/subscribe.html


Hi,

maybe it is good to know that original patch came from OpenBSD community

http://comments.gmane.org/gmane.os.openbsd.tech/29745




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

* Re: [Codel] freebsd version of codel appears
  2013-06-11 11:39 ` Hrvoje Popovski
@ 2013-06-11 14:38   ` Simon Perreault
  2013-06-11 14:52     ` Dave Taht
  0 siblings, 1 reply; 6+ messages in thread
From: Simon Perreault @ 2013-06-11 14:38 UTC (permalink / raw)
  To: codel

Le 2013-06-11 13:39, Hrvoje Popovski a écrit :
> maybe it is good to know that original patch came from OpenBSD community
>
> http://comments.gmane.org/gmane.os.openbsd.tech/29745

That was my point exactly.

Simon

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

* Re: [Codel] freebsd version of codel appears
  2013-06-11 14:38   ` Simon Perreault
@ 2013-06-11 14:52     ` Dave Taht
  2013-06-11 14:57       ` Simon Perreault
  0 siblings, 1 reply; 6+ messages in thread
From: Dave Taht @ 2013-06-11 14:52 UTC (permalink / raw)
  To: Simon Perreault; +Cc: codel

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]

On Tue, Jun 11, 2013 at 7:38 AM, Simon Perreault <
simon.perreault@viagenie.ca> wrote:

> Le 2013-06-11 13:39, Hrvoje Popovski a écrit :
>
>  maybe it is good to know that original patch came from OpenBSD community
>>
>> http://comments.gmane.org/**gmane.os.openbsd.tech/29745<http://comments.gmane.org/gmane.os.openbsd.tech/29745>
>>
>
> That was my point exactly.


But did it make it into openbsd and does anyone have any performance
results?
Is there an equivalent to BQL in freebsd (is it needed?)

I note I'd like *fq_codel to make it over there, too... not clear to me
what the fairq thing
is in altq? And the codel + hfsc idea is "interesting"...

/me is willing to install some variant of BSD in a vm to play with this
stuff.


>
> Simon
>
> ______________________________**_________________
> Codel mailing list
> Codel@lists.bufferbloat.net
> https://lists.bufferbloat.net/**listinfo/codel<https://lists.bufferbloat.net/listinfo/codel>
>



-- 
Dave Täht

Fixing bufferbloat with cerowrt:
http://www.teklibre.com/cerowrt/subscribe.html

[-- Attachment #2: Type: text/html, Size: 2016 bytes --]

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

* Re: [Codel] freebsd version of codel appears
  2013-06-11 14:52     ` Dave Taht
@ 2013-06-11 14:57       ` Simon Perreault
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Perreault @ 2013-06-11 14:57 UTC (permalink / raw)
  To: Dave Taht; +Cc: codel

Le 2013-06-11 16:52, Dave Taht a écrit :
> But did it make it into openbsd and does anyone have any performance
> results?

Nope.

Simon

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

end of thread, other threads:[~2013-06-11 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-11  4:42 [Codel] freebsd version of codel appears Dave Taht
2013-06-11  8:16 ` Simon Perreault
2013-06-11 11:39 ` Hrvoje Popovski
2013-06-11 14:38   ` Simon Perreault
2013-06-11 14:52     ` Dave Taht
2013-06-11 14:57       ` Simon Perreault

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