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

2018-12-18 Thread Rajkumar Manoharan
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 in ath10k i.e processing N frames per txq

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 i

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

2019-01-10 Thread Rajkumar Manoharan
On 2018-12-19 05:24, Kalle Valo wrote: 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