Skip to content

[device]: Add support for Mellanox MSN2410#491

Merged
stcheng merged 2 commits intosonic-net:masterfrom
marian-pritsak:master
Apr 10, 2017
Merged

[device]: Add support for Mellanox MSN2410#491
stcheng merged 2 commits intosonic-net:masterfrom
marian-pritsak:master

Conversation

@marian-pritsak
Copy link
Copy Markdown
Collaborator

MSN2410 runs on Spectrum silicon and has 56 ports:
48 25GbE and 8 100GbE

Signed-off-by: marian-pritsak marianp@mellanox.com

MSN2410 runs on Spectrum silicon and has 56 ports:
48 25GbE and 8 100GbE

Signed-off-by: marian-pritsak <marianp@mellanox.com>
@lguohan
Copy link
Copy Markdown
Collaborator

lguohan commented Apr 10, 2017

@jleveque , please review

@stcheng stcheng merged commit 884bd2d into sonic-net:master Apr 10, 2017
lguohan added a commit to lguohan/sonic-buildimage that referenced this pull request May 1, 2018
* bb85c72 2018-05-01 | Populate existing interface cache, bring down before configDone (sonic-net#491) (HEAD -> master, origin/master, origin/HEAD) [Prince Sunny]
* bc97597 2018-04-30 | Add ipv6 ACL support in schema file (sonic-net#490) [zhenggen-xu]
* f939b95 2018-04-27 | [qosorch]: Optimizations of qosorch (sonic-net#488) [pavel-shirshov]

Signed-off-by: Guohan Lu <gulv@microsoft.com>
lguohan added a commit that referenced this pull request May 1, 2018
* bb85c72 2018-05-01 | Populate existing interface cache, bring down before configDone (#491) (HEAD -> master, origin/master, origin/HEAD) [Prince Sunny]
* bc97597 2018-04-30 | Add ipv6 ACL support in schema file (#490) [zhenggen-xu]
* f939b95 2018-04-27 | [qosorch]: Optimizations of qosorch (#488) [pavel-shirshov]

Signed-off-by: Guohan Lu <gulv@microsoft.com>
yxieca added a commit to yxieca/sonic-buildimage that referenced this pull request Jul 31, 2019
Submodule src/sonic-sairedis 4c75b7f..54c8e78:
  > [saisdkdump]: Fix dump generation crash (sonic-net#493)
  > Fix bug: Restore sai log levels from LOGLEVEL_DB after saiDiscover (sonic-net#491)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca added a commit that referenced this pull request Jul 31, 2019
Submodule src/sonic-sairedis 4c75b7f..54c8e78:
  > [saisdkdump]: Fix dump generation crash (#493)
  > Fix bug: Restore sai log levels from LOGLEVEL_DB after saiDiscover (#491)

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
…c-net#491)

* Populate existing interface cache, bring down before configDone

* simplify the logic and add logging

Signed-off-by: Guohan Lu <gulv@microsoft.com>

* add logging for publish event to state db

Signed-off-by: Guohan Lu <gulv@microsoft.com>
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
…c-net#491)

* Populate existing interface cache, bring down before configDone

* simplify the logic and add logging

Signed-off-by: Guohan Lu <gulv@microsoft.com>

* add logging for publish event to state db

Signed-off-by: Guohan Lu <gulv@microsoft.com>
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
mssonicbld added a commit that referenced this pull request Jun 4, 2024
…D automatically (#19130)

#### Why I did it
src/sonic-platform-daemons
```
* 76cf1dc - (HEAD -> master, origin/master, origin/HEAD) Fix for #19116 [xcvrd] typo "log_notifce" results in port oper down (#493) (4 days ago) [Anoop Kamath]
* f41ecca - Implementation of a Monitoring Daemon for storage devices in SONiC switches (#433) (4 days ago) [Ashwin Srinivasan]
* 28302d4 - Update for the procedures for insertion/hot swap of Switch Fabric Module (SFM) by using "config chassis modules shutdown/startup" commands (#491) (5 days ago) [JunhongMao]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Sep 4, 2024
… automatically (#20121)

#### Why I did it
src/sonic-platform-common
```
* 309a5fb - (HEAD -> master, origin/master, origin/HEAD) Make is_flat_memory more robust (#491) (18 hours ago) [Junchao-Mellanox]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Sep 12, 2024
… automatically (#20219)

#### Why I did it
src/sonic-platform-common
```
* cc22866 - (HEAD -> 202405, origin/202405) Make is_flat_memory more robust (#491) (25 hours ago) [Junchao-Mellanox]
* d494347 - Fix the temperature parsing in nvme disks (#475) (25 hours ago) [Vivek]
```
#### How I did it
#### How to verify it
#### Description for the changelog
jon-nokia pushed a commit to jon-nokia/sonic-buildimage that referenced this pull request Jan 10, 2025
[code sync] Merge code from sonic-net/sonic-buildimage:202405 to 202405
jianyuewu pushed a commit to jianyuewu/sonic-buildimage that referenced this pull request May 7, 2025
- Description
Currently, is_flat_memory could return 3 different values:

True when the module is flat memory
False when the module is not flat memory
None when the EEPROM read returns None or empty bytearray
When it returns None, we should not assume that the module is NOT a flat memory. Instead, it would be safer to treat it as a flat memory.

- Motivation and Context
This PR is to make is_flat_memory only returns two state, True or False. And if EEPROM reading returns None or empty bytearray, we should treat the module as a flat memory.

- How Has This Been Tested?
Manual test
mssonicbld added a commit that referenced this pull request Jul 10, 2025
…tomatically (#23284)

#### Why I did it
src/sonic-linux-kernel
```
* 91696ec - (HEAD -> 202311, origin/202311) [build] Use package.trafficmanager instead of sonicstorage.blob (#491) (3 hours ago) [Liu Shilong]
```
#### How I did it
#### How to verify it
#### Description for the changelog
bobby-nexthop pushed a commit to bobby-nexthop/sonic-buildimage that referenced this pull request Aug 1, 2025
…ule (SFM) by using "config chassis modules shutdown/startup" commands (sonic-net#491)

* Update for the procedures for insertion/hot swap of Switch Fabric Module(SFM) by using "config chassis modules shutdown/startup" commands
stephenxs pushed a commit to stephenxs/sonic-buildimage that referenced this pull request Oct 20, 2025
Why I did it
to calculate SPC6 static buffers according to requirements

How I did it
Calculated according to:
T0:
Uplinks: 256 ports, 400G speed, 40m cable length.
Downlinks: 256 ports, 400G speed, 5m cable length.

T1:
Uplinks: 256 ports, 400G speed, 300m cable length.
Downlinks: 256 ports, 400G speed, 40m cable length.
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.

4 participants