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.
This commit is contained in:
Markus Gothe 2025-11-11 00:47:57 +01:00
parent 95a1d6899b
commit 57530b8838

View file

@ -435,13 +435,6 @@ hw_commit_all() {
/userfs/bin/ifc add vip pbit $pbit /userfs/bin/ifc add vip pbit $pbit
done done
fi 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 fi
hw_nat -! > /dev/null 2>&1 hw_nat -! > /dev/null 2>&1