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
95a1d6899b
commit
57530b8838
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue