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 ce1b42e095
commit 2aed4dc8f5

View file

@ -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