ok, I'm VERY happy we have consistent (if still excessive) latency, at the bandwidths being achieved at distance. Still getting it down to 20ms for 4 stations is my overall goal for good multiuser performance.
How does it "feel" compared to when you were at 100ms?
I used this card for 5 years until fairly recently, and was comfortable with it. I changed it for the ax210 to test it and I stayed with that one because it gave me more speed for the files transfer with the server (in windows). The ax gives me almost 100 MB/s on large files both upload and download on the r7800
I don't play on computers or consoles so I hardly notice the latency.
I gave this card to a colleague and claimed it yesterday... He is not very happy. I'll get it back in a few days...
I add more information, it restarted the other day with 17 days of activity, I am using the same image as in the previous post, 5.10. For some reason this image causes some connection failures in the discord channels. Performing another stability test without touching anything.
Added your two commits to today’s master and 22.03 builds. Additionally dropped irqbalance.
I’ll do some work with 5.15 hopefully this week. Going to look through @qosmio repo - hopefully Ansuel’s krait findings make it in to master here shortly.
Yes, it should be fine. You don't have an mt76. However, to be a hundred per cent sure, just keep the following code in it:
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2458,7 +2458,7 @@ static inline void *netdev_priv(const st
/* Default NAPI poll() weight
* Device drivers are strongly advised to not use bigger value
*/
-#define NAPI_POLL_WEIGHT 64
+#define NAPI_POLL_WEIGHT 8
/**
* netif_napi_add - initialize a NAPI context
However, as I said, the code failing is for mt76 devices, don't worry too much in your case.
I've just had another reboot after more than 48 hours (qosmio 5.15-qsdk11-new-krait-cc). Not using irqbalance nor packet steering. No new files in /sys/fs/pstore this time.
Now I've switched to performance governor to see if it will continue to reboot.
With 5.15 no more messages
kern.warn kernel: [4849297.621504] br-lan: received packet on wlan0 with own address as source address (addr:xx:xx:xx:xx:xx:xx, vlan:0)
For the other four R7800s that currently run the older @ACwifidude's master build (without irqbalance and packet steering) there are no reboots for more than 15 days. I think this is really good stability.
They all use the default ondemand optimized settings.
No more irqbalance. Multiple users reported a little more stability (ondemand CPU gov for ipq806x devices still has a persistent bug). Additionally NSS builds just need CPU primarily for wifi. I didn’t see any performance degradation with removal with limited testing on my own devices.
Irqbalance makes sense from the vast majority of linux systems. It just might be as helpful as we want it to be yet for our devices when the hardware offloading is enabled. Let me know if you see performance drop.