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
c03f52a4
Commit
c03f52a4
authored
Jun 20, 2020
by
Antoine Kaufmann
Browse files
experiments: add gem5-kvm-ns3-dumbbell-pair
parent
89768de7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
experiments/Makefile
experiments/Makefile
+1
-0
experiments/experiments/gem5-kvm-ns3-dumbbell-pair.sh
experiments/experiments/gem5-kvm-ns3-dumbbell-pair.sh
+14
-0
No files found.
experiments/Makefile
View file @
c03f52a4
...
...
@@ -14,6 +14,7 @@ EXPERIMENTS := \
gem5-timing-corundum-verilator-pair
\
qemu-ns3-bridge-pair
\
qemu-ns3-dumbbell-pair
\
gem5-kvm-ns3-dumbbell-pair
\
BUILDDIR
:=
build
OUTDIR
:=
out
...
...
experiments/experiments/gem5-kvm-ns3-dumbbell-pair.sh
0 → 100644
View file @
c03f52a4
#!/bin/bash
source
common-functions.sh
init_out gem5-kvm-ns3-dumbbell-pair
run_corundum_bm a
run_corundum_bm b
sleep
0.5
run_ns3_dumbbell ab
"a"
"b"
run_gem5 a a build/qemu-pair-server.tar X86KvmCPU a
run_gem5 b b build/gem5-pair-client.tar X86KvmCPU b
client_pid
=
$!
wait
$client_pid
cleanup
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