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

Improve stem backpressure logic #4388

Open
ripatel-fd opened this issue Mar 5, 2025 · 0 comments
Open

Improve stem backpressure logic #4388

ripatel-fd opened this issue Mar 5, 2025 · 0 comments

Comments

@ripatel-fd
Copy link
Contributor

ripatel-fd commented Mar 5, 2025

Stem currently tracks available flow control credits via a single variable cr_avail.

We noticed a couple issues with this logic:

  • Some tiles (e.g. net tile) report immense backpressure on unreliable links (which should not be able to backpressure by definition)
  • Shallow idle out links bleed backpressuring onto deep links even if there is no actual risk of flow control quota overrun
  • Backpressure on out links blocks processing of incoming fragments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant