Skip to content

[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#103

Merged
mssonicbld merged 3 commits intoAzure:202205from
mssonicbld:sonicbld/202205-merge
Sep 8, 2023
Merged

[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#103
mssonicbld merged 3 commits intoAzure:202205from
mssonicbld:sonicbld/202205-merge

Conversation

@mssonicbld
Copy link
Collaborator

* 8f65b7874 - (head/202205) [minigraph] remove number of lanes check for changing speed from 400G to 100G and set speed setting before lane reconfiguration  (#16452) (2023-09-07) [vdahiya12]
* 0bc006816 - [submodule] Update submodule sonic-utilities to the latest HEAD automatically (#16481) (2023-09-07) [mssonicbld]<br>```

mssonicbld and others added 3 commits September 7, 2023 10:17
…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>
@mssonicbld mssonicbld requested a review from a team as a code owner September 8, 2023 03:00
@mssonicbld mssonicbld merged commit f58550c into Azure:202205 Sep 8, 2023
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
r12f added a commit that referenced this pull request Jul 18, 2025
…tomatically (#1347)

#### Why I did it
src/sonic-swss
```
* 4eba7af3 - (HEAD -> 202412, origin/202412) [vs][mirror]: Update test to use the max TC number provided by VS lib (#103) (3 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants