Changeset 760 for branches


Ignore:
Timestamp:
Jul 24, 2014, 5:21:22 PM (10 years ago)
Author:
cfuguet
Message:

reconfiguration/tsar_generic_iob: using /dev/null for NIC files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reconfiguration/platforms/tsar_generic_iob/top.cpp

    r756 r760  
    208208#define BDEV_IMAGE_NAME       "../../../giet_vm/hdd/virt_hdd.dmg"
    209209
    210 #define NIC_RX_NAME           "giet_vm/nic/rx_packets.txt"
    211 #define NIC_TX_NAME           "giet_vm/nic/tx_packets.txt"
     210#define NIC_RX_NAME           "/dev/null"
     211#define NIC_TX_NAME           "/dev/null"
    212212#define NIC_TIMEOUT           10000
    213213
Note: See TracChangeset for help on using the changeset viewer.