Re: [PATCH v4 0/3] Enable ath10k wcn3990 wifi driver support on sdm845

2018-12-19 Thread Govind Singh
Hi Kalle, On 2018-11-17 16:39, Kalle Valo wrote: Govind Singh writes: On 2018-11-16 18:59, Kalle Valo wrote: Govind Singh writes: This series enables ath10k wifi driver support for WCN3990 target on sdm845 SOC. This series also updates the missing dt binding documentation and adds

Re: [PATCH v5 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-12-19 Thread kbuild test robot
Hi Toke, I love your patch! Perhaps something to improve: [auto build test WARNING on mac80211/master] [also build test WARNING on v4.20-rc7] [cannot apply to next-20181219] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https

Re: [PATCH v2] ath10k: skip sending quiet mode cmd for WCN3990

2018-12-19 Thread Kalle Valo
Kalle Valo wrote: > From: Rakesh Pillai > > HL2.0 firmware does not support setting quiet mode. If the host driver sends > the quiet mode setting command to the HL2.0 firmware, it crashes with the > below > signature. > > fatal error received: err_qdi.c:456:EX:wlan_process:1:WLAN

Re: [Make-wifi-fast] [PATCH v5 0/6] Move TXQ scheduling and airtime fairness into mac80211

2018-12-19 Thread Dave Taht
Toke Høiland-Jørgensen writes: > Rajkumar Manoharan writes: > >> All, >> >> Sorry for the long delay. Here is the consolidated series of mac80211, >> ath9k and ath10k changes for moving TXQ scheduling and airtime fairness >> into mac80211 and support airtime fairness. > > Thanks for taking care

Re: [PATCH v2] ath10k: skip sending quiet mode cmd for WCN3990

2018-12-19 Thread Kalle Valo
(fixing top posting, PLEASE do not top post) Rakesh Pillai writes: > On 2018-12-14 17:26, Kalle Valo wrote: >> Kalle Valo writes: >> >>> From: Rakesh Pillai >>> >>> HL2.0 firmware does not support setting quiet mode. If the host >>> driver sends >>> the quiet mode setting command to the

Re: [PATCH v5 6/6] ath10k: reporting estimated tx airtime for fairness

2018-12-19 Thread Kalle Valo
Rajkumar Manoharan writes: > From: Kan Yan > > Transmit airtime will be estimated from last tx rate used. > Firmware report tx rate by peer stats. Airtime is computed > on tx path and the same will be reported to mac80211 upon > tx completion. > > This change is based on Kan's orginal commit in

Re: [PATCH v5 5/6] ath10k: migrate to mac80211 txq scheduling

2018-12-19 Thread Kalle Valo
Rajkumar Manoharan writes: > From: Toke Høiland-Jørgensen > > ath10k maintains common txqs list for all stations. This txq > management can be removed by migrating to mac80211 txq APIs > and let mac80211 handle txqs reordering based on reported airtime. > By doing this, txq fairness maintained

Re: [PATCH v5 0/6] Move TXQ scheduling and airtime fairness into mac80211

2018-12-19 Thread Toke Høiland-Jørgensen
Rajkumar Manoharan writes: > All, > > Sorry for the long delay. Here is the consolidated series of mac80211, > ath9k and ath10k changes for moving TXQ scheduling and airtime fairness > into mac80211 and support airtime fairness. Thanks for taking care of the respin! Johannes, I think it's safe