1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00
Commit graph

1607 commits

Author SHA1 Message Date
Annika Wierichs
b381b3a54a all 4 benchmarks linking 2018-01-05 11:37:09 +01:00
Annika Wierichs
d3657923ac minor 2018-01-04 14:16:03 +01:00
Annika Wierichs
f17ec0ced2 merge devel 2018-01-04 14:08:46 +01:00
Annika Wierichs
d020c7251f went back to cmd line options for benchmark 2018-01-04 13:19:48 +01:00
Annika Wierichs
db151e597f write_bw linking. 2018-01-03 17:26:19 +01:00
Annika Wierichs
ea4a2f6de1 minor 2018-01-02 17:10:59 +01:00
Stefan Lankes
e40ef3a3c3 check ARAT feature, reduce the time to calibrate APIC timer 2018-01-01 22:24:53 +01:00
Annika Wierichs
36e69bdc12 perftest not linking 2018-01-01 19:01:39 +01:00
Annika Wierichs
98c9dad011 added generic write bandwidth benchmarks. 2017-12-31 17:11:50 +01:00
Annika Wierichs
0c302b6199 added reliable connection pingpong (fully working). 2017-12-31 13:44:15 +01:00
Stefan Lankes
eea45d721a create GDT on demand to remove dependency on MAX_CORES 2017-12-31 11:20:14 +01:00
Stefan Lankes
0edbf56fd9 add option to reset fs & gs registers 2017-12-31 11:15:21 +01:00
Stefan Lankes
ae9855d7dd print log messages if uhyve receives KVM_EXIT_SHUTDOWN 2017-12-31 11:13:48 +01:00
Stefan Lankes
c94f6830f6 clear cr2 after handling the page fault 2017-12-31 11:12:46 +01:00
Annika Wierichs
c5657c2f95 added rc pingpong, ud working without host_to_guest. 2017-12-20 17:14:43 +01:00
Annika Wierichs
f929f91a6f local pingpong working, need to fix for rx_depth > 1 2017-12-19 23:00:03 +01:00
Stefan Lankes
c1d0094162 enable cache for the communication between guest and host 2017-12-15 23:11:51 +01:00
Stefan Lankes
cf758712d4 disable ACPI support 2017-12-15 23:09:48 +01:00
Annika Wierichs
c86a846fdd sockets not connecting. 2017-12-14 13:10:03 +01:00
Annika Wierichs
770c944599 added more conversions for host ptr version. 2017-12-13 17:18:31 +01:00
Annika Wierichs
95c5be5960 Pingpong running up to accept() calls. Added 2 helper functions to get qp_num and mr_lkey. 2017-12-12 18:10:18 +01:00
Annika Wierichs
dd2850e35e merged with master 2017-12-12 14:54:19 +01:00
Annika Wierichs
4ba0acf58c Working up to modify/server. 2017-12-12 14:46:14 +01:00
Annika Wierichs
3b70297dbe Added locks for ib malloc hooks. 2017-12-05 14:18:30 +01:00
Annika Wierichs
dd19b1e87b Added realloc and memalign (dummy for now) hooks and debugging prints 2017-12-04 16:19:50 +01:00
Annika Wierichs
16b9e0583c Refactored code gen to produce new version of required code (no kernel mallocs). Malloc hooks WIP 2017-11-29 17:45:16 +01:00
Annika Wierichs
ae48d1a6c4 added malloc hooks, to be cleaned up. 2017-11-28 13:58:48 +01:00
Stefan Lankes
b3af314559 remove the dependencies on an array of boot stacks
- share one stack for all core during the boot process
- reduce the size of the BSS section
2017-11-26 12:48:00 +01:00
Annika Wierichs
bb40b96435 Fixed phys to virt function. Working now. 2017-11-24 12:47:24 +01:00
Stefan Lankes
8f3138cfaa enable the support of SO_REUSEADDR 2017-11-24 00:12:00 +01:00
Annika Wierichs
ad49a935b2 Added phys_to_virt function. Adapting ibv prototype almost done. 2017-11-23 16:56:54 +01:00
Annika Wierichs
2faf331052 basic phys_to_virt framework set up. 2017-11-22 17:33:08 +01:00
Stefan Lankes
7a4e1ad7fd define packet size in test script 2017-11-22 15:34:21 +01:00
Stefan Lankes
54bb7a84d9 reduce the number of interrupts in the network driver 2017-11-22 00:47:29 +01:00
Stefan Lankes
5edefa8a89 use 2 CPUs for the netio benchmark 2017-11-21 23:39:38 +01:00
Stefan Lankes
054e5b4dd7 fix file permissions 2017-11-21 23:16:45 +01:00
Stefan Lankes
65e4e4c9aa fix server address 2017-11-21 23:02:05 +01:00
Stefan Lankes
dc5fecda4e add netio test 2017-11-21 22:56:48 +01:00
Stefan Lankes
fb0595fa30 prepare netio test, download and check binary 2017-11-21 22:40:03 +01:00
Stefan Lankes
0966078138 remove debug message 2017-11-21 22:13:51 +01:00
Stefan Lankes
dbbca6037c increase version number 2017-11-21 22:05:17 +01:00
Annika Wierichs
9f3922feec compiling, guest_mem problem solved. 2017-11-21 15:17:44 +01:00
Annika Wierichs
f93207e1d3 debugging memory conversion 2017-11-20 16:46:29 +01:00
Annika Wierichs
9b108aecae first test compiling. Segfault due to mutex conversion missing.ecit 2017-11-20 11:51:17 +01:00
Annika Wierichs
0e1ba141e6 first test compiling. Segfault due to mutex conversion missing. 2017-11-19 15:32:15 +01:00
Stefan Lankes
8b170bb527 enable interrupts during busy waiting 2017-11-17 19:23:54 +01:00
Annika Wierichs
317a907e4b work in progress 2017-11-16 16:11:35 +01:00
Annika Wierichs
205ee63d6e working on ping pong start 2017-11-15 17:37:29 +01:00
Annika Wierichs
77aea478fb First ping pong elements almost done. 2017-11-14 16:43:44 +01:00
Annika Wierichs
e590b505f4 uhyve mem conversions 2017-11-13 16:23:11 +01:00