Skip to content

Reapply multi-DPU admin IP change#634

Merged
ajf merged 5 commits into
NVIDIA:release/v0.3.0from
ajf:for-pr/0.3.0fix2
Mar 19, 2026
Merged

Reapply multi-DPU admin IP change#634
ajf merged 5 commits into
NVIDIA:release/v0.3.0from
ajf:for-pr/0.3.0fix2

Conversation

@ajf

@ajf ajf commented Mar 19, 2026

Copy link
Copy Markdown
Collaborator

Description

Reapplies previously reverted commits to fix admin IP on secondary DPUs

@ajf ajf requested a review from a team March 19, 2026 00:44
…ot running (NVIDIA#559)

adds "update" to the stop command. This makes sure that supervisord
knows about the dhcp server config before the stop is issued. this is
important on newly provisioned DPUs since the dhcp server config doesn't
exist initially.

Also stops fetching the timestamps when dhcp is not running to avoiding
noise in the logs

<!-- Describe what this PR does -->

<!-- Check one that best describes this PR -->
- [ ] **Add** - New feature or capability
- [X] **Change** - Changes in existing functionality
- [ ] **Fix** - Bug fixes
- [ ] **Remove** - Removed features or deprecated functionality
- [ ] **Internal** - Internal changes (refactoring, tests, docs, etc.)

<!-- If applicable, provide GitHub Issue. -->

- [ ] This PR contains breaking changes

<!-- If checked above, describe the breaking changes and migration steps
-->

<!-- How was this tested? Check all that apply -->
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [X] Manual testing performed
- [ ] No testing required (docs, internal refactor, etc.)

<!-- Any additional context, deployment notes, or reviewer guidance -->
dpu_extension_services: vec![],
};

let mut last_dhcp_requests = vec![];

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a conflict, doesn't show up in your original commit of 56d6a51

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there were changes to last_dhcp_timestamps in main for DPF. let me go through them

@wminckler wminckler Mar 19, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed. the change here is just to move the get timestamp code down after getting the config. The conflict was because the get timestamp code was refactored in main

@ajf ajf merged commit 8281896 into NVIDIA:release/v0.3.0 Mar 19, 2026
34 checks passed
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