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

[SAI] Move constructor to sai_api_initialize #413

Merged
merged 3 commits into from
Aug 2, 2023

Conversation

kcudnik
Copy link
Collaborator

@kcudnik kcudnik commented Aug 1, 2023

For future passing parameters via service method table
Fixes #411

@lguohan @marian-pritsak @Pterosaur @chrispsommers please review

For future passing parameters via service method table

// TODO below apis are extern of internal implementation
// they should not be used by extern, but obtained via
// sai_api_query function, FIXME
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you add an issue to ensure tracking? Thanks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done #414

Copy link
Collaborator

@Pterosaur Pterosaur left a comment

Choose a reason for hiding this comment

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

lgtm

@kcudnik
Copy link
Collaborator Author

kcudnik commented Aug 2, 2023

please merge if is ok, i dont have permissions here

@chrispsommers chrispsommers merged commit 1ffa37f into sonic-net:main Aug 2, 2023
3 checks passed
@kcudnik kcudnik deleted the ctrmov branch August 2, 2023 07:16
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.

Proposal to move libsai.so utils.cpp constructor to sai_api_initialize() function
3 participants