[PATCH] mvneta: fix "napi poll" infinite loop for openwrt

2024-09-11 Thread webmaster
From: Julien Blais This patch is submitted to the kernel. For your information, this fixes the problem identified during a test with iperf, the packet sending stall and above all the use of a 100% CPU because of the softIRQ. Before: root@wrt1900acv1:~# cat /proc/interrupts CPU0

[firmware-utils] asus_qca_fix_checksum: new tool for ASUS QCA/QCN uImage

2021-11-29 Thread webmaster
From: daebo01 Fix checksum of Asus QCA/QCN devices. Tested on ac59u v1 Signed-off-by: daebo01 --- CMakeLists.txt | 1 + src/asus_qca_fix_checksum.c | 205 2 files changed, 206 insertions(+) create mode 100644 src/asus_qca_fix_checksum.c dif