Skip to content

Commit

Permalink
Update Configuration.md with DPB Schema (sonic-net#1419)
Browse files Browse the repository at this point in the history
Signed-off-by: Vasant Patil <vapatil@linkedin.com>
vasant17 authored Aug 26, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8c0a499 commit 013fc24
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion doc/Configuration.md
Original file line number Diff line number Diff line change
@@ -1149,6 +1149,39 @@ The packet action could be:
}
```

### BREAKOUT_CFG

This table is introduced as part of Dynamic Port Breakout(DPB) feature.
It shows the current breakout mode of all ports(root ports).
The list of root ports, all possible breakout modes, and default breakout modes
are obtained/derived from platform.json and hwsku.json files.

```
"BREAKOUT_CFG": {
"Ethernet0": {
"brkout_mode": "4x25G[10G]"
},
"Ethernet4": {
"brkout_mode": "4x25G[10G]"
},
"Ethernet8": {
"brkout_mode": "4x25G[10G]"
},
......
"Ethernet116": {
"brkout_mode": "2x50G"
},
"Ethernet120": {
"brkout_mode": "2x50G"
},
"Ethernet124": {
"brkout_mode": "2x50G"
}
}
```

For Developers
==============

@@ -1162,4 +1195,4 @@ Incremental Configuration by Subscribing to ConfigDB

Detail instruction to be added. A sample could be found in this
[PR](https://github.com/Azure/sonic-buildimage/pull/861) that
implemented dynamic configuration for BGP.
implemented dynamic configuration for BGP.

0 comments on commit 013fc24

Please sign in to comment.