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

[platform && device] update dx010 driver and update dx010 sensor configuration file #1735

Merged
merged 1 commit into from May 23, 2018
Merged

Conversation

mudsut4ke
Copy link
Contributor

@mudsut4ke mudsut4ke commented May 23, 2018

What I did

Update the sensors configuration file for Celestica Seastone DX010. - Add fan label
Update driver module for Celestica Seastone DX010. - Add alarm sysfs file

How to verify it

  1. Unplug fan module
  2. In cli run sensors to check the fan status.
  3. Find fan status alert in syslog

@msftclas
Copy link

msftclas commented May 23, 2018

CLA assistant check
All CLA requirements met.

@mudsut4ke
Copy link
Contributor Author

@zhenggen-xu Please review this change

@lguohan lguohan merged commit ea465db into sonic-net:master May 23, 2018
lguohan pushed a commit that referenced this pull request May 26, 2018
theasianpianist pushed a commit to theasianpianist/sonic-buildimage that referenced this pull request Feb 5, 2022
This PR is fix for the issue sonic-net#7497

Signed-off-by: vedganes <vedavinayagam.ganesan@nokia.com>

What I did

Changes done to allow orchagent accepting "both" type for buffer pool
configuration.

Why I did it

Currently sonic supports only 'ingress' and 'egress' types of buffer pools.
Since some devices like DNX based switches only support buffer pool
type 'both', we are unable to create buffer pools for these devices.
This patch fixes this problem by enhancing buffer pool configuration to
accept "both" type.

How I verified it

In a switch that uses DNX arch based chips (like VOQ chassis using line cards with Jerico family of switches), the following configuration is applied

"BUFFER_POOL": {
        "lossless_pool": {
            "size": "12766208",
            "type": "both",
            "mode": "dynamic"
        }
 }
when the switch became operational, it was observed, there are no error logs indicating invalid parameter or failure of buffer pool creation.
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.

5 participants