[hash]: Add ECMP/LAG hash algorithm to OA#2953
Conversation
|
@stepanblyschak FYI |
c398098 to
e8cf4e3
Compare
e8cf4e3 to
3f25526
Compare
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
3f25526 to
15961a0
Compare
|
@prsunny kindly reminder to review or to assign someone on behalf of you. |
15961a0 to
abaf3fb
Compare
|
@prsunny just a kind reminder |
5265fe8 to
473135a
Compare
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
473135a to
e7a3692
Compare
|
@prsunny just a kind reminder |
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@prsunny just a kind reminder |
e7a3692 to
0fa0985
Compare
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
Signed-off-by: Nazarii Hnydyn <nazariig@nvidia.com>
edc5663 to
5b83e97
Compare
|
@prsunny just a kind reminder |
|
|
||
| if (obj.haSet.empty()) | ||
| { | ||
| SWSS_LOG_ERROR("Failed to validate hash algorithm: no hash algorithm capabilities"); |
There was a problem hiding this comment.
this must be WARN instead of ERROR as some platforms may not support algorithm capabilities
|
|
||
| if (obj.haSet.count(haValue) == 0) | ||
| { | ||
| SWSS_LOG_ERROR("Failed to validate hash algorithm: value(%s) is not supported", toStr(haValue).c_str()); |
There was a problem hiding this comment.
Same here. Please change to WARN
|
Already in 202311. |
* [hash]: Add ECMP/LAG hash algorithm to OA. * Implement as defined in sonic-net/SONiC#1501
Signed-off-by: Nazarii Hnydyn nazariig@nvidia.com
DEPENDS:
HLD: sonic-net/SONiC#1501
What I did
Why I did it
How I verified it
Details if related