<div dir="ltr">I would like to have somehow assembled all the focused resources to make a go at fixing wifi, or at least having a f2f with a bunch of people in the late march timeframe. This message of mine to linux-wireless bounced for some reason and I am off to log out for 10 days, so...<div><br></div><div>see relevant netdev thread also for ore details.</div><div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Dave Taht</b> <span dir="ltr"><<a href="mailto:dave.taht@gmail.com">dave.taht@gmail.com</a>></span><br>Date: Sat, Jan 31, 2015 at 12:29 PM<br>Subject: Re: Throughput regression with `tcp: refine TSO autosizing`<br>To: Arend van Spriel <<a href="mailto:arend@broadcom.com">arend@broadcom.com</a>><br>Cc: linux-wireless <<a href="mailto:linux-wireless@vger.kernel.org">linux-wireless@vger.kernel.org</a>>, Michal Kazior <<a href="mailto:michal.kazior@tieto.com">michal.kazior@tieto.com</a>>, Eyal Perry <<a href="mailto:eyalpe@dev.mellanox.co.il">eyalpe@dev.mellanox.co.il</a>>, Network Development <<a href="mailto:netdev@vger.kernel.org">netdev@vger.kernel.org</a>>, Eric Dumazet <<a href="mailto:eric.dumazet@gmail.com">eric.dumazet@gmail.com</a>><br><br><br><div dir="ltr"><p dir="ltr">The wifi industry as a whole has vastly bigger problems than achieving 1500Mbits in a faraday cage on a single flow.</p><p>I encourage you to try tests in netperf-wrapper that explicitly test for latency under load, and in particular, the RTT_FAIR tests against 4 or more stations on a single wifi AP. You will find the results very depressing. Similarly, on your previous test series, a latency figure would have been nice to have. I just did a talk at nznog, where I tested the local wifi with less than ambits of throughput, and 3 seconds of latency, filmed here: </p><p><a href="https://plus.google.com/u/0/107942175615993706558/posts/CY8ew8MPnMt" target="_blank">https://plus.google.com/u/0/107942175615993706558/posts/CY8ew8MPnMt</a></p><p>Do wish more folk were testing in the busy real world environments, like coffee shops, cities... really, anywhere outside a faraday cage!</p><p>I am not attending netconf - I was unable to raise funds to go, and the program committee wanted something "new",</p><p>instead of the preso I gave the IEEE 802.11 working group back in september. ( <a href="http://snapon.lab.bufferbloat.net/~d/ieee802.11-sept-17-2014/11-14-1265-00-0wng-More-on-Bufferbloat.pdf" target="_blank">http://snapon.lab.bufferbloat.net/~d/ieee802.11-sept-17-2014/11-14-1265-00-0wng-More-on-Bufferbloat.pdf</a> )</p><p>I was very pleased with the results of that talk - the day after I gave it, the phrase "test for latency" showed up in a bunch of 802.11ax (the next generation after ac) documents. :) Still, we are stuck with the train wreck that is 802.11ac glommed on top of 802.11n, glommed on top of 802.11g, in terms of queue management, terrible uses of airtime, rate control and other stuff. Aruba and Meraki, in particular took a big interest in what I'd outlined in the preso above (we have a half dozen less well baked ideas - that's just the easy stuff that can be done to improve wifi).  I gave a followup at meraki but I don't think that's online.</p><p>Felix (nbd) is on vacation right now, as I am I. In fact I am going somewhere for a week totally lacking internet access.</p><p>Presently the plan, with what budget (none) we have and time (very little) we have is to produce a pair of proof of concept implementations for per tid queuing (see relevant commit by nbd),  leveraging the new minstrel stats, the new minstrel-blues stuff, and an aggregation aware codel with a calculated target based on the most recently active stations, and a bunch of the other stuff outlined above at IEEE.</p><p>It is my hope that this will start to provide accurate back pressure (or sufficient lack thereof for TSQ), to also improve throughput while still retaining low latency. But it is a certainty that we will run into more cross layer issues that will be a pita to resolve.</p><p>If we can put together a meet up around or during ELC in california in march? </p><p>I am really not terribly optimistic on anything other than the 2 chipsets we can hack on (ath9k, mt76). Negotiations to get qualcomm to open up their ath10k firmware have thus far failed, nor has a ath10k-lite got anywhere. Perhaps broadcom would be willing to open up their firmware sufficiently to build in a better API?</p><p dir="ltr">A bit more below.</p><span class=""><p dir="ltr"><br>
On Jan 30, 2015 5:59 AM, "Arend van Spriel" <<a href="mailto:arend@broadcom.com" target="_blank">arend@broadcom.com</a>> wrote:<br>
><br>
> On 01/30/15 14:19, Eric Dumazet wrote:<br>
>><br>
>> On Fri, 2015-01-30 at 11:29 +0100, Arend van Spriel wrote:<br>
>><br>
>>> Hi Eric,<br>
>>><br>
>>> Your suggestions are still based on the fact that you consider wireless<br>
>>> networking to be similar to ethernet, but as Michal indicated there are<br>
>>> some fundamental differences starting with CSMA/CD versus CSMA/CA. Also<br>
>>> the medium conditions are far from comparable. </p></span><p>The analogy i now use for it is that switched ethernet is generally your classic "dumbbell"</p><p>topology. Wifi is more like a "taxi-stand" topology. If you think about how people</p><p>queue up at a taxi stand (and sometimes agree to share a ride), the inter arrival</p><p>and departure times of a taxi stand make for a better mental model. </p><p>Admittedly, I seem to spend a lot of time, waiting for taxies, thinking about</p><p>wifi.</p><p dir="ltr"><span class="">>> There is no shielding so<br>
>>> it needs to deal with interference and dynamically drops the link rate<br>
>>> so transmission of packets can take several milliseconds. Then with 11n<br>
>>> they came up with aggregation with sends up to 64 packets in a single<br>
>>> transmit over the air at worst case 6.5 Mbps (if I am not mistaken). The<br>
>>> parameter value for tcp_limit_output_bytes of 131072 means that it<br>
>>> allows queuing for about 1ms on a 1Gbps link, but I hope you can see<br>
>>> this is not realistic for dealing with all variances of the wireless<br>
>>> medium/standard. I suggested this as topic for the wireless workshop in<br>
>>> Otawa [1], but I can not attend there. Still hope that there will be<br>
>>> some discussions to get more awareness.<br><br></span>I have sometimes hoped that TSQ could be made more a function of the</p><p dir="ltr">number of active flows exiting an interface, but eric tells me that's impossible.</p><p dir="ltr">This is possibly another case where TSQ could use to be a callback function...</p><p dir="ltr">but frankly I care not a whit about maximizing single flow tcp throughput on wifi</p><p dir="ltr">in a faraday cage.</p><p dir="ltr"><span class=""><br>
>><br>
>> Ever heard about bufferbloat ?<br>
><br>
><br>
> Sure. I am trying to get awareness about that in our wireless driver/firmware development teams. So bear with me.<br>
><br>
><br>
>> Have you read my suggestions and tried them ?<br>
>><br>
>> You can adjust the limit per flow to pretty much you want. If you need<br>
>> 64 packets, just do the math. If in 2018 you need 128 packets, do the<br>
>> math again.<br>
>><br>
>> I am very well aware that wireless wants aggregation, thank you.<br><br></span>I note that a lot of people testing this are getting it backwards. Usually it is the AP that is sending lots and lots of big packets, where the return path is predominately acks from the station. </p><p dir="ltr">I am not a huge fan of stretch acks, but certainly a little bit of thinning doesn't bother me on the return path there.</p><p>Going the other way, particularly in a wifi world that insists on treating every packet as sacred (which I don't agree with at all), thinning acks can help, but single stream throughput is of interest only on benchmarks, FQing as much as possible all the flows destined the station in each aggregate masks loss and reduces the need to protect everything so much.</p><p dir="ltr"><span class="">
><br>
> Sorry if I offended you. I was just giving these as example combined with effective rate usable on the medium to say that the bandwidth is more dynamic in wireless and as such need dynamic change of queue depth. Now this can be done by making the fraction size as used in your suggestion adaptive to these conditions.<br><br></span>Well... see above. Maybe this technique will do more of the right thing, but... go test.</p><span class=""><p dir="ltr"><br>
><br>
>> 131072 bytes of queue on 40Gbit is not 1ms, but 26 usec of queueing, and<br>
>> we get line rate nevertheless.<br>
><br>
><br>
> I was saying it was about 1ms on *1Gbit* as the wireless TCP rates are moving into that direction in 11ac.<br>
><br>
><br>
>> We need this level of shallow queues (BQL, TSQ), to get very precise rtt<br>
>> estimations so that TCP has good entropy for its pacing, even in the 50<br>
>> usec rtt ranges.<br>
>><br>
>> If we allowed 1ms of queueing, then a 40Gbit flow would queue 5 MBytes.<br>
>><br>
>> This was terrible, because it increased cwnd and all sender queues to<br>
>> insane levels.<br>
><br>
><br>
> Indeed and that is what we would like to address in our wireless drivers. I will setup some experiments using the fraction sizing and post my findings. Again sorry if I offended you.<br><br></p></span><p>You really, really, really need to test at rates below 50mbit and with other stations, also while doing this. It's not going to be a linear curve.</p><span class=""><p dir="ltr"><br></p><p dir="ltr">
><br>
> Regards,<br>
> Arend<br>
><br>
> --<br>
> To unsubscribe from this list: send the line "unsubscribe netdev" in<br>
> the body of a message to <a href="mailto:majordomo@vger.kernel.org" target="_blank">majordomo@vger.kernel.org</a><br>
> More majordomo info at  <a href="http://vger.kernel.org/majordomo-info.html" target="_blank">http://vger.kernel.org/majordomo-info.html</a><br>
</p>
</span></div>
</div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Dave Täht<br><br>thttp://<a href="http://www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks" target="_blank">www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks</a></div>
</div></div>