Review Board 2.0.15


dist,dev: add an ethernet switch model

Review Request #3230 - Created Nov. 19, 2015 and submitted

Information
Mohammad Alian
gem5
default
Reviewers
Default

Changeset 11292:12200987356d
---------------------------
dist,dev: add an ethernet switch model

several testing done with different benchmarks and different switch sizes

Issue Summary

32 12 20 0
Description From Last Updated Status
Is this license necessary? I believe this extra paragraph only applies to ARM contributions, so there's no reason to include ... Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
I think the int-to-bool conversion should be explicit here Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
seems asymmetric that there's an inc but no dec Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
can these declarations be moved down to the initializations? Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
why not 'for (auto sender : tmpInterfaces)'? Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
why the memcpy calls? Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
seems extreme to do a hash lookup on both ports... every interface already has a number, you really just need ... Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
would lastUseTime be more accurate than arrivalTime? Why are we tracking this if it's not being used? Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
if you're going to be reordering things all the time like this, why not use a list instead of a ... Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
I don't understand the "try again later"... is it the case that we're trying to do a second broadcast while ... Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
seems like it would be a lot simpler to just initialize peers to interfaces on the initial broadcast, and then ... Steve Reinhardt Jan. 21, 2016, 11:36 a.m. Open
do we end up charging the delay twice, since we already accounted for it in enqueue()? The delay for the ... Steve Reinhardt Jan. 26, 2016, 5:14 p.m. Open
Review request changed
Updated (April 20, 2016, 8:52 a.m.)

Status: Closed (submitted)