* [Make-wifi-fast] tcp_pacing_rate_shift and smaller txops
@ 2018-07-02 19:44 Dave Taht
2018-07-02 20:12 ` bkil
0 siblings, 1 reply; 2+ messages in thread
From: Dave Taht @ 2018-07-02 19:44 UTC (permalink / raw)
To: Make-Wifi-fast
wifi APs have the ability to advertise in the beacon, the actual
maximum time of a txop for clients, and 802.11n, for example, cannot
queue an aggregate in the VO queue. the otherwise lovely
tcp_pacing_rate shift thing sets this to a fixed 4ms, when perhaps it
could leverage the actual setting for the queue in question, at least,
as defined by the beacon or 802.11e standard.
I've long thought that perhaps a gaming wifi router would advertise
smaller txops, and for all I know, some do.
this is currently controlled by cwmin and cwmax parameters in hostapd
# Best effort
#tx_queue_data2_aifs=3
#tx_queue_data2_cwmin=15
#tx_queue_data2_cwmax=63
#tx_queue_data2_burst=0
I did a lot of fiddling with this (lowering it to 1,1.5,2ms,3ms,4ms)
at one point (that I cannot currently find). It hurt bandwidth but
helped latency, a lot, and this was from before we shipped fq_codel
for wifi.
--
Dave Täht
CEO, TekLibre, LLC
http://www.teklibre.com
Tel: 1-669-226-2619
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Make-wifi-fast] tcp_pacing_rate_shift and smaller txops
2018-07-02 19:44 [Make-wifi-fast] tcp_pacing_rate_shift and smaller txops Dave Taht
@ 2018-07-02 20:12 ` bkil
0 siblings, 0 replies; 2+ messages in thread
From: bkil @ 2018-07-02 20:12 UTC (permalink / raw)
To: Dave Taht; +Cc: Make-Wifi-fast
Interesting observation. Do you think the new wmm rules could prevent
fine tuning of these constants later on?
https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/commit/?id=fde57be08890095132b9f7d28aaaf9a026b2e608
On Mon, Jul 2, 2018 at 9:44 PM, Dave Taht <dave.taht@gmail.com> wrote:
> wifi APs have the ability to advertise in the beacon, the actual
> maximum time of a txop for clients, and 802.11n, for example, cannot
> queue an aggregate in the VO queue. the otherwise lovely
> tcp_pacing_rate shift thing sets this to a fixed 4ms, when perhaps it
> could leverage the actual setting for the queue in question, at least,
> as defined by the beacon or 802.11e standard.
>
> I've long thought that perhaps a gaming wifi router would advertise
> smaller txops, and for all I know, some do.
>
> this is currently controlled by cwmin and cwmax parameters in hostapd
>
> # Best effort
> #tx_queue_data2_aifs=3
> #tx_queue_data2_cwmin=15
> #tx_queue_data2_cwmax=63
> #tx_queue_data2_burst=0
>
> I did a lot of fiddling with this (lowering it to 1,1.5,2ms,3ms,4ms)
> at one point (that I cannot currently find). It hurt bandwidth but
> helped latency, a lot, and this was from before we shipped fq_codel
> for wifi.
>
> --
>
> Dave Täht
> CEO, TekLibre, LLC
> http://www.teklibre.com
> Tel: 1-669-226-2619
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-02 20:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-02 19:44 [Make-wifi-fast] tcp_pacing_rate_shift and smaller txops Dave Taht
2018-07-02 20:12 ` bkil
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox