dev, dist: Fixed a scheduling bug in the etherswitch
Review Request #3543 - Created July 5, 2016 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Mohammad Alian | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11558:dfca4ee0968b --------------------------- dev, dist: Fixed a scheduling bug in the etherswitch This patch fixes a bug in etherswitch. When a packet gets inserted in the output fifo, the txEvent has to always be reschedule, not only when an event is already scheduled. This can raise the assertion in the reschedule function.
