* Re: [Make-wifi-fast] New Realtek driver 802.11ax, with FQ-CoDel support!
[not found] <mailman.1.1633795201.1059.make-wifi-fast@lists.bufferbloat.net>
@ 2021-10-10 0:09 ` Rich Brown
2021-10-12 14:16 ` Toke Høiland-Jørgensen
0 siblings, 1 reply; 4+ messages in thread
From: Rich Brown @ 2021-10-10 0:09 UTC (permalink / raw)
To: make-wifi-fast
[-- Attachment #1: Type: text/plain, Size: 944 bytes --]
> On Oct 9, 2021, at 12:00 PM, make-wifi-fast-request@lists.bufferbloat.net wrote:
>
> In the process of being upstreamed:
>
> https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com <https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com>
>
>> This driver named rtw89, which is the next generation of rtw88, supports
>> Realtek 8852AE 802.11ax 2x2 chip whose new features are OFDMA, DBCC,
>> Spatial reuse, TWT and BSS coloring; now some of them aren't implemented
>> though.
This is so cool! A couple questions:
1) I have lost track: what drivers now incorporate FQ-CoDel?
2) How can we talk about this in OpenWrt (and elsewhere...)?
- Is it correct/reasonable/sensible to say that the fq_codel wifi drivers are "good" while the others are "not-so-good"
- Does the presence of a chip/driver from 1) above indicate a more desirable device?
- Or is it more nuanced?
Thanks.
Rich
[-- Attachment #2: Type: text/html, Size: 4388 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Make-wifi-fast] New Realtek driver 802.11ax, with FQ-CoDel support!
2021-10-10 0:09 ` [Make-wifi-fast] New Realtek driver 802.11ax, with FQ-CoDel support! Rich Brown
@ 2021-10-12 14:16 ` Toke Høiland-Jørgensen
2021-11-18 23:52 ` Dave Taht
0 siblings, 1 reply; 4+ messages in thread
From: Toke Høiland-Jørgensen @ 2021-10-12 14:16 UTC (permalink / raw)
To: Rich Brown, make-wifi-fast
Rich Brown <richb.hanover@gmail.com> writes:
>> On Oct 9, 2021, at 12:00 PM, make-wifi-fast-request@lists.bufferbloat.net wrote:
>>
>> In the process of being upstreamed:
>>
>> https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com <https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com>
>>
>>> This driver named rtw89, which is the next generation of rtw88, supports
>>> Realtek 8852AE 802.11ax 2x2 chip whose new features are OFDMA, DBCC,
>>> Spatial reuse, TWT and BSS coloring; now some of them aren't implemented
>>> though.
>
> This is so cool! A couple questions:
>
> 1) I have lost track: what drivers now incorporate FQ-CoDel?
$ cd drivers/net/wireless && git grep -l wake_tx_queueath/ath10k/mac.c
ath/ath9k/ath9k.h
ath/ath9k/main.c
ath/ath9k/xmit.c
intel/iwlwifi/mvm/mac80211.c
mediatek/mt76/mt76.h
mediatek/mt76/mt7603/main.c
mediatek/mt76/mt7615/main.c
mediatek/mt76/mt76x0/pci.c
mediatek/mt76/mt76x0/usb.c
mediatek/mt76/mt76x2/pci_main.c
mediatek/mt76/mt76x2/usb_main.c
mediatek/mt76/mt7915/main.c
mediatek/mt76/mt7921/main.c
mediatek/mt76/tx.c
realtek/rtw88/mac80211.c
> 2) How can we talk about this in OpenWrt (and elsewhere...)?
> - Is it correct/reasonable/sensible to say that the fq_codel wifi drivers are "good" while the others are "not-so-good"
> - Does the presence of a chip/driver from 1) above indicate a more desirable device?
> - Or is it more nuanced?
For just the FQ-codel in driver support, yeah, I think it's fair to say
that it's unambiguously "better".
-Toke
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Make-wifi-fast] New Realtek driver 802.11ax, with FQ-CoDel support!
2021-10-12 14:16 ` Toke Høiland-Jørgensen
@ 2021-11-18 23:52 ` Dave Taht
0 siblings, 0 replies; 4+ messages in thread
From: Dave Taht @ 2021-11-18 23:52 UTC (permalink / raw)
To: Toke Høiland-Jørgensen; +Cc: Rich Brown, Make-Wifi-fast
I am hoping I can finally retire my ath9k and ath10k chips by next
christmas. Apparently amd is leveraging the mediatek MT7921K chip.
https://www.tomshardware.com/news/mediatek-and-amd-team-up-on-wi-fi-6e-chips-for-next-gen-ryzen-pcs
On Tue, Oct 12, 2021 at 7:17 AM Toke Høiland-Jørgensen via
Make-wifi-fast <make-wifi-fast@lists.bufferbloat.net> wrote:
>
> Rich Brown <richb.hanover@gmail.com> writes:
>
> >> On Oct 9, 2021, at 12:00 PM, make-wifi-fast-request@lists.bufferbloat.net wrote:
> >>
> >> In the process of being upstreamed:
> >>
> >> https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com <https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com>
> >>
> >>> This driver named rtw89, which is the next generation of rtw88, supports
> >>> Realtek 8852AE 802.11ax 2x2 chip whose new features are OFDMA, DBCC,
> >>> Spatial reuse, TWT and BSS coloring; now some of them aren't implemented
> >>> though.
> >
> > This is so cool! A couple questions:
> >
> > 1) I have lost track: what drivers now incorporate FQ-CoDel?
>
> $ cd drivers/net/wireless && git grep -l wake_tx_queueath/ath10k/mac.c
> ath/ath9k/ath9k.h
> ath/ath9k/main.c
> ath/ath9k/xmit.c
> intel/iwlwifi/mvm/mac80211.c
> mediatek/mt76/mt76.h
> mediatek/mt76/mt7603/main.c
> mediatek/mt76/mt7615/main.c
> mediatek/mt76/mt76x0/pci.c
> mediatek/mt76/mt76x0/usb.c
> mediatek/mt76/mt76x2/pci_main.c
> mediatek/mt76/mt76x2/usb_main.c
> mediatek/mt76/mt7915/main.c
> mediatek/mt76/mt7921/main.c
> mediatek/mt76/tx.c
> realtek/rtw88/mac80211.c
>
> > 2) How can we talk about this in OpenWrt (and elsewhere...)?
> > - Is it correct/reasonable/sensible to say that the fq_codel wifi drivers are "good" while the others are "not-so-good"
> > - Does the presence of a chip/driver from 1) above indicate a more desirable device?
> > - Or is it more nuanced?
>
> For just the FQ-codel in driver support, yeah, I think it's fair to say
> that it's unambiguously "better".
>
> -Toke
> _______________________________________________
> Make-wifi-fast mailing list
> Make-wifi-fast@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/make-wifi-fast
--
I tried to build a better future, a few times:
https://wayforward.archive.org/?site=https%3A%2F%2Fwww.icei.org
Dave Täht CEO, TekLibre, LLC
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Make-wifi-fast] New Realtek driver 802.11ax, with FQ-CoDel support!
@ 2021-10-08 17:46 Toke Høiland-Jørgensen
0 siblings, 0 replies; 4+ messages in thread
From: Toke Høiland-Jørgensen @ 2021-10-08 17:46 UTC (permalink / raw)
To: make-wifi-fast
In the process of being upstreamed:
https://lore.kernel.org/r/20211008035627.19463-1-pkshih@realtek.com
> This driver named rtw89, which is the next generation of rtw88, supports
> Realtek 8852AE 802.11ax 2x2 chip whose new features are OFDMA, DBCC,
> Spatial reuse, TWT and BSS coloring; now some of them aren't implemented
> though.
-Toke
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-18 23:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <mailman.1.1633795201.1059.make-wifi-fast@lists.bufferbloat.net>
2021-10-10 0:09 ` [Make-wifi-fast] New Realtek driver 802.11ax, with FQ-CoDel support! Rich Brown
2021-10-12 14:16 ` Toke Høiland-Jørgensen
2021-11-18 23:52 ` Dave Taht
2021-10-08 17:46 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