changes in the teammgrd to support single process and config updates#1
Merged
vrajeshe merged 2 commits intocisco/teamd_unifiedfrom Jul 21, 2025
Merged
Conversation
#1) (#3) * changes in the teammgrd to support single process and config updates via ipc mechanism * single process trigger in the initialization and tlm_teamd changes to communicate via IPC * added teamdsyncd changes and fix for tlm_teamd deletion fix * addressed review comments * added mock test changes * addressed review comments * removed extra lines * deleting extra lines --------- Co-authored-by: Yogapriyamohankumar <[email protected]> Co-authored-by: priyadarshini-palc <[email protected]>
f509ddb to
7e36305
Compare
7e36305 to
27a4985
Compare
vrajeshe
pushed a commit
that referenced
this pull request
Jul 22, 2025
) * changes in the teammgrd to support single process and config updates … (#1) (#3) * changes in the teammgrd to support single process and config updates via ipc mechanism * single process trigger in the initialization and tlm_teamd changes to communicate via IPC * added teamdsyncd changes and fix for tlm_teamd deletion fix * addressed review comments * added mock test changes * addressed review comments * removed extra lines * deleting extra lines --------- Co-authored-by: Yogapriyamohankumar <[email protected]> Co-authored-by: priyadarshini-palc <[email protected]> * Cleaned up the code --------- Co-authored-by: Sandeep Kulambi <[email protected]> Co-authored-by: Yogapriyamohankumar <[email protected]> Co-authored-by: priyadarshini-palc <[email protected]>
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.
Mode-Based Process Initialization via Redis:-
1.Subscribe and listen to mode configuration in Redis to decide and initialize either single or multiple teamd processes accordingly.
2.Send PortChannel create/del requests via IPC based on mode configuration
3.send Port member add/del requests from teammgrd via ipc with portchannel name
please find the attached test logs.
teammgrd_log.txt
Mock_test logs:
