forked from sonic-net/SONiC
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve BGP load optimization HLD with ZMQ #2
Open
liuh-80
wants to merge
6
commits into
a114j0y:master
Choose a base branch
from
liuh-80:dev/liuh/zmq_bgp_enhance
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
a114j0y
force-pushed
the
master
branch
7 times, most recently
from
March 12, 2024 22:18
0247ad7
to
892a1c3
Compare
liuh-80
force-pushed
the
dev/liuh/zmq_bgp_enhance
branch
from
March 15, 2024 01:37
36b3571
to
b4eeace
Compare
liuh-80
commented
Mar 15, 2024
|
||
We propose to discard state tables, directly flush data to stable tables, while keep the data structure _KeySet_ to track modified keys. | ||
<img src="images/zmq-diagram.png" height=auto> | ||
</figure> | ||
|
||
### 2. Add an assistant thread to the monolithic Orchagent/Syncd main event loop workflow | ||
|
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.
This part need re-write with Syncd code example, because orchagent already improve with ZMQ.
@a114j0y please check and give your comments regarding to this HLD change proposal. |
a114j0y
force-pushed
the
master
branch
2 times, most recently
from
June 6, 2024 21:59
e7fcc7b
to
16cb696
Compare
a114j0y
force-pushed
the
master
branch
8 times, most recently
from
July 20, 2024 03:13
84c864b
to
3eb70ac
Compare
a114j0y
force-pushed
the
master
branch
2 times, most recently
from
July 23, 2024 14:45
f4a58af
to
a8fa119
Compare
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.
According to discussion about improve BGP load optimization HLD with ZMQ, this PR will replace Orchagent improvement with ZMQ solution.
However, following part in HLD need update, because the reference content been remove and replaced with ZMQ: