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

[Mellanox]Fix issue: xcvrd is broken #3258

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

stephenxs
Copy link
Collaborator

- What I did
xcvrd is broken because a newly introduced interface get_transceiver_dom_threshold_info_dict in common code calls an unsupported interface _read_eeprom_specific_bytes.
Fix the issue

- How I did it
Fix the issue by implement get_transceiver_dom_threshold_info_dict to avoid calling the unsupported interface.

- How to verify it
run the latest version of xcvrd

- Description for the changelog
[Mellanox]Fix issue: xcvrd is broken

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

xcvrd is broken because a newly introduced interface get_transceiver_dom_threshold_info_dict in common code calls a unsupported interface _read_eeprom_specific_bytes.
Fix the issue by implement get_transceiver_dom_threshold_info_dict to avoid calling the unsupported interface.
@jleveque jleveque merged commit b9a806b into sonic-net:master Aug 1, 2019
@stephenxs stephenxs deleted the pr-fix-xcvrd-broken branch August 2, 2019 05:46
mssonicbld added a commit that referenced this pull request Sep 28, 2024
…lly (#20339)

#### Why I did it
src/sonic-swss
```
* 3c230d2b - (HEAD -> master, origin/master, origin/HEAD) [Orchagent] Add optional create_switch timeout parameter (#3258) (3 days ago) [Pavan Naregundi]
* be3a15f6 - Update CODEOWNERS VNET and ACL Orch (#3296) (3 days ago) [siqbal1986]
* 002cd256 - Close socket descriptor in checkPortIffUp. (#3263) (3 days ago) [mint570]
* 69cf0872 - [orchagent]: Skip installing ACL counter when ACL mirror rule is inactive (#3223) (3 days ago) [fountzou]
* 008f2865 - [crm][dash] Do not probe DASH resources on devices other than the DPU. (#3297) (3 days ago) [Oleksandr Ivantsiv]
* 971dfc1a - Add support for PACKET_ACTION_COPY (#3288) (4 days ago) [Devesh Pathak]
```
#### How I did it
#### How to verify it
#### Description for the changelog
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.

2 participants