changeset de2451e66935 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=de2451e66935 description: configs: remove -p from ruby_network_test.py
A recent patch broke the ruby network tester by adding -p inside Options.py which conflicts with the -p inside ruby_network_test.py. Have removed -p from ruby_network_test.py diffstat: configs/example/ruby_network_test.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diffs (19 lines): diff -r 7b42aba8e5f2 -r de2451e66935 configs/example/ruby_network_test.py --- a/configs/example/ruby_network_test.py Fri May 20 14:49:06 2011 -0400 +++ b/configs/example/ruby_network_test.py Sat May 21 00:00:54 2011 -0400 @@ -65,11 +65,11 @@ help="Number of simulation cycles") parser.add_option("--fixed-pkts", action="store_true", - help="Network_test: send only -p number of packets") + help="Network_test: inject --maxpackets and stop") -parser.add_option("-p", "--maxpackets", type="int", default=1, - metavar="P", - help="Stop after Packets (works only with --fixed-pkts") +parser.add_option("--maxpackets", type="int", default=1, + help="Stop injecting after --maxpackets. \ + Works only with --fixed-pkts") # # Add the ruby specific and protocol specific options _______________________________________________ gem5-dev mailing list gem5-dev@m5sim.org http://m5sim.org/mailman/listinfo/gem5-dev