Message ID | 156889576422.191202.5906619710809654631.stgit@alrua-x1 (mailing list archive) |
---|---|
Headers | show |
Series | Add Airtime Queue Limits (AQL) to mac80211 | expand |
Toke Høiland-Jørgensen <toke@redhat.com> writes: > This series is a first attempt at porting the Airtime Queue Limits concept from > the out-of-tree ath10k implementation[0] to mac80211. I limited the scope of > this RFC to ath10k, but it should be straight forward to enable other drivers > (they just need to provide a last TX bitrate). > > Unfortunately I don't currently have access to hardware to test this, so I'm > posting it here in the hope that someone else will take it for a spin. Do note > that this means that the series is completely untested (although it should > compile :)). Heh, it seems the kernel build bot did not agree with the "at least it compiles" statement. There's a bug in the debugfs code; guess I don't have debugfs enabled on my own build system... Anyway, I've fixed this in the git version, but won't bother submitting a new version here until someone's actually looked at it. If you're going to try and compile it, I'd suggest just cloning the git tree: https://git.kernel.org/pub/scm/linux/kernel/git/toke/linux.git/log/?h=mac80211-aql-01 -Toke