<div dir="ltr"><div dir="ltr"><div>Running a wire isn't an option for devices which don't have ethernet ports.</div><div><br></div><div>I'll try to run some tests with flent to figure out what's happening. A constant latency of 20-30 ms isn't a big deal. The spikes which cause stuttering during a voice or video call are the real problem. The stuttering may not have been caused by these spikes.</div><div><br></div><div>It seems that these routers don't have enough power to do traffic shaping, NAT and to forward hundreds of mbps of data. It might be interesting to compare the idle latency with the latency under load. I've also considered running some tests with mac80211_hwsim. mac80211_hwsim may not provide the option to simulate a deep buffer like the ath10k one and may not be as relevant.<br></div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 10, 2019 at 2:38 PM Jonathan Morton <<a href="mailto:chromatix99@gmail.com">chromatix99@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> On 10 Feb, 2019, at 2:24 pm, Adrian Popescu <<a href="mailto:adriannnpopescu@gmail.com" target="_blank">adriannnpopescu@gmail.com</a>> wrote:<br>
> <br>
> My attempts to use SQM and codel to reduce wifi bloat didn't seem to get me very far. 802.11ac seems more reliable and it seems to be more bloated. ath9k can go as low as 3-5 milliseconds. ath10k is usually in the 20-50 milliseconds range (or more, based on the number of stations). I usually test with a single client as I don't expect latency to improve with more clients.<br>
<br>
Some things are unavoidable when you move to a shared, half-duplex, noisy medium like wifi versus a switched, full-duplex, error-free medium like Ethernet.<br>
<br>
If you're getting 20-50ms under load, then I think things are working quite well with wifi.  We can wish for better, but not long ago you could be looking at multiple seconds in bad cases.  At the levels you're now seeing, ordinary interactive protocols like DNS and HTTP will work reliably and quickly, and even VoIP should be able to cope; you'll likely only really notice a problem with online games.<br>
<br>
Ath9k has some advantages over ath10k in this area.  Its MAC is managed at a lower level by the driver, so we have much more control over it when trying to debloat.  I think we still have more control over ath10k than most of the alternatives.<br>
<br>
If low latency is mission critical, though - just run a wire.<br>
<br>
 - Jonathan Morton<br>
<br>
</blockquote></div>