<div dir="ltr"><br><br>On Fri, Feb 13, 2015 at 12:41 PM,  <<a href="mailto:dpreed@reed.com">dpreed@reed.com</a>> wrote:<br>> Leaving stuff in a buffer in hopes that more will arrive is a terrible idea,<br>> proven over and over.<br>><br>>  <br>><br>> However, if you already have a packet waiting to go out, combining packets<br>> after that with each other does create some benefit at no cost (reducing<br>> negotiation time). <br><br>+1<br><br>> Coupled with something like FQ_Codel so that the<br>> combined packets are managed properly, and the queue doesn't bloat, there's<br>> a likely benefit for small packets in reducing overhead.<br><br>One of the more speculative ideas for aggregation I've had was to be mildly more aware of packet pairing in the AP, where we could generally expect at least half the formerly outgoing packets to be matched by new incoming packets.<br><br>given a choice between scheduling a transmission to station<br><br>A: 3 packets outstanding (8 last seen in the other direction)<br>B: 2 packets outstanding (1 last seen in the other direction)<br>C: 5 packets outstanding (6 last seen in the other direction)<br><br>I would schedule transmissions in the order B, C, A, in the hope that more packets would arrive for A by the time it was scheduled.<br><br>I'm not sure how to describe this mathematically, or whether the concept could be made stable, or to what extent it would, indeed, better pack aggregates with tons of stations in use or not.<br><br>><br>> Of course you want the "turn taking" for packets coming in to the access<br>> point from different stations to be "unlumpy" so the maximum *airtime* of a<br><br>There a math term for "unlumpy"? :)<br><br>> packet (transmission unit size / transmission rate) to be limited, so slow<br>> transmitters can't fill up the airtime with low rate, long packets.<br><br>yes. Also, I proposed here that when retransmits and media acquisition start<br>to get out of hand that the maximum ampdu be reduced to 1ms, and we just<br>eat the frame overhead in favor of providing more service to more devices.<br><br><a href="http://www.spinics.net/lists/linux-wireless/msg133340.html">http://www.spinics.net/lists/linux-wireless/msg133340.html</a><br><br>>  <br>><br>> So you don't want big MTU's on the air link, and you want the air link to<br>> discourage occupancy by low-data-rate transmitters.<br>><br>>  <br>><br>><br>><br>> On Thursday, February 12, 2015 5:23pm, "Dave Taht" <<a href="mailto:dave.taht@gmail.com">dave.taht@gmail.com</a>><br>> said:<br>><br>>> The max mtu for wifi is somewhere around 2300 bytes. So there is not a<br>>> lot of benefit, and all kinds of headaches for other devices. I don't<br>>> remember the max mtu for the ag71xx but I think it was 1514+vlan<br>>> header only...<br>>><br>>> No point. The only case where I can think it is useful is when you are<br>>> tunnelling some protocol over another protocol on a wifi p2p link and<br>>> don't want to mess with the underlying mtu. That was the use case for<br>>> it when I tried to deploy ipv4 over ipv6 with the nat work being done<br>>> on the edgepoints a few years back.<br>>><br>>> On Thu, Feb 12, 2015 at 1:46 PM, David Lang <<a href="mailto:david@lang.hm">david@lang.hm</a>> wrote:<br>>> > It occured to me as I was driving home last night that if the APs are<br>>> > working to combine packets into a single transmission due to the high<br>>> > overhead of independent transmissions, would it possibly improve wifi<br>>> > performance to just configure a larger MTU?<br>>> ><br>>> > Has anyone done any experimentation in this area?<br>>> ><br>>> > David Lang<br>>> > _______________________________________________<br>>> > Cerowrt-devel mailing list<br>>> > <a href="mailto:Cerowrt-devel@lists.bufferbloat.net">Cerowrt-devel@lists.bufferbloat.net</a><br>>> > <a href="https://lists.bufferbloat.net/listinfo/cerowrt-devel">https://lists.bufferbloat.net/listinfo/cerowrt-devel</a><br>>><br>>><br>>><br>>> --<br>>> Dave Täht<br>>><br>>> thttp://<a href="http://www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks">www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks</a><br>>> _______________________________________________<br>>> Cerowrt-devel mailing list<br>>> <a href="mailto:Cerowrt-devel@lists.bufferbloat.net">Cerowrt-devel@lists.bufferbloat.net</a><br>>> <a href="https://lists.bufferbloat.net/listinfo/cerowrt-devel">https://lists.bufferbloat.net/listinfo/cerowrt-devel</a><br>>><br><br><br><br>-- <br>Dave Täht<br><br>thttp://<a href="http://www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks">www.bufferbloat.net/projects/bloat/wiki/Upcoming_Talks</a></div>