gem5/src/dev/net
Gabor Dozsa 5dec4e07b8 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
2016-01-07 16:33:47 -06:00
..
dist_etherlink.cc dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
dist_etherlink.hh dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
dist_iface.cc dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
dist_iface.hh dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
dist_packet.hh dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
etherbus.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherbus.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherdevice.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherdevice.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherdump.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherdump.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherint.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherint.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherlink.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherlink.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
Ethernet.py dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
etherobject.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
etherpkt.cc dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
etherpkt.hh dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
ethertap.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
ethertap.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
i8254xGBe.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
i8254xGBe.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
i8254xGBe_defs.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
ns_gige.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
ns_gige.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
ns_gige_reg.h dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
pktfifo.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
pktfifo.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
SConscript dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
sinic.cc dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
sinic.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
sinicreg.hh dev: Move network devices to src/dev/net/ 2015-12-10 10:35:18 +00:00
tcp_iface.cc dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00
tcp_iface.hh dev: Distributed Ethernet link for distributed gem5 simulations 2016-01-07 16:33:47 -06:00