Skip to content
Open
Show file tree
Hide file tree
Changes from 56 commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
0409850
Added pre_shutdown_hook() function to module_base.py
rameshraghupathy May 13, 2025
69fc737
Modified based on the Redis based IPC
rameshraghupathy May 21, 2025
52fed94
Did some cleanup
rameshraghupathy May 21, 2025
13ccb54
Modified set_admin_state API to handle DPU Graceful Shutdown
rameshraghupathy May 21, 2025
f80d453
Draft version. Need to test again
rameshraghupathy Jul 7, 2025
075f9fe
Merge branch 'master' into graceful-shutdown
rameshraghupathy Jul 10, 2025
5c76c4f
Merge branch 'sonic-net:master' into graceful-shutdown
rameshraghupathy Aug 12, 2025
954d205
refactored based on the revised HLD
rameshraghupathy Aug 12, 2025
dda9062
refactored based on the revised HLD
rameshraghupathy Aug 13, 2025
f736e7b
Fixing ut
rameshraghupathy Aug 20, 2025
9dd80f6
Fixing ut
rameshraghupathy Aug 20, 2025
9b59745
Fixing ut
rameshraghupathy Aug 20, 2025
44b44f7
Fixing ut
rameshraghupathy Aug 20, 2025
6ad3a4c
Improving coverage
rameshraghupathy Aug 21, 2025
d2c5010
Improving coverage
rameshraghupathy Aug 21, 2025
b53413c
Improving coverage
rameshraghupathy Aug 21, 2025
d64f1c8
Improving coverage
rameshraghupathy Aug 21, 2025
f75f7e2
Refactored for graceful shutdown
rameshraghupathy Aug 24, 2025
24c5eaa
Refactored for graceful shutdown, fixing UT
rameshraghupathy Aug 31, 2025
3d3c431
Refactored for graceful shutdown, fixing UT
rameshraghupathy Sep 1, 2025
337baa1
Refactored for graceful shutdown, fixing UT
rameshraghupathy Sep 1, 2025
f2302e8
Refactored for graceful shutdown, fixing UT
rameshraghupathy Sep 1, 2025
71668a8
Refactored for graceful shutdown, fixing UT - Final round of tweaks
rameshraghupathy Sep 3, 2025
dd3e462
Refactored for graceful shutdown, fixing UT - Final round of tweaks
rameshraghupathy Sep 3, 2025
6ea46bc
Refactored for graceful shutdown, fixing UT - Final round of tweaks
rameshraghupathy Sep 8, 2025
2b99de1
Refactored for graceful shutdown, fixing UT - Final round of tweaks
rameshraghupathy Sep 9, 2025
6f1e7a2
Refactored for graceful shutdown, fixing UT - Final round of tweaks
rameshraghupathy Sep 9, 2025
0cdc5eb
Refactored for graceful shutdown, fixing UT - Final round of tweaks
rameshraghupathy Sep 9, 2025
258a1e3
Refactored for graceful shutdown, fixing UT - Final round of tweaks
rameshraghupathy Sep 9, 2025
bf55d0c
Remove SMARTSWITCH build flag across platforms
rameshraghupathy Sep 11, 2025
4ffa284
Made the timeout logic common
rameshraghupathy Sep 20, 2025
c6e7c20
working on coverage
rameshraghupathy Sep 20, 2025
194010b
restoring pci and sensor related tests
rameshraghupathy Sep 20, 2025
14333dc
fixing an indent issue
rameshraghupathy Sep 20, 2025
0e4d7ca
Addressed PR comments
rameshraghupathy Sep 26, 2025
c80fa7c
Addressed PR comments
rameshraghupathy Sep 26, 2025
35c92f2
Addressed PR comments
rameshraghupathy Sep 26, 2025
5211b46
Did a minor cleanup
rameshraghupathy Sep 28, 2025
ec98ff3
Did some clean up to address the review comments
rameshraghupathy Sep 30, 2025
273ac84
Did some clean up to address the review comments
rameshraghupathy Sep 30, 2025
38e93ba
Did some clean up to address the review comments
rameshraghupathy Sep 30, 2025
2be697b
Did some clean up to address the review comments
rameshraghupathy Sep 30, 2025
d9208ab
Addressed review comments and included transition in progress check i…
rameshraghupathy Sep 30, 2025
0a8610e
Fixing test failure
rameshraghupathy Sep 30, 2025
a4464a5
Fixing test failure
rameshraghupathy Sep 30, 2025
97835fd
Fixing test failure
rameshraghupathy Sep 30, 2025
1eb15ce
Fixing test failure
rameshraghupathy Sep 30, 2025
46ed271
Addressed review comments related to refactoring
rameshraghupathy Oct 1, 2025
f72c96d
Fixing test failures
rameshraghupathy Oct 1, 2025
0197e54
Fixing test failures
rameshraghupathy Oct 1, 2025
ae65492
Addressed review comments related to refactoring
rameshraghupathy Oct 1, 2025
937658f
Merge branch 'master' into graceful-shutdown
rameshraghupathy Oct 1, 2025
5973578
Did some cleanup of the comments
rameshraghupathy Oct 2, 2025
e9485bf
Did some cleanup based on review comments
rameshraghupathy Oct 2, 2025
7cb3872
Fixed test failure
rameshraghupathy Oct 2, 2025
82a983f
Addressing review comments
rameshraghupathy Oct 8, 2025
fc9c331
Addressing review comments
rameshraghupathy Oct 19, 2025
22fdade
Fix graceful shutdown implementation and clean up whitespace
rameshraghupathy Oct 19, 2025
c479203
Revert unrelated sonic_xcvr changes
rameshraghupathy Oct 19, 2025
fe70485
Aligning tests with the changes in module_base.py
rameshraghupathy Oct 19, 2025
05f786f
fixed whitespace
rameshraghupathy Oct 19, 2025
545457d
fixed test issues
rameshraghupathy Oct 19, 2025
8009ca7
fixed test issues
rameshraghupathy Oct 19, 2025
55a4c6d
fixed test issues
rameshraghupathy Oct 19, 2025
1c862cd
fixed test issues
rameshraghupathy Oct 19, 2025
897562f
fixed test issues
rameshraghupathy Oct 19, 2025
6c8a306
fixed test issues
rameshraghupathy Oct 19, 2025
d2dd8c8
Revert "Revert unrelated sonic_xcvr changes"
rameshraghupathy Oct 21, 2025
2f8e72d
Update tests/module_base_test.py
rameshraghupathy Oct 21, 2025
ee58019
t rebase --abort
rameshraghupathy Oct 21, 2025
3e1dd0a
Addressing review comments
rameshraghupathy Oct 23, 2025
61a091b
Fixing test failures
rameshraghupathy Oct 23, 2025
3c09b88
Update sonic_platform_base/module_base.py
rameshraghupathy Oct 23, 2025
da94d73
Update sonic_platform_base/module_base.py
rameshraghupathy Oct 23, 2025
41f05ce
Update sonic_platform_base/module_base.py
rameshraghupathy Oct 23, 2025
6e0e7cb
Merge branch 'sonic-net:master' into graceful-shutdown
rameshraghupathy Oct 23, 2025
ab9680e
Addressing review comments
rameshraghupathy Oct 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading