I hear that hardware offloading is unstable with nftables. Is that still true nowadays? My router GL-iNet MT1300 crashes once a day and I am on snapshot at https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e410833bdd6117228a00aad35bbc56de91f7251e
There is no crashlog unfortunately.
slh
November 23, 2022, 10:47pm
2
There's only one way to find out - disable offloading and have a look how it behaves then.
up 4 days, 18:58
so there must be a bug in hardware offloading.
Hi.
That reminds me of this thread about a year ago. Maybe you can find infos inthere.
After upgrading to a newer snapshot build which switched ramips to kernel 5.10, I started experiencing random reboots on one Archer C6 v3.2 (MT7621) I'm using as router. On other 3 Archer C6 v3.2 devices I use as access points (also with kernel 5.10) this issue did not happen.
At this moment I don't have further log details. Anyway @denk also reported a similar issue with Edgerouter X SFP (also MT7621), see details here .
He reported that disabling flow offloading (sw/hw) solved the issue. This…
Ityns
November 28, 2022, 9:02pm
6
OpenWrt 22.03.2 is rock stable here (MT7621AT + MT7915 + HW offload).
1 Like
Even without HW offloading my router still hangs every 3-10days, so I guess there are some other culprits.
Pico
December 17, 2022, 2:55pm
8
Did you use 22.03.2 or still on snapshot?
Snapshot. I updated to the latest snapshot again yesterday and there were some mt76 updates. I will test for a few more days to report again.
Found a pull-request that will switch the used firmware for GL-iNet MT1300.
openwrt:master
← DragonBluep:pr_refine_mt76
opened 12:58PM - 17 Dec 22 UTC
This PR aims to remove unnecessary package and firmware from mt7615e and mt7915e… based devices.
define Device/glinet_gl-mt1300
$(Device/dsa-migration)
IMAGE_SIZE := 32448k
DEVICE_VENDOR := GL.iNet
DEVICE_MODEL := GL-MT1300
- DEVICE_PACKAGES := kmod-mt7615e kmod-mt7615-firmware kmod-usb3
+ DEVICE_PACKAGES := kmod-mt7615-firmware kmod-usb3
endef
TARGET_DEVICES += glinet_gl-mt1300
Maybe once this is merged, it will help?
The situation is much worse on the latest snapshot. My router freezes once a day.
Have you tried swapping out the power supply? A bad power supply can cause similar behaviour.
2 Likes
Not sure, but after I updated to the latest snapshot again, the freeze becomes much less frequent, now 3-4days a freeze. I suspect it's caused by multiple SSID in the 2.4GHz wlan interface.