Skip to content
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

[libsai] dummy implementation for ACL_TABLE #657

Merged
merged 2 commits into from
Jan 17, 2025

Conversation

jimmyzhai
Copy link
Collaborator

  1. Fix SAI object ACL_TABLE creation failure in sonic kvm dpu #655 , by adding dummy implementation for SAI_OBJECT_TYPE_ACL_TABLE
  2. Fix Default IPv6 route ::/0 not support in dash pipeline #656, by bypassing creation of route entry with prefix length 0

@mssonicbld
Copy link

/azp run

Copy link

Commenter does not have sufficient privileges for PR 657 in repo sonic-net/DASH

@KrisNey-MSFT KrisNey-MSFT requested review from kcudnik and r12f January 15, 2025 17:20
@KrisNey-MSFT
Copy link
Collaborator

Added @r12f and @kcudnik as reviewers

Copy link
Collaborator

@kcudnik kcudnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe explain in the commends why you bypass this

@mssonicbld
Copy link

/azp run

Copy link

Commenter does not have sufficient privileges for PR 657 in repo sonic-net/DASH

@jimmyzhai
Copy link
Collaborator Author

maybe explain in the commends why you bypass this

Updated the comment for the bypass reason:

return SAI_STATUS_SUCCESS;  // bypass, temporary workaround for issue #656

Copy link
Collaborator

@r12f r12f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good. Thanks Junhua!

@r12f r12f merged commit f5b4b70 into sonic-net:main Jan 17, 2025
4 checks passed
@jimmyzhai jimmyzhai deleted the libsai_acl branch February 25, 2025 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default IPv6 route ::/0 not support in dash pipeline SAI object ACL_TABLE creation failure in sonic kvm dpu
5 participants