Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
* [Cake] openwrt was changing fq_codel quantum default
@ 2015-12-08  9:59 Kevin Darbyshire-Bryant
  2015-12-08 13:47 ` Dave Taht
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Darbyshire-Bryant @ 2015-12-08  9:59 UTC (permalink / raw)
  To: cake

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

Did anyone else see https://dev.openwrt.org/ticket/21326 and fixing
commit https://dev.openwrt.org/changeset/47811 go through in the early
hours of this morning?



TLDR;

q->quantum = 300;  //was

q->quantum = psched_mtu(qdisc_dev(sch));   //now returned to kernel default

" i ran into cpu limits with sirq on archer c7v2 while testing ingress
shaping.

it seems to me that quantum < mtu is very costly (at cpu) with higher
(50mbps) bandwidths

    ~40% sirq load with quantum 1522+
    90% at quantum mtu/2"



[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4816 bytes --]

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

end of thread, other threads:[~2015-12-08 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-08  9:59 [Cake] openwrt was changing fq_codel quantum default Kevin Darbyshire-Bryant
2015-12-08 13:47 ` Dave Taht

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