OSDN Git Service

mac80211: Change default tx_sk_pacing_shift to 7
authorToke Høiland-Jørgensen <toke@redhat.com>
Thu, 21 Feb 2019 17:29:36 +0000 (18:29 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Feb 2019 12:32:55 +0000 (13:32 +0100)
commit5c14a4d05f68415af9e41a4e667d1748d41d1baf
treee8a60ae7844bab16281d898bc03e6cc4cd70b6db
parent17407715240456448e4989bee46ffc93991add83
mac80211: Change default tx_sk_pacing_shift to 7

When we did the original tests for the optimal value of sk_pacing_shift, we
came up with 6 ms of buffering as the default. Sadly, 6 is not a power of
two, so when picking the shift value I erred on the size of less buffering
and picked 4 ms instead of 8. This was probably wrong; those 2 ms of extra
buffering makes a larger difference than I thought.

So, change the default pacing shift to 7, which corresponds to 8 ms of
buffering. The point of diminishing returns really kicks in after 8 ms, and
so having this as a default should cut down on the need for extensive
per-device testing and overrides needed in the drivers.

Cc: stable@vger.kernel.org
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/main.c