-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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]: Update Broadcom debian packages #195
Merged
Merged
Conversation
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
can you provide summary of the change? |
@lguohan Will add this in the commit log 'Fix /proc/bcm/knet/link set wrong port status' |
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
…essions for neighbor (sonic-net#195)
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…sonic-net#195) - The current logic will have a deadlock when the following scenario happens: The maximum number of next hop groups is set to 1. prefix -> [ next_hop_1, next_hop_2] When a new entry prefix -> [ next_hop_1, next_hop_2, next_hop_3 ] comes, a new next hop group cannot be created because the maximum number of next hop groups is reached. However, it will also not create a temporary route as the current next hop group is a subset of the new next hop group. In this case, the new next hop group will never be syncd. With this commit of removing the logic of deciding whether to add or not, the new entry could be syncd with a temporary route inserted first so as to remove the previous entry and release the resource. On the second try, the new entry could be inserted as the old next hop group is removed. Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
monaliusa
pushed a commit
to monaliusa/sonic-buildimage
that referenced
this pull request
Aug 7, 2020
modify eeprom and add snake config for questone2bd
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Feb 3, 2021
* 3885f19 2021-02-02 | let sysDescr_pass use python3 (sonic-net#195) (HEAD, origin/master, origin/HEAD) [lguohan] * ad302d4 2021-01-28 | Fix: 'key not found' exception in bgp4.py (sonic-net#192) [bingwang-ms] * 59e2a1c 2021-01-27 | Fix fdb_vlanmac() on corner cases (sonic-net#193) [Qi Luo] Signed-off-by: Guohan Lu <lguohan@gmail.com>
4 tasks
lguohan
added a commit
that referenced
this pull request
Feb 4, 2021
* 3885f19 2021-02-02 | let sysDescr_pass use python3 (#195) (HEAD, origin/master, origin/HEAD) [lguohan] * ad302d4 2021-01-28 | Fix: 'key not found' exception in bgp4.py (#192) [bingwang-ms] * 59e2a1c 2021-01-27 | Fix fdb_vlanmac() on corner cases (#193) [Qi Luo] Signed-off-by: Guohan Lu <lguohan@gmail.com>
deran1980
pushed a commit
to deran1980/sonic-buildimage
that referenced
this pull request
Feb 4, 2021
* 3885f19 2021-02-02 | let sysDescr_pass use python3 (sonic-net#195) (HEAD, origin/master, origin/HEAD) [lguohan] * ad302d4 2021-01-28 | Fix: 'key not found' exception in bgp4.py (sonic-net#192) [bingwang-ms] * 59e2a1c 2021-01-27 | Fix fdb_vlanmac() on corner cases (sonic-net#193) [Qi Luo] Signed-off-by: Guohan Lu <lguohan@gmail.com>
daall
pushed a commit
that referenced
this pull request
Feb 5, 2021
* 3885f19 2021-02-02 | let sysDescr_pass use python3 (#195) (HEAD, origin/master, origin/HEAD) [lguohan] * ad302d4 2021-01-28 | Fix: 'key not found' exception in bgp4.py (#192) [bingwang-ms] * 59e2a1c 2021-01-27 | Fix fdb_vlanmac() on corner cases (#193) [Qi Luo] Signed-off-by: Guohan Lu <lguohan@gmail.com>
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
Add wpa supplicant build tool Signed-off-by: Ze Gan <ganze718@gmail.com>
daall
added a commit
to daall/sonic-buildimage
that referenced
this pull request
Mar 10, 2021
- Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (sonic-net#199) - [dni_dps460] Add attributes to retrieve PMBus status command codes (sonic-net#197) - [mellanox]: Backport new kernel patches (sonic-net#195) - [ci]: build amd64/armhf/arm64 for CI build (sonic-net#196) - Fix read and write failure to ‘fan1_target’ attribute of ‘dni_dps460’ driver. (sonic-net#183) Signed-off-by: Danny Allen <daall@microsoft.com>
4 tasks
liat-grozovik
pushed a commit
that referenced
this pull request
Mar 11, 2021
- Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (#199) - [dni_dps460] Add attributes to retrieve PMBus status command codes (#197) - [mellanox]: Backport new kernel patches (#195) - [ci]: build amd64/armhf/arm64 for CI build (#196) - Fix read and write failure to ‘fan1_target’ attribute of ‘dni_dps460’ driver. (#183) Signed-off-by: Danny Allen <daall@microsoft.com>
4 tasks
jleveque
pushed a commit
that referenced
this pull request
Jun 18, 2021
7670b49 [sonic_platform/sfp_base] Add common definition for get SFP error status (#194) 1336598 [CI] sonic-config-engine now depends on SONiC YANG packages (#198) f57fee4 Add to check pcie configuration revision to get the right configuration. (#195) 4e3a0a0 Fix typo for midplane APIs. (#196) fc2e9e2 [eeprom_tlv_info] Optimize EEPROM data process by using visitor pattern (#193)
4 tasks
jleveque
pushed a commit
that referenced
this pull request
Jun 21, 2021
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Jul 6, 2021
2d2749a [xcvrd] add debug logs for y_cable change events/probes (sonic-net#195) b2c6102 Collect asic info and store in CHASSIS_STATE_DB (sonic-net#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
5 tasks
vdahiya12
added a commit
that referenced
this pull request
Jul 12, 2021
judyjoseph
pushed a commit
that referenced
this pull request
Aug 7, 2021
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
7670b49 [sonic_platform/sfp_base] Add common definition for get SFP error status (sonic-net#194) 1336598 [CI] sonic-config-engine now depends on SONiC YANG packages (sonic-net#198) f57fee4 Add to check pcie configuration revision to get the right configuration. (sonic-net#195) 4e3a0a0 Fix typo for midplane APIs. (sonic-net#196) fc2e9e2 [eeprom_tlv_info] Optimize EEPROM data process by using visitor pattern (sonic-net#193)
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
2d2749a [xcvrd] add debug logs for y_cable change events/probes (sonic-net#195) b2c6102 Collect asic info and store in CHASSIS_STATE_DB (sonic-net#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
This PR adds support for logging required in debugging events for change/probe requests received by xcvrd from swss and linkmgr into state DB. a typical log would look like this: Jun 17 05:55:39.302379 NOTICE pmon#xcvrd[33]: Y_CABLE_DEBUG: trying to enable/disable debug logs Jun 17 05:55:39.302379 NOTICE pmon#xcvrd[33]: Y_CABLE_DEBUG: received an event for port transition Ethernet4 Jun 17 05:55:39.302575 NOTICE pmon#xcvrd[33]: Y_CABLE_DEBUG: xcvrd trying to transition port Ethernet4 from standby to active Jun 17 05:55:39.307872 NOTICE pmon#xcvrd[33]: Y_CABLE_DEBUG: Successful in toggling mux to ToR A for port 2 where both probe events and change events are logged inside xcvrd. Motivation and Context This is required for xcvrd to log the events which it receives from other modules when we want to see the completion of events as to what triggered the event and at which stage it failed without restarting pmon/xcvrd Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
SuvarnaMeenakshi
pushed a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Mar 16, 2022
- What I did let sysDescr_pass use python3 - How to verify it tested on master image
6 tasks
snider-nokia
pushed a commit
to snider-nokia/sonic-buildimage
that referenced
this pull request
Apr 6, 2023
…on. (sonic-net#195) Platform vendor can add their own logic to determine the pcie conifiguration revision.
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
0024-mlxsw-core-Fix-memory-leak-on-module-removal.patch torvalds/linux@adc80b6 @v5.10-rc2 0025-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch torvalds/linux@2bf5046 @v5.11-rc1 0026-platform-x86-mlx-platform-Remove-PSU-EEPROM-configur.patch torvalds/linux@912b341 @v5.11-rc1 regression tests have been performed against these patches on the Mellanox platform, no issue found. Signed-off-by: Kebo Liu <kebol@nvidia.com>
mssonicbld
added a commit
that referenced
this pull request
Mar 28, 2024
…lly (#18491) #### Why I did it src/sonic-gnmi ``` * ad8850d - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #195 from liuh-80/dev/liuh/zmq_dpu_support (2 hours ago) [Hua Liu] * 9b2dcdb - Improve code coverage (2 days ago) [liuh-80] * a9e52de - Fix code issue (2 days ago) [liuh-80] * c2d594e - Handle remove ZMQ client error (2 days ago) [liuh-80] * 70bb2ac - Merge remote-tracking branch 'origin' into dev/liuh/zmq_dpu_support (2 days ago) [liuh-80] * 1adbee3 - Remove client when retry connect failed (3 days ago) [liuh-80] * 359459b - Update mixed_db_client.go (7 days ago) [Hua Liu] * 70352fa - Get DPU address by connecter (7 days ago) [liuh-80] * 254a29d - Fix UT (8 days ago) [liuh-80] * c1186ce - Merge with latest code (8 days ago) [liuh-80] * e4c0649 - Fix space/tab issue (8 days ago) [liuh-80] * e7fc8fc - Merge remote-tracking branch 'origin' into dev/liuh/get_dpu_address (9 days ago) [liuh-80] * 0993451 - Add DbSubscriber (9 days ago) [liuh-80] * ea5f91d - Improve code to use ConfigDBConnector (2 weeks ago) [liuh-80] * b978e4d - Merge branch 'master' into dev/liuh/get_dpu_address (2 weeks ago) [Qi Luo] * 654934f - Fix UT (3 weeks ago) [liuh-80] * cb3d12f - Fix UT (3 weeks ago) [liuh-80] * 1e2132b - Improve code coverage and fix PR comments (3 weeks ago) [liuh-80] * a34d2b5 - Fix code (4 weeks ago) [liuh-80] * 32ab774 - Fix build issue (4 weeks ago) [liuh-80] * 6862050 - Add getZmqAddress method (4 weeks ago) [liuh-80] * 17d7c4a - Fix PR comments (4 weeks ago) [liuh-80] * 39ae8fe - Fix PR comments (4 weeks ago) [liuh-80] * 628ce20 - Improve code (4 weeks ago) [liuh-80] * 5f63e1c - Add getDpuAddress method to supprot multiple DPU (4 weeks ago) [liuh-80] * 44a8071 - (origin/dev/liuh/get_dpu_address) Add getDpuAddress method (4 weeks ago) [liuh-80] ``` #### 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.