ucsdsysnet / Rosebud

Framework for FPGA-accelerated Middlebox Development
MIT License
38 stars 10 forks source link

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

Open mkhazraee opened 1 year ago

mkhazraee commented 1 year ago

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 commented 1 year ago

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