-
Notifications
You must be signed in to change notification settings - Fork 491
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
User defined VxLAN UDP source port calculation #1205
Conversation
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.
should we also add per tunnel attrib ?
as original attributes are both per {switch, tunnel type} and {tunnel}
otherwise, we may need to specify this mode is not per tunnel
Have you looked at PR#1173. It added following attributes
|
It doesn't make sense at the moment to have it per tunnel. If anyone will come up with the use case, it can be added. |
"Ephemeral" is not flexible enough |
I misunderstood a comment - yes, it should be in both since the enum is shared |
inc/saiswitch.h
Outdated
/** | ||
* @brief User defined bit range of computed hash | ||
*/ | ||
SAI_TUNNEL_VXLAN_UDP_SPORT_MODE_USER_DEFINED_HASH, |
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 be merged into user_defined mode
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
Signed-off-by: Marian Pritsak <marianp@mellanox.com>
@JaiOCP - would you like to review/approve? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
|
No description provided.