-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Celestica/Seastone2] Add support Seastone2 device and platform (#3761)
* [device/celestica] Add seastone2 device specific plugins and SKU * [platform/broadcom] Add Celestica seastone2 platform module * update minigraph for Seastone_2 and remove 10KR port configuration * [device/celestica] hwsku:Seastone2 update port configuration * [plugins/psuutil] fix psutuil cannot run in pmon docker * [plugins/sfputil] raise error in get_transceiver_change_event * [device/celestica] Seastone2 add config to skip ledd in pmon Co-authored-by: tiantianlv <[email protected]>
- Loading branch information
Showing
27 changed files
with
3,695 additions
and
3 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
device/celestica/x86_64-cel_seastone_2-r0/Seastone_2/port_config.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# name lanes alias fec index speed | ||
Ethernet0 1,2,3,4 QSFP1 rs 1 100000 | ||
Ethernet4 5,6,7,8 QSFP2 rs 2 100000 | ||
Ethernet8 9,10,11,12 QSFP3 rs 3 100000 | ||
Ethernet12 13,14,15,16 QSFP4 rs 4 100000 | ||
Ethernet16 17,18,19,20 QSFP5 rs 5 100000 | ||
Ethernet20 21,22,23,24 QSFP6 rs 6 100000 | ||
Ethernet24 25,26,27,28 QSFP7 rs 7 100000 | ||
Ethernet28 29,30,31,32 QSFP8 rs 8 100000 | ||
Ethernet32 33,34,35,36 QSFP9 rs 9 100000 | ||
Ethernet36 37,38,39,40 QSFP10 rs 10 100000 | ||
Ethernet40 41,42,43,44 QSFP11 rs 11 100000 | ||
Ethernet44 45,46,47,48 QSFP12 rs 12 100000 | ||
Ethernet48 49,50,51,52 QSFP13 rs 13 100000 | ||
Ethernet52 53,54,55,56 QSFP14 rs 14 100000 | ||
Ethernet56 57,58,59,60 QSFP15 rs 15 100000 | ||
Ethernet60 61,62,63,64 QSFP16 rs 16 100000 | ||
Ethernet64 65,66,67,68 QSFP17 rs 17 100000 | ||
Ethernet68 69,70,71,72 QSFP18 rs 18 100000 | ||
Ethernet72 73,74,75,76 QSFP19 rs 19 100000 | ||
Ethernet76 77,78,79,80 QSFP20 rs 20 100000 | ||
Ethernet80 81,82,83,84 QSFP21 rs 21 100000 | ||
Ethernet84 85,86,87,88 QSFP22 rs 22 100000 | ||
Ethernet88 89,90,91,92 QSFP23 rs 23 100000 | ||
Ethernet92 93,94,95,96 QSFP24 rs 24 100000 | ||
Ethernet96 97,98,99,100 QSFP25 rs 25 100000 | ||
Ethernet100 101,102,103,104 QSFP26 rs 26 100000 | ||
Ethernet104 105,106,107,108 QSFP27 rs 27 100000 | ||
Ethernet108 109,110,111,112 QSFP28 rs 28 100000 | ||
Ethernet112 113,114,115,116 QSFP29 rs 29 100000 | ||
Ethernet116 117,118,119,120 QSFP30 rs 30 100000 | ||
Ethernet120 121,122,123,124 QSFP31 rs 31 100000 | ||
Ethernet124 125,126,127,128 QSFP32 rs 32 100000 |
1 change: 1 addition & 0 deletions
1
device/celestica/x86_64-cel_seastone_2-r0/Seastone_2/sai.profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/td3-seastone_2-32x100G.config.bcm |
Oops, something went wrong.