Fix: 5968806: Use Option<T> for the dpf_enabled flag to avoid sending default value to server.#537
Open
abvarshney-nv wants to merge 1 commit intoNVIDIA:mainfrom
Open
Fix: 5968806: Use Option<T> for the dpf_enabled flag to avoid sending default value to server.#537abvarshney-nv wants to merge 1 commit intoNVIDIA:mainfrom
abvarshney-nv wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
… default value to server. 1. Any EM which is already created and dpf_enabled is not updated will be updated as dpf_enabled false. 2. If during add, dpf_enabled is not mentioned, will be updated as false. 3. if during patching, dpf_enabled is not provided, the value will remain unchanged.
🔐 TruffleHog Secret Scan✅ No secrets or credentials found! Your code has been scanned for 700+ types of secrets and credentials. All clear! 🎉 🕐 Last updated: 2026-03-12 09:45:18 UTC | Commit: 858c200 |
🛡️ Vulnerability Scan🚨 Found 74 vulnerability(ies) Severity Breakdown:
🔗 View full details in Security tab 🕐 Last updated: 2026-03-12 09:45:21 UTC | Commit: 858c200 |
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
Use Option for the dpf_enabled flag to avoid sending default value to server.
Type of Change
Related Issues (Optional)
NVBUG-5968806
Breaking Changes
Testing
Additional Notes