Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DellEMC: Support to add new HWSKU DellEMC-Z9332f-C32 #4054

Merged
merged 2 commits into from
Mar 22, 2020

Conversation

srideepDell
Copy link
Contributor

TH3 related NPU config files to configure switch in 32x100G
LED Firmware support

- What I did
Added new HWSKU DellEMC-Z9332f-C32 (32x100G) for Z9332F
- How I did it
Added NPU related config files to support 32x100G
- How to verify it
Validated on Z9332F platform
- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

TH3 related NPU config files to configure switch in 32x100G
LED Firmware support
@srideepDell
Copy link
Contributor Author

Test logs

root@sonic:~# show version | more

SONiC Software Version: SONiC.HEAD.180-dirty-20200123.105258
Distribution: Debian 9.11
Kernel: 4.9.0-9-2-amd64
Build commit: 5057ac3
Build date: Thu Jan 23 11:00:10 UTC 2020
Built by: johnar@jenkins-worker-4

Platform: x86_64-dellemc_z9332f_d1508-r0
HwSKU: DellEMC-Z9332f-C32
ASIC: broadcom
Serial Number: TH0J5HDGCET009740036A00

root@sonic:~# show interfaces status
Interface Lanes Speed MTU Alias Vlan Oper Admin Type Asym PFC


Ethernet0 33,34,35,36 100G 9100 hundredGigE1/1 routed down up N/A N/A
Ethernet8 41,42,43,44 100G 9100 hundredGigE1/2 routed up up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet16 49,50,51,52 100G 9100 hundredGigE1/3 routed down up N/A N/A
Ethernet24 57,58,59,60 100G 9100 hundredGigE1/4 routed up up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet32 65,66,67,68 100G 9100 hundredGigE1/5 routed down up N/A N/A
Ethernet40 73,74,75,76 100G 9100 hundredGigE1/6 routed down up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet48 81,82,83,84 100G 9100 hundredGigE1/7 routed down up N/A N/A
Ethernet56 89,90,91,92 100G 9100 hundredGigE1/8 routed down up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet64 1,2,3,4 100G 9100 hundredGigE1/9 routed down up N/A N/A
Ethernet72 9,10,11,12 100G 9100 hundredGigE1/10 routed down up N/A N/A
Ethernet80 17,18,19,20 100G 9100 hundredGigE1/11 routed up up QSFP28 or later N/A
Ethernet88 25,26,27,28 100G 9100 hundredGigE1/12 routed up up QSFP28 or later N/A
Ethernet96 97,98,99,100 100G 9100 hundredGigE1/13 routed down up N/A N/A
Ethernet104 105,106,107,108 100G 9100 hundredGigE1/14 routed down up N/A N/A
Ethernet112 113,114,115,116 100G 9100 hundredGigE1/15 routed down up N/A N/A
Ethernet120 121,122,123,124 100G 9100 hundredGigE1/16 routed down up N/A N/A
Ethernet128 129,130,131,132 100G 9100 hundredGigE1/17 routed up up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet136 137,138,139,140 100G 9100 hundredGigE1/18 routed down up N/A N/A
Ethernet144 145,146,147,148 100G 9100 hundredGigE1/19 routed up up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet152 153,154,155,156 100G 9100 hundredGigE1/20 routed down up N/A N/A
Ethernet160 225,226,227,228 100G 9100 hundredGigE1/21 routed up up QSFP28 or later N/A
Ethernet168 233,234,235,236 100G 9100 hundredGigE1/22 routed up up QSFP28 or later N/A
Ethernet176 241,242,243,244 100G 9100 hundredGigE1/23 routed down up N/A N/A
Ethernet184 249,250,251,252 100G 9100 hundredGigE1/24 routed down up N/A N/A
Ethernet192 161,162,163,164 100G 9100 hundredGigE1/25 routed down up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet200 169,170,171,172 100G 9100 hundredGigE1/26 routed down up N/A N/A
Ethernet208 177,178,179,180 100G 9100 hundredGigE1/27 routed down up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet216 185,186,187,188 100G 9100 hundredGigE1/28 routed down up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet224 193,194,195,196 100G 9100 hundredGigE1/29 routed down up N/A N/A
Ethernet232 201,202,203,204 100G 9100 hundredGigE1/30 routed down up QSFP-DD Double Density 8X Pluggable Transceiver N/A
Ethernet240 209,210,211,212 100G 9100 hundredGigE1/31 routed up up QSFP28 or later N/A
Ethernet248 217,218,219,220 100G 9100 hundredGigE1/32 routed up up QSFP28 or later N/A
Ethernet256 257 10G 9100 tenGigE1/33 routed up up Unknown or unspecified N/A
Ethernet257 258 10G 9100 tenGigE1/34 routed up up SFP/SFP+/SFP28 N/A

@srideepDell srideepDell marked this pull request as ready for review January 23, 2020 21:44
@srideepDell
Copy link
Contributor Author

Retest vsimage please

@srideepDell
Copy link
Contributor Author

Retest vs please

2 similar comments
@srideepDell
Copy link
Contributor Author

Retest vs please

@srideepDell
Copy link
Contributor Author

Retest vs please

@jleveque jleveque requested a review from lguohan March 5, 2020 03:20
@lguohan lguohan merged commit 1038182 into sonic-net:master Mar 22, 2020
@srideepDell srideepDell deleted the z9332f_100G_hwsku_support branch December 2, 2020 07:44
@srideepDell srideepDell restored the z9332f_100G_hwsku_support branch December 2, 2020 07:44
@srideepDell srideepDell deleted the z9332f_100G_hwsku_support branch December 2, 2020 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants