dev: Distributed Ethernet link for distributed gem5 simulations
authorGabor Dozsa <gabor.dozsa@arm.com>
Thu, 7 Jan 2016 22:33:47 +0000 (16:33 -0600)
committerGabor Dozsa <gabor.dozsa@arm.com>
Thu, 7 Jan 2016 22:33:47 +0000 (16:33 -0600)
commit5dec4e07b89786aa67ce64aadeeb14c81b3977b3
tree44535119ad1f458cbe2a26b56c8c8377a25fe0ff
parente67749426054d8ddb7f11b53a89741d4808f3acb
dev: Distributed Ethernet link for distributed gem5 simulations

Distributed gem5 (abbreviated dist-gem5) is the result of the
convergence effort between multi-gem5 and pd-gem5 (from Univ. of
Wisconsin). It relies on the base multi-gem5 infrastructure for packet
forwarding, synchronisation and checkpointing but combines those with
the elaborated network switch model from pd-gem5.

--HG--
rename : src/dev/net/multi_etherlink.cc => src/dev/net/dist_etherlink.cc
rename : src/dev/net/multi_etherlink.hh => src/dev/net/dist_etherlink.hh
rename : src/dev/net/multi_iface.cc => src/dev/net/dist_iface.cc
rename : src/dev/net/multi_iface.hh => src/dev/net/dist_iface.hh
rename : src/dev/net/multi_packet.hh => src/dev/net/dist_packet.hh
23 files changed:
src/dev/net/Ethernet.py
src/dev/net/SConscript
src/dev/net/dist_etherlink.cc [new file with mode: 0644]
src/dev/net/dist_etherlink.hh [new file with mode: 0644]
src/dev/net/dist_iface.cc [new file with mode: 0644]
src/dev/net/dist_iface.hh [new file with mode: 0644]
src/dev/net/dist_packet.hh [new file with mode: 0644]
src/dev/net/etherpkt.cc
src/dev/net/etherpkt.hh
src/dev/net/multi_etherlink.cc [deleted file]
src/dev/net/multi_etherlink.hh [deleted file]
src/dev/net/multi_iface.cc [deleted file]
src/dev/net/multi_iface.hh [deleted file]
src/dev/net/multi_packet.cc [deleted file]
src/dev/net/multi_packet.hh [deleted file]
src/dev/net/tcp_iface.cc
src/dev/net/tcp_iface.hh
src/sim/global_event.hh
src/sim/initparam_keys.hh [new file with mode: 0644]
src/sim/pseudo_inst.cc
util/multi/Makefile [deleted file]
util/multi/tcp_server.cc [deleted file]
util/multi/tcp_server.hh [deleted file]