Are the wifi lag/stall issues for R7800 fixed in 22.03.0-rc6? What about porting the fixes to 21.02.x? I lost track where we are, lots of discussion in this thread. Thanks for catching me up!
Yes, no more lag/stall issue for R7800 in 22.03.0-rc6.
Now give yourself the challenge to persuade @nbd to commit the same fixes to 21.02.x so the next 21.02.4 release will be golden again.
That would also be a great consolation prize for people running NSS image with PPPoE WAN. PPPoE/NSS is completely broken in 22.03 and Master (both on kernel 5.10 for R7800), so the only way to get NSS acceleration for PPPoE WAN is to revert back to 21.02 (kernel 5.4). But there you are with laggy WIFI issues. It's like being a little kitten trapped from both ends by 2 raccoon comrades-in-crime.
Thank you. Now, is the wifi performance better with these patches than it was in 21.02.1 or am I asking for too much?
Yes, WIFI in 22.03.0-RC6 and current Master work as well as 21.02.1 and maybe even better.
Depends for who... I didn't notice any major differences in speed or access times - I'd even be inclined to say that speeds were better on 21.02 - especially on longer distances (on ipq4018).
One of the things we've been doing semi-successfully is adding more rigor to the tests, and retaining historical data, so we can better compare "improvements" going forward. Right now I see too much latency compared to the original (2016) ath9k effort, and don't have any good data on multi-station performance with the fixes we've landed to date. I think the
tx_queue_data2_burst=2.0
(and 3) AP changes need to be tested on more hw in particular, which will improve throughput from the AP in contended scenarios. Two patches starting at: Reducing multiplexing latencies still further in wifi - #10 by amteza have not made it into rc6, but are just scripts....
So my hope would be for all of us, to somehow, going forward, to not be "inclined" to think things have got worse or better, but to actually know.
We were not talking about lagging that could only be observed when running tests with tools like flent etc. The lagging problem in 21.02.2, 21.02.3, 22.03.0-RC5 (and earlier) was so severe that online meetings (WebEx, Zoom etc.) or online games appeared to be frozen for a few minutes (yes minutes!) when the lagging condition surfaced, to the point of having an unusable network. There were several different culprits that might trigger such condition, but one of the well-known culprits (as reported by many people, including me) was due to some WIFI client (e.g. phone etc.) leaving the home when these online activities were happening.
so far as I understand the walkaway bug was resolved by this: AQL and the ath10k is *lovely* - #780 by Lynx
we weren't so much talking about "lagging" but "halting" in that case.
The very first fix that cured that lagging/halting issue was this one:
https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=aab535d2bbc414aecde5770152e7da6690462b9a
"mac80211: add airtime fairness improvements
This reverts the airtime scheduler back from the virtual-time based schedulerto the deficit round robin scheduler implementation.
This reduces burstiness and improves fairness by improving interaction with AQL."
I am under the impression that was un-reverted with the true fix being the multicast fix. ?
Also, I am pedantic - "lag" to me means events measured in ms. "halting" means events measured in 100s of ms.
That fix was only for people using multicast (e.g. enabling uPnP) in their WIFI network. The horrible walkaway bug had nothing to do with multicast.
FYI, you can integrate all recent mac80211 patches from @nbd for 22.03/Master into 21.02 without any modification needed. You just need to build your own images.
@dtaht, see below ath10k-ct-smallbuffers
driver tests on a TP-Link RE450v2 running v22.03-rc6, it took me awhile to compile a image that fitted in this small device.
WiFi connectivity as per below (same computer, same spots for computer and AP):
I performed a couple of RRUL_BE tests, and TBH I suspect they might be affected by the AP being CPU bounded. First one with tx_burst=2.0
and second one with tx_burst=3.0
:
And after I proceeded to repeat the same download/upload test I ran with my mt76
, see below:
T="v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off"; for i in 1 2 4 8 16; do flent -l 30 --socket-stats -x --step-size=.05 --te=upload_streams=$i -H openwrt.lan -t tcp_nup-$i-threads-$T tcp_nup; flent -l 30 --socket-stats -x --step-size=.05 --te=download_streams=$i -H openwrt.lan -t tcp_ndown-$i-threads-$T tcp_ndown; done
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_nup test. Expected run time: 40 seconds.
Data file written to ./tcp_nup-2022-08-12T194639.109026.tcp_nup-1-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_nup test run from 2022-08-12 19:46:39.109026
Title: 'tcp_nup-1-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 39.20 45.10 ms 800
TCP upload avg : 354.70 N/A Mbits/s 800
TCP upload sum : 354.70 N/A Mbits/s 800
TCP upload::1 : 354.70 362.35 Mbits/s 800
TCP upload::1::tcp_cwnd : 1539.68 1543.00 490
TCP upload::1::tcp_delivery_rate : 330.99 331.51 490
TCP upload::1::tcp_pacing_rate : 499.96 472.00 490
TCP upload::1::tcp_rtt : 45.06 45.62 490
TCP upload::1::tcp_rtt_var : 0.49 0.18 490
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_ndown test. Expected run time: 40 seconds.
Data file written to ./tcp_ndown-2022-08-12T194725.070275.tcp_ndown-1-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_ndown test run from 2022-08-12 19:47:25.070275
Title: 'tcp_ndown-1-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 9.95 11.35 ms 799
TCP download avg : 283.63 N/A Mbits/s 799
TCP download sum : 283.63 N/A Mbits/s 799
TCP download::1 : 283.63 288.70 Mbits/s 799
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_nup test. Expected run time: 40 seconds.
Data file written to ./tcp_nup-2022-08-12T194810.417894.tcp_nup-2-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_nup test run from 2022-08-12 19:48:10.417894
Title: 'tcp_nup-2-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 35.94 42.50 ms 798
TCP upload avg : 196.17 N/A Mbits/s 799
TCP upload sum : 392.34 N/A Mbits/s 799
TCP upload::1 : 280.62 282.92 Mbits/s 799
TCP upload::1::tcp_cwnd : 1176.18 1229.00 491
TCP upload::1::tcp_delivery_rate : 257.47 258.11 491
TCP upload::1::tcp_pacing_rate : 396.56 370.02 491
TCP upload::1::tcp_rtt : 43.78 44.03 489
TCP upload::1::tcp_rtt_var : 0.80 0.33 489
TCP upload::2 : 111.72 112.48 Mbits/s 799
TCP upload::2::tcp_cwnd : 472.15 473.50 492
TCP upload::2::tcp_delivery_rate : 103.93 103.19 492
TCP upload::2::tcp_pacing_rate : 155.14 147.01 492
TCP upload::2::tcp_rtt : 44.66 44.86 491
TCP upload::2::tcp_rtt_var : 2.21 1.84 491
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_ndown test. Expected run time: 40 seconds.
Data file written to ./tcp_ndown-2022-08-12T194855.867234.tcp_ndown-2-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_ndown test run from 2022-08-12 19:48:55.867234
Title: 'tcp_ndown-2-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 10.80 12.40 ms 799
TCP download avg : 140.16 N/A Mbits/s 799
TCP download sum : 280.31 N/A Mbits/s 799
TCP download::1 : 92.25 94.63 Mbits/s 799
TCP download::2 : 188.06 188.11 Mbits/s 799
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_nup test. Expected run time: 40 seconds.
Data file written to ./tcp_nup-2022-08-12T194941.312158.tcp_nup-4-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_nup test run from 2022-08-12 19:49:41.312158
Title: 'tcp_nup-4-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 37.15 44.10 ms 799
TCP upload avg : 93.36 N/A Mbits/s 799
TCP upload sum : 373.46 N/A Mbits/s 799
TCP upload::1 : 88.45 89.39 Mbits/s 799
TCP upload::1::tcp_cwnd : 375.93 390.00 494
TCP upload::1::tcp_delivery_rate : 82.99 83.60 494
TCP upload::1::tcp_pacing_rate : 120.14 114.97 494
TCP upload::1::tcp_rtt : 45.06 45.65 493
TCP upload::1::tcp_rtt_var : 1.45 1.09 493
TCP upload::2 : 128.17 128.19 Mbits/s 799
TCP upload::2::tcp_cwnd : 544.09 539.50 494
TCP upload::2::tcp_delivery_rate : 120.07 120.41 494
TCP upload::2::tcp_pacing_rate : 174.69 168.15 494
TCP upload::2::tcp_rtt : 45.02 45.36 492
TCP upload::2::tcp_rtt_var : 1.43 1.11 492
TCP upload::3 : 78.62 79.63 Mbits/s 799
TCP upload::3::tcp_cwnd : 334.47 344.00 494
TCP upload::3::tcp_delivery_rate : 73.80 74.42 494
TCP upload::3::tcp_pacing_rate : 106.54 102.24 494
TCP upload::3::tcp_rtt : 45.25 45.70 491
TCP upload::3::tcp_rtt_var : 1.68 1.31 491
TCP upload::4 : 78.22 79.12 Mbits/s 799
TCP upload::4::tcp_cwnd : 332.14 341.50 494
TCP upload::4::tcp_delivery_rate : 73.25 73.68 494
TCP upload::4::tcp_pacing_rate : 106.32 101.80 494
TCP upload::4::tcp_rtt : 45.20 45.80 493
TCP upload::4::tcp_rtt_var : 1.56 1.27 493
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_ndown test. Expected run time: 40 seconds.
Data file written to ./tcp_ndown-2022-08-12T195026.986965.tcp_ndown-4-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_ndown test run from 2022-08-12 19:50:26.986965
Title: 'tcp_ndown-4-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 11.10 12.70 ms 799
TCP download avg : 69.18 N/A Mbits/s 799
TCP download sum : 276.72 N/A Mbits/s 799
TCP download::1 : 96.15 94.24 Mbits/s 799
TCP download::2 : 69.40 67.06 Mbits/s 799
TCP download::3 : 68.41 67.34 Mbits/s 799
TCP download::4 : 42.76 42.89 Mbits/s 799
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_nup test. Expected run time: 40 seconds.
Data file written to ./tcp_nup-2022-08-12T195112.637708.tcp_nup-8-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_nup test run from 2022-08-12 19:51:12.637708
Title: 'tcp_nup-8-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 39.00 46.65 ms 796
TCP upload avg : 45.08 N/A Mbits/s 799
TCP upload sum : 360.66 N/A Mbits/s 799
TCP upload::1 : 32.49 32.91 Mbits/s 799
TCP upload::1::tcp_cwnd : 146.48 151.00 492
TCP upload::1::tcp_delivery_rate : 30.42 30.31 492
TCP upload::1::tcp_pacing_rate : 42.62 41.88 492
TCP upload::1::tcp_rtt : 49.03 48.98 490
TCP upload::1::tcp_rtt_var : 2.46 2.14 490
TCP upload::2 : 31.75 32.28 Mbits/s 799
TCP upload::2::tcp_cwnd : 142.98 148.00 493
TCP upload::2::tcp_delivery_rate : 29.54 29.69 493
TCP upload::2::tcp_pacing_rate : 41.61 40.71 493
TCP upload::2::tcp_rtt : 49.08 48.95 491
TCP upload::2::tcp_rtt_var : 2.51 2.19 491
TCP upload::3 : 89.45 89.28 Mbits/s 799
TCP upload::3::tcp_cwnd : 397.33 393.00 494
TCP upload::3::tcp_delivery_rate : 84.16 82.24 494
TCP upload::3::tcp_pacing_rate : 120.01 114.33 494
TCP upload::3::tcp_rtt : 47.98 48.03 492
TCP upload::3::tcp_rtt_var : 1.56 1.24 492
TCP upload::4 : 29.60 30.14 Mbits/s 799
TCP upload::4::tcp_cwnd : 133.60 139.00 493
TCP upload::4::tcp_delivery_rate : 27.70 28.07 493
TCP upload::4::tcp_pacing_rate : 38.67 38.21 493
TCP upload::4::tcp_rtt : 49.11 49.26 493
TCP upload::4::tcp_rtt_var : 2.55 2.19 493
TCP upload::5 : 30.47 30.61 Mbits/s 799
TCP upload::5::tcp_cwnd : 137.33 142.00 493
TCP upload::5::tcp_delivery_rate : 28.45 28.85 493
TCP upload::5::tcp_pacing_rate : 39.78 39.07 493
TCP upload::5::tcp_rtt : 49.16 49.08 490
TCP upload::5::tcp_rtt_var : 2.56 2.26 490
TCP upload::6 : 56.69 57.52 Mbits/s 799
TCP upload::6::tcp_cwnd : 252.87 257.00 494
TCP upload::6::tcp_delivery_rate : 53.06 52.68 494
TCP upload::6::tcp_pacing_rate : 74.94 72.81 494
TCP upload::6::tcp_rtt : 48.48 48.62 493
TCP upload::6::tcp_rtt_var : 2.01 1.77 493
TCP upload::7 : 44.33 44.92 Mbits/s 799
TCP upload::7::tcp_cwnd : 198.82 202.00 492
TCP upload::7::tcp_delivery_rate : 41.48 41.67 492
TCP upload::7::tcp_pacing_rate : 58.42 57.00 492
TCP upload::7::tcp_rtt : 48.72 48.98 489
TCP upload::7::tcp_rtt_var : 2.20 1.87 489
TCP upload::8 : 45.88 45.95 Mbits/s 799
TCP upload::8::tcp_cwnd : 204.94 205.00 493
TCP upload::8::tcp_delivery_rate : 42.91 42.69 493
TCP upload::8::tcp_pacing_rate : 60.38 58.80 493
TCP upload::8::tcp_rtt : 48.61 48.76 489
TCP upload::8::tcp_rtt_var : 2.17 1.90 489
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_ndown test. Expected run time: 40 seconds.
Data file written to ./tcp_ndown-2022-08-12T195158.717881.tcp_ndown-8-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_ndown test run from 2022-08-12 19:51:58.717881
Title: 'tcp_ndown-8-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 11.60 13.70 ms 799
TCP download avg : 34.23 N/A Mbits/s 799
TCP download sum : 273.84 N/A Mbits/s 799
TCP download::1 : 28.30 26.88 Mbits/s 799
TCP download::2 : 40.94 40.12 Mbits/s 799
TCP download::3 : 33.05 32.92 Mbits/s 799
TCP download::4 : 27.36 27.06 Mbits/s 799
TCP download::5 : 28.41 28.18 Mbits/s 799
TCP download::6 : 37.60 35.01 Mbits/s 799
TCP download::7 : 43.26 42.31 Mbits/s 799
TCP download::8 : 34.92 34.03 Mbits/s 799
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_nup test. Expected run time: 40 seconds.
Data file written to ./tcp_nup-2022-08-12T195244.790658.tcp_nup-16-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_nup test run from 2022-08-12 19:52:44.790658
Title: 'tcp_nup-16-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 39.56 46.70 ms 794
TCP upload avg : 21.84 N/A Mbits/s 800
TCP upload sum : 349.43 N/A Mbits/s 800
TCP upload::1 : 19.23 19.44 Mbits/s 800
TCP upload::10 : 32.57 33.41 Mbits/s 800
TCP upload::10::tcp_cwnd : 145.14 142.00 491
TCP upload::10::tcp_delivery_rate : 30.55 28.59 491
TCP upload::10::tcp_pacing_rate : 42.97 39.46 491
TCP upload::10::tcp_rtt : 49.55 49.65 491
TCP upload::10::tcp_rtt_var : 2.54 2.17 491
TCP upload::11 : 32.23 31.05 Mbits/s 800
TCP upload::11::tcp_cwnd : 144.22 138.00 490
TCP upload::11::tcp_delivery_rate : 30.01 27.78 490
TCP upload::11::tcp_pacing_rate : 42.42 37.91 490
TCP upload::11::tcp_rtt : 49.70 50.06 488
TCP upload::11::tcp_rtt_var : 2.59 2.21 488
TCP upload::12 : 19.69 19.73 Mbits/s 800
TCP upload::12::tcp_cwnd : 88.39 89.00 490
TCP upload::12::tcp_delivery_rate : 18.36 18.28 490
TCP upload::12::tcp_pacing_rate : 25.63 24.70 490
TCP upload::12::tcp_rtt : 49.58 49.78 490
TCP upload::12::tcp_rtt_var : 2.98 2.64 490
TCP upload::13 : 20.28 20.43 Mbits/s 800
TCP upload::13::tcp_cwnd : 91.09 92.00 490
TCP upload::13::tcp_delivery_rate : 18.85 18.87 490
TCP upload::13::tcp_pacing_rate : 26.46 25.29 490
TCP upload::13::tcp_rtt : 49.58 49.52 490
TCP upload::13::tcp_rtt_var : 3.02 2.59 490
TCP upload::14 : 17.57 18.36 Mbits/s 800
TCP upload::14::tcp_cwnd : 78.99 82.00 489
TCP upload::14::tcp_delivery_rate : 16.39 16.88 489
TCP upload::14::tcp_pacing_rate : 22.80 22.86 489
TCP upload::14::tcp_rtt : 49.61 49.69 489
TCP upload::14::tcp_rtt_var : 3.11 2.72 489
TCP upload::15 : 19.60 19.73 Mbits/s 800
TCP upload::15::tcp_cwnd : 88.05 89.00 489
TCP upload::15::tcp_delivery_rate : 18.24 18.35 489
TCP upload::15::tcp_pacing_rate : 25.54 24.68 489
TCP upload::15::tcp_rtt : 49.48 49.47 488
TCP upload::15::tcp_rtt_var : 3.02 2.61 488
TCP upload::16 : 20.85 20.88 Mbits/s 800
TCP upload::16::tcp_cwnd : 93.81 95.00 489
TCP upload::16::tcp_delivery_rate : 19.47 19.60 489
TCP upload::16::tcp_pacing_rate : 27.13 26.22 489
TCP upload::16::tcp_rtt : 49.65 49.72 488
TCP upload::16::tcp_rtt_var : 2.94 2.46 488
TCP upload::1::tcp_cwnd : 86.55 87.00 489
TCP upload::1::tcp_delivery_rate : 17.88 17.96 488
TCP upload::1::tcp_pacing_rate : 25.05 24.17 489
TCP upload::1::tcp_rtt : 49.55 49.54 488
TCP upload::1::tcp_rtt_var : 3.05 2.64 488
TCP upload::2 : 30.03 29.75 Mbits/s 800
TCP upload::2::tcp_cwnd : 134.93 133.00 490
TCP upload::2::tcp_delivery_rate : 28.04 26.82 490
TCP upload::2::tcp_pacing_rate : 39.41 37.00 490
TCP upload::2::tcp_rtt : 49.65 50.14 487
TCP upload::2::tcp_rtt_var : 2.64 2.14 487
TCP upload::3 : 19.33 19.71 Mbits/s 800
TCP upload::3::tcp_cwnd : 86.81 87.00 490
TCP upload::3::tcp_delivery_rate : 18.00 18.08 489
TCP upload::3::tcp_pacing_rate : 25.12 24.16 490
TCP upload::3::tcp_rtt : 49.61 49.78 490
TCP upload::3::tcp_rtt_var : 3.07 2.67 490
TCP upload::4 : 19.65 19.91 Mbits/s 800
TCP upload::4::tcp_cwnd : 88.32 89.00 490
TCP upload::4::tcp_delivery_rate : 18.30 18.28 489
TCP upload::4::tcp_pacing_rate : 25.63 24.81 490
TCP upload::4::tcp_rtt : 49.56 49.60 490
TCP upload::4::tcp_rtt_var : 2.99 2.55 490
TCP upload::5 : 19.18 19.38 Mbits/s 800
TCP upload::5::tcp_cwnd : 86.33 87.00 489
TCP upload::5::tcp_delivery_rate : 17.97 17.96 488
TCP upload::5::tcp_pacing_rate : 24.91 24.19 489
TCP upload::5::tcp_rtt : 49.68 49.74 487
TCP upload::5::tcp_rtt_var : 3.04 2.66 487
TCP upload::6 : 19.59 19.65 Mbits/s 800
TCP upload::6::tcp_cwnd : 87.79 88.00 490
TCP upload::6::tcp_delivery_rate : 18.20 18.18 490
TCP upload::6::tcp_pacing_rate : 25.42 24.57 490
TCP upload::6::tcp_rtt : 49.58 49.61 490
TCP upload::6::tcp_rtt_var : 3.02 2.61 490
TCP upload::7 : 19.73 19.86 Mbits/s 800
TCP upload::7::tcp_cwnd : 88.63 90.00 489
TCP upload::7::tcp_delivery_rate : 18.41 18.47 489
TCP upload::7::tcp_pacing_rate : 25.62 24.89 489
TCP upload::7::tcp_rtt : 49.66 50.03 487
TCP upload::7::tcp_rtt_var : 3.01 2.64 487
TCP upload::8 : 19.51 19.76 Mbits/s 800
TCP upload::8::tcp_cwnd : 87.65 88.00 490
TCP upload::8::tcp_delivery_rate : 18.21 18.34 490
TCP upload::8::tcp_pacing_rate : 25.45 24.62 490
TCP upload::8::tcp_rtt : 49.50 49.40 489
TCP upload::8::tcp_rtt_var : 3.06 2.62 489
TCP upload::9 : 20.39 20.49 Mbits/s 800
TCP upload::9::tcp_cwnd : 91.79 93.00 489
TCP upload::9::tcp_delivery_rate : 19.03 19.17 488
TCP upload::9::tcp_pacing_rate : 26.59 25.65 489
TCP upload::9::tcp_rtt : 49.63 49.72 488
TCP upload::9::tcp_rtt_var : 2.95 2.57 488
Starting Flent 2.0.1 using Python 3.10.4.
Starting tcp_ndown test. Expected run time: 40 seconds.
Data file written to ./tcp_ndown-2022-08-12T195332.406689.tcp_ndown-16-threads-v22_03-rc6_ath10k-ct-smallbuffers_WLAN_ECN-on_loc_servs_off.flent.gz
Summary of tcp_ndown test run from 2022-08-12 19:53:32.406689
Title: 'tcp_ndown-16-threads-v22.03-rc6 ath10k-ct-smallbuffers WLAN ECN-on loc servs off'
avg median # data pts
Ping (ms) ICMP : 12.10 14.50 ms 800
TCP download avg : 16.64 N/A Mbits/s 800
TCP download sum : 266.16 N/A Mbits/s 800
TCP download::1 : 15.22 14.54 Mbits/s 800
TCP download::10 : 18.27 18.05 Mbits/s 800
TCP download::11 : 16.20 15.71 Mbits/s 800
TCP download::12 : 15.41 15.10 Mbits/s 800
TCP download::13 : 14.01 14.06 Mbits/s 800
TCP download::14 : 19.35 19.15 Mbits/s 800
TCP download::15 : 25.05 23.14 Mbits/s 800
TCP download::16 : 17.00 16.45 Mbits/s 800
TCP download::2 : 19.84 19.75 Mbits/s 800
TCP download::3 : 17.52 16.19 Mbits/s 800
TCP download::4 : 12.95 12.71 Mbits/s 800
TCP download::5 : 16.84 15.42 Mbits/s 800
TCP download::6 : 13.49 12.61 Mbits/s 800
TCP download::7 : 15.50 15.31 Mbits/s 800
TCP download::8 : 15.50 14.85 Mbits/s 800
TCP download::9 : 14.01 13.72 Mbits/s 800
I did a tcpdump
capture of the 1-threaded test too, and it's available with the rest of the data followin the next link:
thx once again. I can live with this. Consistently low latency, even with lowere
The only thing keeping me awake at night are not knowing performance at distance with multiple stations.
At distance is in my list, however, multiple stations will be a bit trickier.
I took some time off. How's rc6, everyone?
It is working pretty fine here. After we got Felix's latest mt76
patch which solved the SSH issue, it's very stable.
I still owe you some farther from the AP flent
tests, tho'.