ruby: drop NetworkMessage class
Review Request #2905 - Created June 19, 2015 and submitted
| Information | |
|---|---|
| Nilay Vaish | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10884:ac028a40f44a --------------------------- ruby: drop NetworkMessage class This patch drops the NetworkMessage class. The relevant data members and functions have been moved to the Message class, which was the parent of NetworkMessage. This is just one patch in a series aimed towards combining different Message classes defined across protocols in Ruby. These different classes mostly contain the same code and are typically duplicated when a new protocol is written.
LGTM.
As an aside, since this is yet another patch that requires blanket changes to all slicc protocols, maybe we should require the patch submitter to include a script to update the other slicc protocols similar to how we have a checkpoint upgrader. Thoughts?
