dev: Add a missing parameter to the EtherTap device.
authorGabe Black <gabeblack@google.com>
Thu, 1 Jun 2017 22:03:40 +0000 (15:03 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 2 Jun 2017 00:07:55 +0000 (00:07 +0000)
commit201e86fbeba9c7ef081e40b391f1963de39d5924
tree9dd30548e6644f88cd1e8c856b6bfd8b392b10b9
parent946b5aeede320c4cae1c365e8f5b549aadc468f7
dev: Add a missing parameter to the EtherTap device.

There needs to be a SlavePort called "tap" for the ethertap device to be
able to connect to the gem5 network successfully.

Change-Id: I1ad81219f612fd1ec278c6148af728d20bc916da
Reviewed-on: https://gem5-review.googlesource.com/3580
Reviewed-by: Nathan Binkert <nate@binkert.org>
Maintainer: Nathan Binkert <nate@binkert.org>
src/dev/net/Ethernet.py