[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205#115
Merged
mssonicbld merged 2 commits intoAzure:202205from Sep 22, 2023
Merged
Conversation
Collaborator
mssonicbld
commented
Sep 22, 2023
#### Why I did it
To enable qos config for a certain backend deployment mode, for resource-type "Compute-AI".
This deployment has the following requirement:
- Config below enabled if DEVICE_TYPE as one of backend_device_types
- Config below enabled if ResourceType is 'Compute-AI'
- 2 lossless TCs' (2, 3)
- 2 lossy TCs' (0,1)
- DSCP to TC map uses 4 DSCP code points and maps to the TCs' as follows:
"DSCP_TO_TC_MAP": {
"AZURE": {
"48" : "0",
"46" : "1",
"3" : "3",
"4" : "4"
}
}
- WRED profile has green {min/max/mark%} as {2M/10M/5%}
This required template change <as in the PR> in addition to the vendor qos.json.j2 file (not included here).
### How I did it
#### How to verify it
- with the above change and the vendor config change, generated the qos.json file and verified that the objective stated in "Why I did it" was met
- verified no error
### Description for the changelog
Update qos_config.j2 for Comptue-AI deployment on one of backend device type roles
jon-nokia
pushed a commit
to jon-nokia/sonic-buildimage-msft
that referenced
this pull request
May 3, 2024
…omatically (#17188) #### Why I did it src/sonic-mgmt-common ``` * faa2a51 - (HEAD -> master, origin/master, origin/HEAD) Go Code format checker and formatter (Azure#112) (8 hours ago) [faraazbrcm] * faaa9f5 - PathInfo optimizations (Azure#115) (22 hours ago) [Sachin Holla] ``` #### How I did it #### How to verify it #### Description for the changelog
prabhataravind
pushed a commit
that referenced
this pull request
Jul 31, 2025
…tomatically (#1430) #### Why I did it src/sonic-swss ``` * c6009c38 - (HEAD -> 202506, origin/202506) [ssw][haorch] use kfv instead of serialized pb objects for internal tables (#117) (2 hours ago) [mssonicbld] * 0294360f - Accept detailed SAI status codes in dashportmaporch (#116) (2 hours ago) [mssonicbld] * 903fad6c - Set Dash direction lookup direction from Appliance table (#115) (2 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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 (#24088) #### Why I did it src/sonic-dash-ha ``` * f36ffdd - (HEAD -> master, origin/master, origin/HEAD) Make deserializer more forgiven to parse dash_bfd_probe_state (#113) (6 hours ago) [yue-fred-gao] * 0a719f6 - Proper handling of entry not found in incoming vs decoding error (#114) (6 hours ago) [yue-fred-gao] * 2c589e7 - Unregister handlers after actor terminates (#115) (6 hours ago) [yue-fred-gao] * b39c778 - Add local nexthop ip (#116) (6 hours ago) [dypet] ``` #### 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.