Skip to content

Commit

Permalink
Add Port SI Configuration Per Speed (sonic-net#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshalvi authored Dec 1, 2023
1 parent e2d9f87 commit 502c0b6
Show file tree
Hide file tree
Showing 4 changed files with 723 additions and 308 deletions.
60 changes: 60 additions & 0 deletions sonic-xcvrd/tests/media_settings_extended_format.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"GLOBAL_MEDIA_SETTINGS": {
"0-31": {
"QSFP-DD-sm_media_interface": {
"speed:400GAUI-8": {
"idriver": {
"lane0": "0x0000003c",
"lane1": "0x0000003c",
"lane2": "0x0000003c",
"lane3": "0x0000003c",
"lane4": "0x0000003c",
"lane5": "0x0000003c",
"lane6": "0x0000003c",
"lane7": "0x0000003c"
},
"pre1": {
"lane0": "0x00000002",
"lane1": "0x00000002",
"lane2": "0x00000002",
"lane3": "0x00000002",
"lane4": "0x00000002",
"lane5": "0x00000002",
"lane6": "0x00000002",
"lane7": "0x00000002"
},
"ob_m2lp": {
"lane0": "0x0000000e",
"lane1": "0x0000000e",
"lane2": "0x0000000e",
"lane3": "0x0000000e",
"lane4": "0x0000000e",
"lane5": "0x0000000e",
"lane6": "0x0000000e",
"lane7": "0x0000000e"
}
}
},
"QSFP-DD-active_cable_media_interface":{
"speed:100GAUI-2": {
"pre1": {
"lane0": "0x00000002",
"lane1": "0x00000002"
},
"main": {
"lane0": "0x00000020",
"lane1": "0x00000020"
},
"post1": {
"lane0": "0x00000006",
"lane1": "0x00000006"
},
"regn_bfm1n": {
"lane0": "0x000000aa",
"lane1": "0x000000aa"
}
}
}
}
}
}
Loading

0 comments on commit 502c0b6

Please sign in to comment.