----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3543/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- 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. Diffs ----- src/dev/net/etherswitch.cc cdb94f2332a6 Diff: http://reviews.gem5.org/r/3543/diff/ Testing ------- Thanks, Mohammad Alian _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
