Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
207b0abd
Commit
207b0abd
authored
Aug 26, 2021
by
Antoine Kaufmann
Browse files
experiments/dist_multinet: set nic start timestamp to speed up boot
parent
6449a50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
experiments/pyexps/dist_multinet.py
experiments/pyexps/dist_multinet.py
+5
-2
No files found.
experiments/pyexps/dist_multinet.py
View file @
207b0abd
...
...
@@ -27,9 +27,9 @@ import simbricks.nodeconfig as node
host_types
=
[
'qemu'
,
'gem5'
,
'qt'
]
n_nets
=
[
1
,
2
,
3
,
4
]
n_clients
=
3
0
n_clients
=
1
0
experiments
=
[]
separate_net
=
Tru
e
separate_net
=
Fals
e
separate_server
=
True
for
host_type
in
host_types
:
...
...
@@ -108,5 +108,8 @@ for host_type in host_types:
lp
.
add_n2n
(
switch_top
,
switch
)
for
c
in
clients
+
servers
:
c
.
nics
[
0
].
start_tick
=
580000000000
# add to experiments
experiments
.
append
(
e
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment