sonic-buildimage/device/quanta/x86_64-quanta_ix9_bwde-r0/Quanta-IX9-32X/platform-def.json
roberthong-qct 95c67d2d55
[Quanta] Add and update platform and device files (#6971)
Add device and platform code for ix7-bwde, ix8a-bwde.
Support platform API 2.0 for all quanta platforms except for ix1b

Co-authored-by: robert.hong <robert.hong@qct.io>
2021-06-21 09:24:41 -07:00

44 lines
1.0 KiB
JSON

{
"fec-mode": {
"Ethernet0-255": {
"1": {
"10000": [ "none", "fc" ],
"25000": [ "none", "fc", "rs" ],
"50000": [ "none", "rs" ]
},
"2": [ "none", "rs" ],
"4": {
"40000": [ "none", "fc" ],
"100000": [ "none", "rs" ],
"200000": [ "none", "rs" ]
},
"8": [ "rs" ]
}
},
"default-fec-mode": {
"Ethernet0-255": {
"1": {
"10000": "none",
"25000": "none",
"50000": "none"
},
"2": {
"20000": "none",
"50000": "none",
"100000": "rs"
},
"4": {
"40000": "none",
"100000": "none",
"200000": "none"
},
"8": "rs"
}
},
"native-port-supported-speeds": {
"Ethernet0-255": {
}
}
}