Lets make wifi fast again!
 help / color / mirror / Atom feed
* [Make-wifi-fast] Does mac80211 use fq_codel
@ 2016-07-20 12:52 N0man Tech
  2016-07-20 13:15 ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 5+ messages in thread
From: N0man Tech @ 2016-07-20 12:52 UTC (permalink / raw)
  To: make-wifi-fast

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]

Hi,

I was wondering if mac80211 currently uses fq_codel in LEDE using
intermediate software queues.

Thank you,
Noah Causin

[-- Attachment #2: Type: text/html, Size: 183 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Make-wifi-fast] Does mac80211 use fq_codel
  2016-07-20 12:52 [Make-wifi-fast] Does mac80211 use fq_codel N0man Tech
@ 2016-07-20 13:15 ` Toke Høiland-Jørgensen
  2016-07-20 13:30   ` Michal Kazior
  0 siblings, 1 reply; 5+ messages in thread
From: Toke Høiland-Jørgensen @ 2016-07-20 13:15 UTC (permalink / raw)
  To: N0man Tech; +Cc: make-wifi-fast

N0man Tech <n0manletter@gmail.com> writes:

> I was wondering if mac80211 currently uses fq_codel in LEDE using
> intermediate software queues.

Depends on your driver: If you're using ath10k it does (I think). If
you're using ath9k, there's a patch in nbd's staging tree. No other
drivers use the intermediate queues that I'm aware of.

-Toke

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Make-wifi-fast] Does mac80211 use fq_codel
  2016-07-20 13:15 ` Toke Høiland-Jørgensen
@ 2016-07-20 13:30   ` Michal Kazior
  2016-07-20 15:37     ` Noah Causin
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Kazior @ 2016-07-20 13:30 UTC (permalink / raw)
  To: Toke Høiland-Jørgensen; +Cc: N0man Tech, make-wifi-fast

On 20 July 2016 at 15:15, Toke Høiland-Jørgensen <toke@toke.dk> wrote:
> N0man Tech <n0manletter@gmail.com> writes:
>
>> I was wondering if mac80211 currently uses fq_codel in LEDE using
>> intermediate software queues.
>
> Depends on your driver: If you're using ath10k it does (I think). If

If you have a very recent patch (I think nbd's staging tree contains
it) ath10k will not support it unless you have a firmware capable of
peer-flow-control (not sure if it's publicly available yet). Not even
sure what FW is used in LEDE/OpenWRT now.


> you're using ath9k, there's a patch in nbd's staging tree. No other
> drivers use the intermediate queues that I'm aware of.

There's mt76 but I'm not sure if it's available in OpenWRT/LEDE (and
if so on which branch/repo).


Michał

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Make-wifi-fast] Does mac80211 use fq_codel
  2016-07-20 13:30   ` Michal Kazior
@ 2016-07-20 15:37     ` Noah Causin
  2016-07-21 10:28       ` Toke Høiland-Jørgensen
  0 siblings, 1 reply; 5+ messages in thread
From: Noah Causin @ 2016-07-20 15:37 UTC (permalink / raw)
  To: Michal Kazior, Toke Høiland-Jørgensen; +Cc: make-wifi-fast

Thank you both for the information.

I was wondering.  Would this commit for LEDE disable the fq portion of 
fq_codel in mac80211?

https://github.com/lede-project/source/commit/4952469ff9278288d766b28247a17694b1c4faaa

On 7/20/2016 9:30 AM, Michal Kazior wrote:
> On 20 July 2016 at 15:15, Toke Høiland-Jørgensen <toke@toke.dk> wrote:
>> N0man Tech <n0manletter@gmail.com> writes:
>>
>>> I was wondering if mac80211 currently uses fq_codel in LEDE using
>>> intermediate software queues.
>> Depends on your driver: If you're using ath10k it does (I think). If
> If you have a very recent patch (I think nbd's staging tree contains
> it) ath10k will not support it unless you have a firmware capable of
> peer-flow-control (not sure if it's publicly available yet). Not even
> sure what FW is used in LEDE/OpenWRT now.
>
>
>> you're using ath9k, there's a patch in nbd's staging tree. No other
>> drivers use the intermediate queues that I'm aware of.
> There's mt76 but I'm not sure if it's available in OpenWRT/LEDE (and
> if so on which branch/repo).
>
>
> Michał


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Make-wifi-fast] Does mac80211 use fq_codel
  2016-07-20 15:37     ` Noah Causin
@ 2016-07-21 10:28       ` Toke Høiland-Jørgensen
  0 siblings, 0 replies; 5+ messages in thread
From: Toke Høiland-Jørgensen @ 2016-07-21 10:28 UTC (permalink / raw)
  To: Noah Causin, Michal Kazior; +Cc: make-wifi-fast

Yes. We have seen some performance problems with it enabled, so it is disabled until those are worked out.

-Toke

On 20 July 2016 17:37:28 CEST, Noah Causin <n0manletter@gmail.com> wrote:
>Thank you both for the information.
>
>I was wondering.  Would this commit for LEDE disable the fq portion of 
>fq_codel in mac80211?
>
>https://github.com/lede-project/source/commit/4952469ff9278288d766b28247a17694b1c4faaa
>
>On 7/20/2016 9:30 AM, Michal Kazior wrote:
>> On 20 July 2016 at 15:15, Toke Høiland-Jørgensen <toke@toke.dk>
>wrote:
>>> N0man Tech <n0manletter@gmail.com> writes:
>>>
>>>> I was wondering if mac80211 currently uses fq_codel in LEDE using
>>>> intermediate software queues.
>>> Depends on your driver: If you're using ath10k it does (I think). If
>> If you have a very recent patch (I think nbd's staging tree contains
>> it) ath10k will not support it unless you have a firmware capable of
>> peer-flow-control (not sure if it's publicly available yet). Not even
>> sure what FW is used in LEDE/OpenWRT now.
>>
>>
>>> you're using ath9k, there's a patch in nbd's staging tree. No other
>>> drivers use the intermediate queues that I'm aware of.
>> There's mt76 but I'm not sure if it's available in OpenWRT/LEDE (and
>> if so on which branch/repo).
>>
>>
>> Michał

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-21 10:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 12:52 [Make-wifi-fast] Does mac80211 use fq_codel N0man Tech
2016-07-20 13:15 ` Toke Høiland-Jørgensen
2016-07-20 13:30   ` Michal Kazior
2016-07-20 15:37     ` Noah Causin
2016-07-21 10:28       ` Toke Høiland-Jørgensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox