<div dir="ltr"><div><div><div><div><div><div>Dear Pete,<br><br></div>I am trying to replicate the unfair behaviour you are seeing with dual-{src,dst}host, albeit on different hardware and I am getting a fair distribution. Hardware are Xeon E3-1220Lv2 (router), i3-3110M(Clients). All running Archlinux, latest cake and patched iproute2-4.14.1, connected with Gbit ethernet, TSO/GSO/GRO enabled.<br></div><div><br></div>Qdisc setup:</div><div>----------------<br></div>Router: <br></div><div>qdisc cake 8003: dev ens4 root refcnt 2 bandwidth 900Mbit diffserv3 dual-dsthost rtt 100.0ms raw<br></div><br></div><div>Client A(kernel default):</div><div>qdisc fq_codel 0: dev eno2 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn<br></div><br>Client B (kernel default): <br>qdisc fq_codel 0: dev enp1s0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn<br>----------------<br></div><div><br></div><div><br></div>Cli:<br><div>----------------</div><div>Router:</div><div>netserver &</div><div><br></div><div>Client A:</div><div>flent tcp_1down -H router</div><div><br></div><div>Client B:</div><div><div>flent tcp_12down -H router</div></div><div>----------------</div><div><br></div><div><br></div><div>Results:<br></div><div>----------------<br></div><div>Router:</div><div>qdisc cake 8003: root refcnt 2 bandwidth 900Mbit diffserv3 dual-dsthost rtt 100.0ms raw<br> Sent 7126680117 bytes 4725904 pkt (dropped 10, overlimits 4439745 requeues 0)<br> backlog 0b 0p requeues 0<br> memory used: 1224872b of 15140Kb<br> capacity estimate: 900Mbit<br>                 Bulk   Best Effort      Voice<br>  thresh     56250Kbit     900Mbit     225Mbit<br>  target         5.0ms       5.0ms       5.0ms<br>  interval     100.0ms     100.0ms     100.0ms<br>  pk_delay        14us       751us         7us<br>  av_delay         2us       642us         1us<br>  sp_delay         1us         1us         1us<br>  pkts          109948     4601651       14315<br>  bytes      160183242  6964893773     1618242<br>  way_inds           0       21009           0<br>  way_miss         160         188           5<br>  way_cols           0           0           0<br>  drops              0          10           0<br>  marks              0           0           0<br>  ack_drop           0           0           0<br>  sp_flows           0           1           1<br>  bk_flows           1           0           0<br>  un_flows           0           0           0<br>  max_len         7570       68130        1022<br></div><div><br></div><div><br></div><div></div><div>Client A:</div><div>                           avg       median          # data pts<br> Ping (ms) ICMP :         0.11         0.08 ms              350<br> TCP download   :       443.65       430.38 Mbits/s         301<br></div><div><br></div><div><br></div><div></div><div>Client B:</div><div>                             avg       median          # data pts<br> Ping (ms) ICMP   :         0.09         0.06 ms              350<br> TCP download avg :        37.03        35.87 Mbits/s         301<br> TCP download sum :       444.35       430.40 Mbits/s         301<br> TCP download::1  :        37.00        35.87 Mbits/s         301<br> TCP download::10 :        37.01        35.87 Mbits/s         301<br> TCP download::11 :        37.02        35.87 Mbits/s         301<br> TCP download::12 :        37.00        35.87 Mbits/s         301<br> TCP download::2  :        37.03        35.87 Mbits/s         301<br> TCP download::3  :        36.99        35.87 Mbits/s         301<br> TCP download::4  :        37.03        35.87 Mbits/s         301<br> TCP download::5  :        37.07        35.87 Mbits/s         301<br> TCP download::6  :        37.00        35.87 Mbits/s         301<br> TCP download::7  :        37.12        35.87 Mbits/s         301<br> TCP download::8  :        37.05        35.87 Mbits/s         301<br> TCP download::9  :        37.03        35.87 Mbits/s         301<br>----------------</div><div><br></div><div>Does this suggest that it is indeed a problem of an underpowered CPU in your case?</div><div><br></div><div>George<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 27, 2017 at 10:53 AM, Pete Heist <span dir="ltr"><<a href="mailto:peteheist@gmail.com" target="_blank">peteheist@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br><div><blockquote type="cite"><div>On Nov 27, 2017, at 3:48 PM, Jonathan Morton <<a href="mailto:chromatix99@gmail.com" target="_blank">chromatix99@gmail.com</a>> wrote:</div><div><p dir="ltr">It's not at all obvious how we'd detect that.  Packets are staying in the queue for less time than the codel target, which is exactly what you'd get if you weren't saturated at all.</p></div></blockquote></div></span><div>That makes complete sense when you put it that way. Cake has no way of knowing why the input rate is lower than expected, even if it’s part of the cause.</div><div><br></div><div>I don’t think flent can know this either. It can’t easily know the cause for its total output to be lower than expected.</div><div><br></div><div>All I know is, this is a common problem in deployments, particularly on low-end hardware like ER-Xs, that can be tricky for users to figure out.</div><div><br></div><div>I don’t even think monitoring CPU in general would work. The CPU could be high because it’s doing other calculations, but there’s still enough for cake at a low rate, and there’s no need to warn in that case. I’d be interested in any ideas on how to know this is happening in the system as a whole. So far, there are just various clues that one needs to piece together (no or few drops or marks, less total throughput that expected, high cpu without other external usage, etc). Then it needs to be proven with a test.</div><div><br></div><div>Anyway thanks, your clue was what I needed! I need to remember to review the qdisc stats when something unexpected happens.</div></div><br>______________________________<wbr>_________________<br>
Cake mailing list<br>
<a href="mailto:Cake@lists.bufferbloat.net">Cake@lists.bufferbloat.net</a><br>
<a href="https://lists.bufferbloat.net/listinfo/cake" rel="noreferrer" target="_blank">https://lists.bufferbloat.net/<wbr>listinfo/cake</a><br>
<br></blockquote></div><br></div>