From 94562f84ba5c1246ae0635a3d1befe147a213378 Mon Sep 17 00:00:00 2001
From: Rahul <rahul.thakur@iopsys.eu>
Date: Fri, 26 Mar 2021 11:59:01 +0530
Subject: [PATCH] iopsys-brcm63xx-arm: fix dscp to queue mapping in L2 scenario

---
 iopsys-brcm63xx-arm/base-files/sbin/vlanconf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iopsys-brcm63xx-arm/base-files/sbin/vlanconf b/iopsys-brcm63xx-arm/base-files/sbin/vlanconf
index b20681b08..19239e547 100755
--- a/iopsys-brcm63xx-arm/base-files/sbin/vlanconf
+++ b/iopsys-brcm63xx-arm/base-files/sbin/vlanconf
@@ -157,7 +157,7 @@ vlanCtl_cmdEnableDscp2Pbit()
 {
 #	_v "vlanctl --dscp2pbits $TAGINDEX"
 #	vlanctl --dscp2pbits $TAGINDEX
-	TAGRULE="$TAGRULE --dscp2pbits $1"
+	TAGRULE="$TAGRULE --dscp2pbits $1 --set-skb-mark-queue-by-pbits"
 }
 
 vlanCtl_cmdConfigDscp2PbitMap()
-- 
GitLab