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

22 commits

Author SHA1 Message Date
Annika Wierichs
9c11b125d4 code cleanup and deleted some plot pdfs. 2018-02-26 20:02:20 +01:00
Annika Wierichs
8313e02a6e First final bm results 2018-02-16 10:21:43 +01:00
Annika Wierichs
da0809b4c0 Finished custom snippets in code generator. ibv_post functions now automatically generated. 2018-02-14 13:06:54 +01:00
Annika Wierichs
a1980b40bf Added custom code snippets to py generator for restricted resources. Work in progress. 2018-02-13 23:47:25 +01:00
Annika Wierichs
af9e19a1f4 Fixed other post functions in HC, bug in post_recv, also post_srq_recv, post_wq_recv 2018-02-13 22:13:48 +01:00
Annika Wierichs
974d41d28f hermit/verbs.h cleanup, added declarations here. 2018-02-13 20:20:06 +01:00
Annika Wierichs
0ab739f7ab Py Generator cleanup (removed some classes, function docs. overall doc tbd) 2018-02-13 16:47:34 +01:00
Annika Wierichs
99dbcea7f8 deleted unused files 2018-01-31 10:43:55 +01:00
Annika Wierichs
647b8e758d Added conversion for wr->sg_list->addr fields. write_bw benchmark failing at ibv_poll_cq(), error code 10: IBV_WC_REM_ACCESS_ERR 2018-01-24 13:49:37 +01:00
Annika Wierichs
f0421c94ef Finished transparent implementation. Benchmark implementation next. 2018-01-23 18:34:11 +01:00
Annika Wierichs
ff134bfc27 added some struct address conversions, work in progress. 2018-01-22 17:55:41 +01:00
Annika Wierichs
815903dda6 Added all generated API functions 2018-01-20 12:27:40 +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
205ee63d6e working on ping pong start 2017-11-15 17:37:29 +01:00
Annika Wierichs
69d8226c13 Basic struct parsing supported. Prepared for first manual address conversion tests. 2017-11-08 14:32:50 +01:00
Annika Wierichs
fb3b0cdbb8 Started writing generator for struct address conversions, introducing Pyparsing. 2017-11-07 15:36:23 +01:00
Annika Wierichs
4b34e7acb5 small fix and docs. 2017-11-02 16:45:46 +01:00
Annika Wierichs
bec8a1859c Improved generated code. 2017-11-02 16:41:29 +01:00
Annika Wierichs
cc0cb1c882 Minor. Working on ptr conversions. 2017-10-30 17:16:28 +01:00
Annika Wierichs
dc801f1cf2 Prepared for some pingpong functions. 2017-10-27 16:51:51 +02:00
Annika Wierichs
7082c820e5 Finished code generator including clean up and documentation. 2017-10-27 15:16:54 +02:00
Annika Wierichs
91ce18c6ec Added a code generator, work in progress. Added ping pong for testing later. Added some more API calls. 2017-10-26 15:04:47 +02:00