feat(dpf): Upgrade DPF to 26.4 build with bfb 3.4.0#1706
Open
abvarshney-nv wants to merge 1 commit into
Open
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
33c00da to
47519e9
Compare
wminckler
approved these changes
May 15, 2026
9294e13 to
4749a3d
Compare
vasrem
approved these changes
May 20, 2026
Comment on lines
+312
to
+314
| DpuStatusPhase::PerformArmForceRestart => { | ||
| Self::NotUsed("PerformArmForceRestart".into()) | ||
| } |
Member
There was a problem hiding this comment.
this is part of provisioning (related to secure boot AFAICT) wondering why we moved it under NotUsed
Contributor
Author
There was a problem hiding this comment.
Here NotUsed means, the state is not where Carbide should take some action.
If it is related to SecureBoot, we. might have to do more changes than just this one.
|
|
||
| fn default_dpf_bfb_url() -> String { | ||
| "https://content.mellanox.com/BlueField/BFBs/Ubuntu24.04/bf-bundle-3.2.1-34_25.11_ubuntu-24.04_64k_prod.bfb".to_string() | ||
| "https://content.mellanox.com/BlueField/BFBs/Ubuntu24.04/bf-bundle-3.2.2-125_26.02_ubuntu-24.04_64k_prod.bfb".to_string() |
Member
There was a problem hiding this comment.
We are testing against BFB 3.4 with QA. TBD for support with BFB 3.2.x. We will circle back on this soon.
4749a3d to
70525ec
Compare
wminckler
approved these changes
May 21, 2026
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.
Description
Upgrade DPF to 26.4 build with bfb 3.4.0
Type of Change
Related Issues (Optional)
Breaking Changes
Testing
Additional Notes