[hash] add SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL to hash-field map for ECMP/LAG switch hash configuration#3481
Merged
prsunny merged 1 commit intosonic-net:masterfrom Feb 20, 2025
Conversation
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Merged
12 tasks
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
6cda32d to
8e65894
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
nazariig
approved these changes
Jan 30, 2025
8e65894 to
7cf687b
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
…r ECMP/LAG switch hash configuration Signed-off-by: Andriy Yurkiv <ayurkiv@nvidia.com>
7cf687b to
eba0cc9
Compare
Collaborator
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@prgeor can you review? |
prsunny
approved these changes
Feb 20, 2025
Collaborator
|
Cherry-pick PR to msft-202412: Azure/sonic-swss.msft#40 |
Collaborator
|
@r12f This was reverted by you in 202412 branch. Can you please update labels so that it doesn't mislead stating the changes are included in 202412 branch? |
qiluo-msft
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Mar 24, 2025
Related PRs: sonic-net/sonic-utilities#3730 sonic-net/sonic-sairedis#1508 sonic-net/sonic-swss#3481 Why I did it Need to add SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL for hash calculation. Need to align Yang model. Work item tracking Microsoft ADO (number only): How I did it Added IPV6_FLOW_LABEL to Generic Hash Yang model (both ecmp_hash and lag_hash). path: SWITCH_HASH/GLOBAL Updated existing UT. Updated Configuration.md How to verify it 1)make configure PLATFORM=mellanox 2)make target/sonic-mellanox.bin 3)check model
11 tasks
11 tasks
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
…r ECMP/LAG switch hash configuration (sonic-net#3481) * added SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL to the hash-field table Why I did it Need to support SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL parameters for hash calculation How I verified it Configure SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL via CLI, check /var/log/syslog
baorliu
pushed a commit
to baorliu/sonic-swss
that referenced
this pull request
Feb 23, 2026
…r ECMP/LAG switch hash configuration (sonic-net#3481) * added SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL to the hash-field table Why I did it Need to support SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL parameters for hash calculation How I verified it Configure SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL via CLI, check /var/log/syslog Signed-off-by: Baorong Liu <96146196+baorliu@users.noreply.github.com>
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.
What I did
added SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL to the hash-field table
tests aligned
Why I did it
Need to support SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL parameters for hash calculation
How I verified it
Configure SAI_NATIVE_HASH_FIELD_IPV6_FLOW_LABEL via CLI, check /var/log/syslog
Details if related