-
Notifications
You must be signed in to change notification settings - Fork 29
issue: 4409248 Fix RoCE LAG warning #336
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
Conversation
|
bot:retest |
2 similar comments
|
bot:retest |
|
bot:retest |
|
Could you please update the description to detail more about the "why"? |
|
/review |
|
/describe |
|
/improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
PR Description updated to latest commit (d6567d8) |
PR Code Suggestions ✨
|
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.
Small fixes. See also AI comments which are good imho.
Main issue I personally have is lacking documentation in redmine ticket, in the description and in the commit message. I can't understand as a reader the justification for the patch.
We can not disable RoCE LAG (deprecated option in OFED 5.1). Signed-off-by: Bashar Abdelgafer <[email protected]>
d6567d8 to
e5a2dc2
Compare
|
bot:retest |
|
@tomerdbz please review in your convenient time |
|
bot:retest |
|
@tomerdbz REMINDER - i think you approved it in VMA but not in XLIO? |
User description
We cannot disable RoCE LAG (deprecated option in OFED 5.1).
Change type
What kind of change does this PR introduce?
Check list
PR Type
Bug fix, Enhancement
Description
Removed deprecated RoCE LAG disable path references.
Simplified
print_roce_lag_warningsfunction signature and logic.Updated RoCE LAG warning messages for clarity and relevance.
Adjusted related function calls to match updated signature.
Changes walkthrough 📝
net_device_val.cpp
Adjusted RoCE LAG warning logic and function callssrc/core/dev/net_device_val.cpp
disable_pathparameter fromprint_roce_lag_warningscalls.utils.cpp
Simplified `print_roce_lag_warnings` and updated messagessrc/core/util/utils.cpp
disable_pathparameter fromprint_roce_lag_warnings.instructions.
utils.h
Updated `print_roce_lag_warnings` function signaturesrc/core/util/utils.h
print_roce_lag_warningsfunction signature.disable_pathparameter from declaration.