Skip to content

Commit 30a1b81

Browse files
authored
* Update Configuration.md with SCHEDULER_TABLE and PORT_QOS_MAP (sonic-net#1455)
* Refer to corresponding design document for more details: sonic-net/SONiC#535
1 parent 0b3f625 commit 30a1b81

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

doc/Configuration.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Table of Contents
3232
* [Port](#port)
3333
* [Port Channel](#port-channel)
3434
* [Portchannel member](#portchannel-member)
35+
* [Scheduler](#scheduler)
3536
* [Port QoS Map](#port-qos-map)
3637
* [Queue](#queue)
3738
* [Tacplus Server](#tacplus-server)
@@ -924,6 +925,30 @@ name as object key and member list as attribute.
924925
"PortChannel0004|Ethernet56": {}
925926
}
926927
}
928+
929+
```
930+
### Scheduler
931+
932+
```
933+
{
934+
"SCHEDULER": {
935+
"scheduler.0": {
936+
"type": "STRICT"
937+
},
938+
"scheduler.1": {
939+
"type": "WRR"
940+
"weight": "1",
941+
"meter_type": "bytes",
942+
"pir": "1250000000",
943+
"pbs": "8192"
944+
},
945+
"scheduler.port": {
946+
"meter_type": "bytes",
947+
"pir": "1000000000",
948+
"pbs": "8192"
949+
}
950+
}
951+
}
927952
```
928953

929954
### Port QoS Map
@@ -936,7 +961,8 @@ name as object key and member list as attribute.
936961
"tc_to_queue_map": "[TC_TO_QUEUE_MAP|AZURE]",
937962
"pfc_enable": "3,4",
938963
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
939-
"dscp_to_tc_map": "[DSCP_TO_TC_MAP|AZURE]"
964+
"dscp_to_tc_map": "[DSCP_TO_TC_MAP|AZURE]",
965+
"scheduler": "[SCHEDULER|scheduler.port]"
940966
}
941967
}
942968
}

0 commit comments

Comments
 (0)