-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9f5776
commit 6050cf6
Showing
6 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
gcc server.c -o server | ||
ip a a 172.17.0.114 dev enp2s0 | ||
ip a l set enp2s0 up | ||
sudo arp -s 172.17.0.4 a0:36:9f:52:29:D0 | ||
sudo ip a a 172.17.0.114 dev enp1s0f1 | ||
sudo ip l set enp1s0f1 up | ||
./server |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
experiments/tab_04_kvs_compare/server/unikraft_dpdk/uk_test_suite/run.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sudo qemu-system-x86_64 -cpu host,+invtsc -enable-kvm -m 1G -nodefaults -no-acpi -display none -serial stdio -object memory-backend-file,id=mem,size=1G,mem-path=/mnt/huge1G/test,share=on -numa node,memdev=mem -mem-prealloc -chardev socket,id=char0,path=../../vhost-net -netdev vhost-user,id=testtap1,chardev=char0,vhostforce -device virtio-net-pci,netdev=testtap1,rx_queue_size=1024,tx_queue_size=1024 -kernel build/uk_test_suite_kvm-x86_64 | ||
sudo qemu-system-x86_64 -cpu host,+invtsc -enable-kvm -m 1G -nodefaults -no-acpi -display none -serial stdio -object memory-backend-file,id=mem,size=1G,mem-path=/mnt/huge1G/test,share=on -numa node,memdev=mem -mem-prealloc -chardev socket,id=char0,path=../../vhost-net -netdev vhost-user,id=testtap1,chardev=char0,vhostforce -device virtio-net-pci,netdev=testtap1,rx_queue_size=1024,tx_queue_size=1024 -kernel build/uk_test_suite_kvm-x86_64 | tee results.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters