mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
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:
parent
ce1b42e095
commit
2aed4dc8f5
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue