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

zebra: Ensure dplane does not send work back to master at wrong time #17969

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

donaldsharp
Copy link
Member

When looping through the dplane providers, the worklist was being populated with items from the last provider and then the event system was checked to see if we should stop processing. If the event system says yes then the dplane code would stop and send the worklist to the master zebra pthread for collection. This obviously skipped the next dplane provider on the list which is double plus not good.

When looping through the dplane providers, the worklist was
being populated with items from the last provider and then
the event system was checked to see if we should stop processing.
If the event system says `yes` then the dplane code would stop
and send the worklist to the master zebra pthread for collection.
This obviously skipped the next dplane provider on the list
which is double plus not good.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
@frrbot frrbot bot added the zebra label Jan 31, 2025
@donaldsharp
Copy link
Member Author

@Mergifyio backport stable/10.1 stable/10.2

Copy link

mergify bot commented Jan 31, 2025

backport stable/10.1 stable/10.2

🟠 Waiting for conditions to match

  • merged [📌 backport requirement]

@mjstapp mjstapp added the bugfix label Jan 31, 2025
@mjstapp
Copy link
Contributor

mjstapp commented Jan 31, 2025

Tagging as bugfix; we'll want this in the upcoming release

Copy link
Contributor

@mjstapp mjstapp left a comment

Choose a reason for hiding this comment

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

Yes, good change

@donaldsharp
Copy link
Member Author

has the dev branch been pulled?

@donaldsharp donaldsharp mentioned this pull request Jan 31, 2025
@mjstapp
Copy link
Contributor

mjstapp commented Jan 31, 2025

No, I don't see it yet

has the dev branch been pulled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants