vpp: triggering PR - Not to commit#25369
Closed
yue-fred-gao wants to merge 24 commits intosonic-net:masterfrom
Closed
vpp: triggering PR - Not to commit#25369yue-fred-gao wants to merge 24 commits intosonic-net:masterfrom
yue-fred-gao wants to merge 24 commits intosonic-net:masterfrom
Conversation
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
/azpw ms_conflict |
1 similar comment
Contributor
|
/azpw ms_conflict |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Yue Gao <[email protected]>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Signed-off-by: Yue Gao <[email protected]>
Signed-off-by: Yue Gao <[email protected]>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
Signed-off-by: Yue Gao <[email protected]>
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
…fix (sonic-net#25962) Add TELEMETRY_WATCHDOG_CERT_PROBE_ENABLED function into watchdog and fix
Enhance lldpd.conf.j2 for IPv6 support
…D automatically (sonic-net#25994) #### Why I did it src/sonic-platform-daemons ``` * b85fff3 - (HEAD -> master, origin/master, origin/HEAD) Set DOM polling interval based on the time at the start of the loop instead of the end. (sonic-net#757) (7 hours ago) [Aditya Bhiday] * 7d8007d - [Smartswitch] Use MODULE_ADMIN_DOWN when DPU operational state is offline (sonic-net#772) (35 hours ago) [Gagan Punathil Ellath] * 4c23a4e - Support parsing gearbox configuration from media_settings.json (sonic-net#728) (4 days ago) [Brian Gallagher] ``` #### How I did it #### How to verify it #### Description for the changelog
…omatically (sonic-net#26185) #### Why I did it src/sonic-mgmt-common ``` * 61d8b07 - (HEAD -> master, origin/master, origin/HEAD) Implement translib backend logic for the gNSI Credentialz (sonic-net#203) (11 hours ago) [jayaragini-hcl] ``` #### How I did it #### How to verify it #### Description for the changelog
…lly (sonic-net#26183) #### Why I did it src/sonic-gnmi ``` * fd6db1c - (HEAD -> master, origin/master, origin/HEAD) Implements the frontend logic for gNSI Pathz (sonic-net#537) (11 hours ago) [niranjanivivek] ``` #### How I did it #### How to verify it #### Description for the changelog
…ly (sonic-net#26181) #### Why I did it src/sonic-bmp ``` * 9625f50 - (HEAD -> master, origin/master, origin/HEAD) Merge pull request sonic-net#32 from rustiqly/gcc14-cstdint-fix (4 hours ago) [Feng-msft] * 7098b13 - Add missing #include <cstdint> for GCC 14 compatibility (9 days ago) [Rustiqly] ``` #### How I did it #### How to verify it #### Description for the changelog
…lly (sonic-net#26186) #### Why I did it src/sonic-swss ``` * 2aea66e - (HEAD -> master, origin/master, origin/HEAD) [intfmgrd]: Replay IPv6 link-local address on interface admin up (sonic-net#4334) (5 hours ago) [Prince Sunny] * b43024e - Merge pull request sonic-net#4184 from divyagayathri-hcl/mc_rif (10 hours ago) [StephenWangGoogle] * adae9a1 - [P4Orch] Enable multicast on ingress RIFs. (22 hours ago) [mint570] ``` #### How I did it #### How to verify it #### Description for the changelog
…lly (sonic-net#26191) #### Why I did it src/sonic-swss ``` * 1875266 - (HEAD -> master, origin/master, origin/HEAD) Merge pull request sonic-net#4178 from divyagayathri-hcl/sws_s1 (22 hours ago) [StephenWangGoogle] * fe75883 - Merge branch 'master' into sws_s1 (26 hours ago) [divyagayathri-hcl] * 4d638e5 - Merge branch 'master' into sws_s1 (31 hours ago) [divyagayathri-hcl] * 7b89daf - Add orchagent support for SAI_ACL_ENTRY_ATTR_FIELD_VLAN_USER_META and SAI_ACL_ENTRY_ATTR_FIELD_PORT_USER_META. (6 weeks ago) [mint570] ``` #### How I did it #### How to verify it #### Description for the changelog
…lly (sonic-net#26189) #### Why I did it src/sonic-gnmi ``` * 5b81422 - (HEAD -> master, origin/master, origin/HEAD) [build] Add go mod tidy before go mod vendor for Go 1.24 compat (sonic-net#610) (23 hours ago) [Rustiqly (agent of lihuay)] ``` #### How I did it #### How to verify it #### Description for the changelog
- Why I did it Starting from the systemd version used in Debian Trixie (systemd 257), systemd-sonic-generator creates service unit files in /run/systemd/generator/ to handle multi-instance dependency expansion on DPU and multi-ASIC platforms. systemd marks these units as UnitFileState=generated instead of enabled or static. sysmonitor did not recognize "generated" as a valid state, causing these services to be silently skipped during health checks — they were missing from show system-health sysready-status and STATE_DB ALL_SERVICE_STATUS. - How I did it Adds "generated" to the accepted UnitFileState values in sysmonitor.py, so that services with UnitFileState=generated are correctly reported in show system-health sysready-status. This 1-line change adds "generated" to the accepted states so that all services are properly monitored regardless of where their unit file resides. Tests Added two unit tests to verify that the generated state is handled correctly: test_get_unit_status_generated_running_ok — a service with UnitFileState=generated and ActiveState=active is reported as OK test_get_unit_status_generated_inactive_not_ok — a service with UnitFileState=generated and ActiveState=inactive is reported as NOT OK - How to verify it show system-health sysready-status Signed-off-by: William Tsai <[email protected]>
[master] Upgrade SONiC package Versions
…s_st_capability at runtime (sonic-net#26013) Add SAI_STATS_ST_CAPABILITY_SUPPORTED=0 to sai.profile for Arista 7060cx (BCM56960/Tomahawk-1) to disable sai_query_stats_st_capability at runtime. This prevents a SIGSEGV in brcm_sai_st_pd_ctr_cap_list_get when running the legacy SAI binary which does not initialize p_pdapi_st->vtable for TH1. The runtime guard is implemented in sonic-sairedis PR sonic-net#1788. Signed-off-by: Liping Xu <[email protected]>
Signed-off-by: Pavan Naregundi <[email protected]>
…atically (sonic-net#26199) #### Why I did it src/sonic-utilities ``` * 0f536f13 - (HEAD -> master, origin/master, origin/HEAD) [sfputil][sfpshow] Use unified format to show CMIS EEPROM (sonic-net#4333) (17 hours ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
Signed-off-by: Yue Gao <[email protected]>
5906039 to
ffccd20
Compare
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
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.
Why I did it
Work item tracking
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)