Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-20 Thread Ben Greear
On 08/20/2018 05:46 AM, Toke Høiland-Jørgensen wrote: Arend van Spriel writes: + Eric On 8/10/2018 9:52 PM, Ben Greear wrote: On 08/10/2018 12:28 PM, Arend van Spriel wrote: On 8/10/2018 3:20 PM, Toke Høiland-Jørgensen wrote: Arend van Spriel writes: On 8/8/2018 9:00 PM, Peter Oh

Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-20 Thread Toke Høiland-Jørgensen
Arend van Spriel writes: > + Eric > > On 8/10/2018 9:52 PM, Ben Greear wrote: >> On 08/10/2018 12:28 PM, Arend van Spriel wrote: >>> On 8/10/2018 3:20 PM, Toke Høiland-Jørgensen wrote: Arend van Spriel writes: > On 8/8/2018 9:00 PM, Peter Oh wrote: >> >> >> On

Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-11 Thread Arend van Spriel
+ Eric On 8/10/2018 9:52 PM, Ben Greear wrote: On 08/10/2018 12:28 PM, Arend van Spriel wrote: On 8/10/2018 3:20 PM, Toke Høiland-Jørgensen wrote: Arend van Spriel writes: On 8/8/2018 9:00 PM, Peter Oh wrote: On 08/08/2018 03:40 AM, Wen Gong wrote: Add a field for ath10k to adjust the

Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-10 Thread Ben Greear
On 08/10/2018 12:28 PM, Arend van Spriel wrote: On 8/10/2018 3:20 PM, Toke Høiland-Jørgensen wrote: Arend van Spriel writes: On 8/8/2018 9:00 PM, Peter Oh wrote: On 08/08/2018 03:40 AM, Wen Gong wrote: Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set the default value

Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-10 Thread Arend van Spriel
On 8/10/2018 3:20 PM, Toke Høiland-Jørgensen wrote: Arend van Spriel writes: On 8/8/2018 9:00 PM, Peter Oh wrote: On 08/08/2018 03:40 AM, Wen Gong wrote: Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set the default value to 8, and ath10k will change it to 6. Then

Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-10 Thread Toke Høiland-Jørgensen
Arend van Spriel writes: > On 8/8/2018 9:00 PM, Peter Oh wrote: >> >> >> On 08/08/2018 03:40 AM, Wen Gong wrote: >>> Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set >>> the default value to 8, and ath10k will change it to 6. Then mac80211 >>> will use the changed value 6 as

Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-09 Thread Arend van Spriel
On 8/8/2018 9:00 PM, Peter Oh wrote: On 08/08/2018 03:40 AM, Wen Gong wrote: Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set the default value to 8, and ath10k will change it to 6. Then mac80211 will use the changed value 6 as sk_pacing_shift since 6 is the best value for

Re: [PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-08 Thread Peter Oh
On 08/08/2018 03:40 AM, Wen Gong wrote: Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set the default value to 8, and ath10k will change it to 6. Then mac80211 will use the changed value 6 as sk_pacing_shift since 6 is the best value for tx throughput by test result. I don't

[PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput

2018-08-08 Thread Wen Gong
Add a field for ath10k to adjust the sk_pacing_shift, mac80211 set the default value to 8, and ath10k will change it to 6. Then mac80211 will use the changed value 6 as sk_pacing_shift since 6 is the best value for tx throughput by test result. Wen Gong (2): mac80211: Change sk_pacing_shift