From 57530b8838b88deaf2589fdf875f0f64e89b6d17 Mon Sep 17 00:00:00 2001 From: Markus Gothe Date: Tue, 11 Nov 2025 00:47:57 +0100 Subject: [PATCH] qosmngr: Refine fix for QoS on EN7523. It seems like it is the rules conflicting and not the overflow itself causing the issue. Disable the use of custom IFC rules on EN7523. --- qosmngr/files/airoha/lib/qos/airoha.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/qosmngr/files/airoha/lib/qos/airoha.sh b/qosmngr/files/airoha/lib/qos/airoha.sh index 6aed1615a..c53ab699b 100755 --- a/qosmngr/files/airoha/lib/qos/airoha.sh +++ b/qosmngr/files/airoha/lib/qos/airoha.sh @@ -435,13 +435,6 @@ hw_commit_all() { /userfs/bin/ifc add vip pbit $pbit done fi - else - if [ -x /userfs/bin/ifc ]; then - echo 1 > /proc/ifc_send_to_ppe - for pbit in $(seq 1 7); do - /userfs/bin/ifc add vip pbit $pbit - done - fi fi hw_nat -! > /dev/null 2>&1