From 2aed4dc8f5c3a92d5406cb9df62ef4636afecef4 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 e3827d83b..22ce85a30 100755 --- a/qosmngr/files/airoha/lib/qos/airoha.sh +++ b/qosmngr/files/airoha/lib/qos/airoha.sh @@ -440,13 +440,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