dev: Add m5 op to toggle synchronization for dist-gem5.
authorMichael LeBeane <michael.lebeane@amd.com>
Thu, 27 Oct 2016 02:48:40 +0000 (22:48 -0400)
committerMichael LeBeane <michael.lebeane@amd.com>
Thu, 27 Oct 2016 02:48:40 +0000 (22:48 -0400)
commitdc16c1ceb806135dddb8c79ef4d5ecf1336f21bc
treefb8a0dde281883f6e817ad1854e6f8f0219a9fe4
parent48e43c9ad1cd292b494f3d05f9d13845dd1a6d1e
dev: Add m5 op to toggle synchronization for dist-gem5.
This patch adds the ability for an application to request dist-gem5 to begin/
end synchronization using an m5 op. When toggling on sync, all nodes agree
on the next sync point based on the maximum of all nodes' ticks. CPUs are
suspended until the sync point to avoid sending network messages until sync has
been enabled. Toggling off sync acts like a global execution barrier, where
all CPUs are disabled until every node reaches the toggle off point. This
avoids tricky situations such as one node hitting a toggle off followed by a
toggle on before the other nodes hit the first toggle off.
14 files changed:
configs/common/Options.py
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/dev/net/Ethernet.py
src/dev/net/dist_etherlink.cc
src/dev/net/dist_iface.cc
src/dev/net/dist_iface.hh
src/dev/net/dist_packet.hh
src/dev/net/tcp_iface.cc
src/dev/net/tcp_iface.hh
src/sim/pseudo_inst.cc
src/sim/pseudo_inst.hh
util/m5/m5op.h
util/m5/m5op_x86.S
util/m5/m5ops.h