[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#103
Merged
mssonicbld merged 3 commits intoAzure:202205from Sep 8, 2023
Merged
Conversation
Collaborator
mssonicbld
commented
Sep 8, 2023
…atically (#16481) src/sonic-utilities * 787b4a32 - (HEAD -> 202205, origin/202205) Remove SFP index usage in generating list of SFP hw error (#2961) (6 hours ago) [Prince George]
… to 100G and set speed setting before lane reconfiguration (#16452)
* [minigraph] remove number of lanes check for changing speed from 400G to 100G and set speed setting before lane reconfiguration (#15721)
8111 800G interface, split to 2x400G (each has 4 lanes) fails to change interface speed from 400G to 100G during deploy mg. In minigraph.xml, the interface speed configuration is good, but fails to generate the right value to config_db.json.
In order to support this SKU the speed transitioning should support both 4 lanes and 8 lanes in the port_config.ini.
Why I did it
before this change for a 400G to 100G transition, in all cases except when lanes are 8, we would continue and the line
ports.setdefault(port_name, {})['speed'] = port_speed_png[port_name]
would not be executed, hence the default speed will never be set for a case and config_db will not be updated,
where speed is transitioning from 400G to 100G or 40G, but lanes are not equal to 8.
In order for those cases to pass where lanes are not specifically 8, we need the change
Work item tracking
24242657
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
* fix UT
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
---------
Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
jon-nokia
pushed a commit
to jon-nokia/sonic-buildimage-msft
that referenced
this pull request
May 3, 2024
…omatically (#16715) #### Why I did it src/sonic-mgmt-common ``` * 42ca0a6 - (HEAD -> master, origin/master, origin/HEAD) DB Access Layer Merges: GetTablePattern ... (Azure#103) (10 hours ago) [a-barboza] ``` #### How I did it #### How to verify it #### Description for the changelog
jon-nokia
pushed a commit
to jon-nokia/sonic-buildimage-msft
that referenced
this pull request
May 3, 2024
…utomatically (#18475) #### Why I did it src/sonic-host-services ``` * e93494c - (HEAD -> master, origin/master, origin/HEAD) Update sonic-host-services-data.determine-reboot-cause.service (Azure#119) (2 days ago) [Xincun Li] * 15762a5 - Fix UT test data due to timestamp break. (Azure#117) (4 days ago) [Feng-msft] * d53f431 - [caclmgrd]Fix bfd and vxlan acl rules programming in acl table update scenario (Azure#114) (13 days ago) [Sudharsan Dhamal Gopalarathnam] * f2dbf25 - Add unittest for caclmgrd default deny rule (Azure#113) (2 weeks ago) [Zhijian Li] * bfa06c7 - Change dependency option to fix buildimage issue. (Azure#110) (3 weeks ago) [Feng-msft] * ba78bdb - Fix hostcfgd crash when delete entire config table. (Azure#106) (4 weeks ago) [Hua Liu] * 6130886 - Update ProcessStats query by using API instead of parsing ps command. (Azure#103) (4 weeks ago) [Feng-msft] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Jul 14, 2025
…tomatically (#1349) #### Why I did it src/sonic-swss ``` * 1a7fb83e - (HEAD -> 202503, origin/202503) Merge pull request #104 from mssonicbld/sonicbld/202503-merge (23 hours ago) [mssonicbld] * 4d979d5f - Merge branch '202412' of https://github.com/Azure/sonic-swss.msft into 202503 (23 hours ago) [Sonic Automation] * 4eba7af3 - (origin/202412) [vs][mirror]: Update test to use the max TC number provided by VS lib (#103) (2 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
yxieca
added a commit
that referenced
this pull request
Aug 7, 2025
…odule heads (#1471) sonic-platform-common: * e4f5fbf 2025-08-06 | [cmis] add read only cache decorator (#562) (#103) (HEAD -> 202501, msft/202501) [Ying Xie] sonic-platform-daemons: * 2e4e335 2025-08-06 | xcvrd: Remove SFP API object when SFP is removed (#616) (#31) (HEAD -> 202501, msft/202501) [Ying Xie] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
mssonicbld
added a commit
that referenced
this pull request
Sep 18, 2025
…tomatically (#1635) #### Why I did it src/sonic-gnmi ``` * 27f0121 - (HEAD -> 202412, origin/202412) Realize common functions for sfpshow. (#103) (4 minutes ago) [Yutong Zhang] * 5e9a443 - Migrate option to argument for 'show interface transceiver presence' (#115) (54 minutes ago) [zitingguo-ms] * 2eb0587 - Added telemetry support for 'show queue wredcounters', added support for the interface argument, and added unimplemented and no-op options. (#112) (3 hours ago) [mramezani95] * 183721b - Update the ipaddress from option to arg (#113) (12 hours ago) [Guoqiang Yuan] * 86bd856 - Add common subpackage under show_client to hold common functions (#114) (14 hours ago) [gnemuw] * 4a2764f - Make interface as arg instead of option for `show interfaces transceiver error-status` (#108) (20 hours ago) [Yutong Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog
bingwang-ms
pushed a commit
that referenced
this pull request
Jan 16, 2026
…ically (#23640) #### Why I did it src/sonic-dash-ha ``` * 5295d1c - (HEAD -> master, origin/master, origin/HEAD) Adjust path of debs in common-libs artifact (#103) (5 hours ago) [yue-fred-gao] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or 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
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.