Dave Voutila wrote: > > Stefan Sperling <s...@stsp.name> writes: > > > Here is another attempt at adding Tx aggregation to iwx(4). > > This patch is based on the latest state in CVS (if_iwx.c r1.107, which > > I have committed a minute ago). Sync your tree before applying this patch. > > > > Compared to previous iterations of this patch, I have fixed bugs which > > caused fatal firmware errors and which made traffic stall after roaming. > > > > This patch could still make 7.0 release if it gets sufficient test coverage. > > Please run with this and report any regressions. Thanks! > > > > So far, tested by me on AX200 and AX201 against a Pepwave 11ac AP. > > I have so far not seen any fatal firmware errors, and roaming between 2GHz > > and 5GHz channels offered by the same AP seems to work reliably. > > Throughput goes up to 100 Mbit/s max. > > Looking good so far on my new iwx pcie device. Am able to get 50/25 > Mbit/s up/down via speedtest-cli. Improvement over my previous speeds > from where this device is located. > > Box it came in said it's a "Ubit WIE7265 AX200NGW T2", dmesg reports: > > iwx0 at pci13 dev 0 function 0 "Intel Wi-Fi 6 AX200" rev 0x1a, msix > iwx0: hw rev 0x340, fw ver 63.c04f3485.0, address b0:7d:64:86:b7:80 > > Will try on my X13 later tonight or this weekend. The above device is in > a stationary machine, so I can't test moving the house around with it.
I tested this patch on my x13 gen1 amd. It comes with the exact same card: iwx0 at pci3 dev 0 function 0 "Intel Wi-Fi 6 AX200" rev 0x1a, msix iwx0: hw rev 0x340, fw ver 63.c04f3485.0, address 70:9c:d1:b1:2d:bc All results show the best out of three runs: Reference before patch: # Speedtest from my usual working spot Ping: 37.837 ms Download: 22.62 Mbit/s Upload: 6.63 Mbit/s After patching: # speedtest-cli from my usual working spot Ping: 11.269 ms Download: 28.54 Mbit/s Upload: 12.46 Mbit/s Downloading a 200MB file from my local NFS server averages at 3.3MB/s Uploading a 200MB file to my local NFS server averages at 1.71MB/s Measured with nload(1) # speedtest-cli 20cm next to my AP (Unifi AC Pro) Ping: 13.008 ms Download: 28.65 Mbit/s Upload: 10.19 Mbit/s # speedtest-cli from the other room Ping: 11.456 ms Download: 10.73 Mbit/s Upload: 4.26 Mbit/s # Compared with my x230 (iwn) from my usual working spot Ping: 49.36 ms Download: 45.39 Mbit/s Upload: 35.69 Mbit/s Best regards, Stefan