mediatek: fix NETDEV WATCHDOG: eth0 (mtk_SOC_eth): Transmit queue 0 timed out

2021-10-03 Thread daxiong
Use flow control or BQL maybe lead to bug. Iperf3 was usedfor 24 hours, Transmit Queue 0 timed out may occur. example: Server: iperf3 -s Client: iperf3 -c 172.16.10.20 Signed-off-by: daxiong --- ...iatek-ethernet-transmit-queue-timeout-bug.patch | 109 + 1 file

[PATCH-21.02] fix bug: NETDEV WATCHDOG: eth0 (mtk_SOC_eth): Transmit Queue 0 timed out Use flow control or BQL maybe lead to bug. Iperf3 was used for 24 hours, Transmit Queue 0 timed out may occur. ex

2021-10-03 Thread daxiong
Signed-off-by: daxiong --- ...iatek-ethernet-transmit-queue-timeout-bug.patch | 113 + 1 file changed, 113 insertions(+) create mode 100644 target/linux/ramips/patches-5.4/500-mediatek-ethernet-transmit-queue-timeout-bug.patch diff --git a/target/linux/ramips/patches-5.4

[OpenWrt-Devel] [PATCH] busybox: support output new-linux model for arp

2019-11-04 Thread daxiong
:55 [ether] on eth1 Signed-off-by: daxiong --- .../patches/540-arpshow-support-new-linux.patch| 94 ++ 1 file changed, 94 insertions(+) create mode 100644 package/utils/busybox/patches/540-arpshow-support-new-linux.patch diff --git a/package/utils/busybox/patches/540

[OpenWrt-Devel] [PATCH-19.07] build: fix module strip invalid

2019-10-30 Thread daxiong
Current modpost cannot reduce the module size. Use $(STRIP) command to replace the modpost patch, I think to be compatibility will be better. Signed-off-by: daxiong --- .../linux/generic/hack-4.14/204-module_strip.patch | 216 +++-- 1 file changed, 24 insertions(+), 192

[OpenWrt-Devel] [PATCH-19.07] build: fix module strip invalid

2019-10-30 Thread daxiong
Current modpost cannot reduce the module size. Use $(STRIP) command to replace the modpost patch, I think to be compatibility will be better. Signed-off-by: daxiong --- .../linux/generic/hack-4.14/204-module_strip.patch | 220 +++-- 1 file changed, 28 insertions(+), 192

[OpenWrt-Devel] [PATCH 1/1] build: fix select uClibc

2019-10-15 Thread daxiong
Signed-off-by: daxiong --- toolchain/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchain/Config.in b/toolchain/Config.in index 95087b7..0d288aa 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -252,7 +252,7 @@ choice select