-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing 'rawNvConfig' to refrain of unstable NIC states in DPU mode #52
Conversation
b1deb06
to
f3ed293
Compare
Pull Request Test Coverage Report for Build 11915792861Details
💛 - Coveralls |
@@ -200,15 +199,6 @@ func (v *configValidationImpl) ConstructNvParamMapFromTemplate( | |||
applyDefaultNvConfigValueIfExists(consts.AtsEnabledParam, desiredParameters, query) | |||
} | |||
|
|||
for _, rawParam := range template.RawNvConfig { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you comment out these lines and put a TODO to uncomment them once a fix is ready?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Name: "TEST_P2", | ||
Value: "test", | ||
}, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done. Although we can just check this PR changes :-)
f3ed293
to
d83cc64
Compare
d83cc64
to
40efd3e
Compare
…stable state. We should add and fix unstable states on next releases
40efd3e
to
bcf085d
Compare
Removing 'rawNvConfig' since it was causing BF3/2 NICs to enter an unstable state once changing NIC mode from NIC to DPU
We should add and fix unstable states on next releases