From d152eb0f1793e814a0e81310953c7a663f41c1aa Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 26 Oct 2021 12:44:27 +0530 Subject: [PATCH] qosmngr: porttminit added before qcfg --- qosmngr/files/lib/qos/broadcom.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qosmngr/files/lib/qos/broadcom.sh b/qosmngr/files/lib/qos/broadcom.sh index 7bff1c00d..f7e6e3884 100755 --- a/qosmngr/files/lib/qos/broadcom.sh +++ b/qosmngr/files/lib/qos/broadcom.sh @@ -839,6 +839,7 @@ configure_queue() { for i in 0 1 2 3 4 5 6 7; do tmctl delqcfg --devtype 0 --if $intf --qid $i &>/dev/null done + tmctl porttminit --devtype 0 --if $intf --flag 0 --numqueues 8 mkdir -p /tmp/qos/$intf touch /tmp/qos/$intf/q_order