Re: [PATCH] ath10k: support PCIe enter L1 state

2018-11-15 Thread Michał Kazior
On Fri, 16 Nov 2018 at 08:00, Kalle Valo wrote: > > Brian Norris writes: > > On Thu, Nov 15, 2018 at 06:38:25AM +, Wen Gong wrote: > >> > > >> > Is there some reason L1 was disabled in the first place? Was it known to > >> > be > >> > unreliable? > >> > >> Hi Brian, > >> It is a BUG for

Re: [PATCH] ath10k: support PCIe enter L1 state

2018-11-15 Thread Kalle Valo
Brian Norris writes: > On Thu, Nov 15, 2018 at 06:38:25AM +, Wen Gong wrote: >> > >> > Is there some reason L1 was disabled in the first place? Was it known to be >> > unreliable? >> >> Hi Brian, >> It is a BUG for power, and it is not considered this BUG before. >> So this change will fix

Re: [PATCH] ath10k: support PCIe enter L1 state

2018-11-15 Thread Brian Norris
Hi, On Thu, Nov 15, 2018 at 06:38:25AM +, Wen Gong wrote: > > -Original Message- > > From: ath10k On Behalf Of Brian Norris > > > > Is there some reason L1 was disabled in the first place? Was it known to be > > unreliable? > > Hi Brian, > It is a BUG for power, and it is not

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

2018-11-15 Thread Toke Høiland-Jørgensen
Felix Fietkau writes: > On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote: >>> This part doesn't really make much sense to me, but maybe I'm >>> misunderstanding how the code works. >>> Let's assume we have a driver like ath9k or mt76, which tries to keep a >>> number of aggregates in the

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-15 Thread Toke Høiland-Jørgensen
Louie Lu writes: > Hi Rajkumar, Toke, > > I found the series (v3,4/6) remove the debugfs remove reset station's > airtime method, and didn't added at here. > > Not sure how to help this kind of situation, do I need a separate > patch to fix this, or posting the patch here is fine? This is fine;

[PATCH] ath10k: report tx airtime provided by fw

2018-11-15 Thread Manikanta Pubbisetty
If supported, update transmit airtime in mac80211 with the airtime values reported by the firmware. TX airtime of the PPDU is reported via HTT data TX completion indication message. A new service flag 'WMI_SERVICE_REPORT_AIRTIME' is added to advertise the firmware support. For firmwares which do

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

2018-11-15 Thread Felix Fietkau
On 2018-11-14 18:40, Toke Høiland-Jørgensen wrote: >> This part doesn't really make much sense to me, but maybe I'm >> misunderstanding how the code works. >> Let's assume we have a driver like ath9k or mt76, which tries to keep a >> number of aggregates in the hardware queue, and the hardware

Re: [Make-wifi-fast] [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-15 Thread Louie Lu
Hi Rajkumar, Toke, I found the series (v3,4/6) remove the debugfs remove reset station's airtime method, and didn't added at here. Not sure how to help this kind of situation, do I need a separate patch to fix this, or posting the patch here is fine? From