Skip to content

Use dot1p to tc mapping for backend switches#3412

Merged
lguohan merged 2 commits intosonic-net:masterfrom
wendani:dot1p_qos_master
Sep 6, 2019
Merged

Use dot1p to tc mapping for backend switches#3412
lguohan merged 2 commits intosonic-net:masterfrom
wendani:dot1p_qos_master

Conversation

@wendani
Copy link
Contributor

@wendani wendani commented Sep 5, 2019

- What I did

- How I did it

- How to verify it
On brcm dut

    "DOT1P_TO_TC_MAP": {
        "AZURE": {
            "1": "1",
            "0": "0",
            "3": "3",
            "2": "2",
            "5": "5",
            "4": "4",
            "7": "7",
            "6": "6"
        }
    },

    "PORT_QOS_MAP": {
        "Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124": {
            "tc_to_pg_map": "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
            "tc_to_queue_map": "[TC_TO_QUEUE_MAP|AZURE]",
            "dot1p_to_tc_map": "[DOT1P_TO_TC_MAP|AZURE]",
            "pfc_enable": "3,4",
            "pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]"
        }
    },

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@wendani
Copy link
Contributor Author

wendani commented Sep 6, 2019

retest this please

@lguohan lguohan merged commit ca43dad into sonic-net:master Sep 6, 2019
lguohan added a commit that referenced this pull request Sep 9, 2019
lguohan added a commit that referenced this pull request Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants