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

Adjust when to drop packets per incoming interface for the RR scheduler #1

Open
mkhazraee opened this issue Nov 15, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@mkhazraee
Copy link
Collaborator

To have control over buffer bloat, we can drop packets in the scheduler based on the available occupancy information to the scheduler. In Hash scheduler it's already being used, but for the RR scheduler it is based on the axis_dropper module which has a bug and right now the dropping feature is disabled.

@mkhazraee mkhazraee added the enhancement New feature or request label Nov 15, 2022
@mkhazraee mkhazraee added the bug Something isn't working label Jan 28, 2023
@mkhazraee
Copy link
Collaborator Author

Marked the issue as bug, as the axis_dropper is buggy even though bypassed in the implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant