-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add thrift server #203
Merged
andriy-kokhan
merged 7 commits into
opencomputeproject:main
from
yuriilisovskyi:thrift_server
Oct 3, 2023
Merged
Add thrift server #203
andriy-kokhan
merged 7 commits into
opencomputeproject:main
from
yuriilisovskyi:thrift_server
Oct 3, 2023
Conversation
This file contains 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
Signed-off-by: Yurii Lisovskyi <[email protected]>
yuriilisovskyi
requested review from
andriy-kokhan and
anton7811
as code owners
September 28, 2023 10:18
Signed-off-by: Yurii Lisovskyi <[email protected]>
Signed-off-by: Yurii Lisovskyi <[email protected]>
Signed-off-by: Yurii Lisovskyi <[email protected]>
…nto thrift_server Signed-off-by: Yurii Lisovskyi <[email protected]>
yuriilisovskyi
force-pushed
the
thrift_server
branch
from
October 2, 2023 15:14
50a0010
to
94d3bca
Compare
yuriilisovskyi
force-pushed
the
thrift_server
branch
2 times, most recently
from
October 3, 2023 09:27
008e59c
to
78f0d9b
Compare
Signed-off-by: Yurii Lisovskyi <[email protected]>
yuriilisovskyi
force-pushed
the
thrift_server
branch
from
October 3, 2023 09:29
78f0d9b
to
90aaa6d
Compare
Signed-off-by: Yurii Lisovskyi <[email protected]>
andriy-kokhan
approved these changes
Oct 3, 2023
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 3, 2023
Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 5, 2023
Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]>
selldinesh
added a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 5, 2023
* Add LAG hash seed test-case (opencomputeproject#184) Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]> * adding additional create remove cases (#14) Signed-off-by: selldinesh <[email protected]> * removing switch tunnel Signed-off-by: selldinesh <[email protected]> * resolving PR comments and merge conflict Signed-off-by: selldinesh <[email protected]> * resolving precommit checks Signed-off-by: selldinesh <[email protected]> * reverting sai and l2 basic Signed-off-by: selldinesh <[email protected]> * Fixed u8/u16 and range Thrift conversions (opencomputeproject#188) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Updated PTF use-case. Enabled PTF TCs run from CI/CD (opencomputeproject#189) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Fix oper status check (opencomputeproject#192) Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]> * Added support for string SAI_NULL_OBJECT_ID for Thrift RPC (opencomputeproject#194) Signed-off-by: Vinod Kumar <[email protected]> Signed-off-by: selldinesh <[email protected]> * Remove unnecessary adding BPs to default VLAN on init (opencomputeproject#193) Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]> * Adding new DASH TCs for create, set and remove API (opencomputeproject#195) Signed-off-by: Vinod Kumar <[email protected]> Signed-off-by: selldinesh <[email protected]> * Adding new DASH TCs for create, set and remove API 2nd set (opencomputeproject#197) Signed-off-by: Vinod Kumar <[email protected]> Signed-off-by: selldinesh <[email protected]> * Fixed set_sku_mode() (opencomputeproject#198) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Added FDB basic UTs (opencomputeproject#199) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Added LAG basic UTs (opencomputeproject#200) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Added FDB flush UTs (opencomputeproject#201) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * [CI/CD] Fixed checks what Docker images have to be rebuild (opencomputeproject#206) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Updated to SAI v1.13+ (opencomputeproject#205) * Added nlohmann-json3-dev as new sairedis dependency * Extended list of unsupported types in get_by_type() --------- Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Fixed pytest warnings (opencomputeproject#207) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Refactored Redis RPC I/O failure processing (opencomputeproject#208) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Removed obsoleted exec option. Please use "--testbed" instead (opencomputeproject#209) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * Add generic SAI Thrift server (opencomputeproject#203) Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]> * Fixed "--traffic" option behavior (opencomputeproject#210) Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: selldinesh <[email protected]> * line ending change Signed-off-by: selldinesh <[email protected]> * adding additional tofino vs pass cases * adding skip all * pytest --------- Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]> Signed-off-by: Andriy Kokhan <[email protected]> Signed-off-by: Vinod Kumar <[email protected]> Signed-off-by: Andriy Kokhan <[email protected]> Co-authored-by: Yurii Lisovskyi <[email protected]> Co-authored-by: Andriy Kokhan <[email protected]> Co-authored-by: vikumarks <[email protected]> Co-authored-by: Andriy Kokhan <[email protected]>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 5, 2023
Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 16, 2023
Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 16, 2023
Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]>
selldinesh
pushed a commit
to selldinesh/SAI-Challenger
that referenced
this pull request
Oct 16, 2023
Signed-off-by: Yurii Lisovskyi <[email protected]> Signed-off-by: selldinesh <[email protected]>
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.
No description provided.