summaryrefslogtreecommitdiffstats
path: root/kiro-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed build system to CMakeTimo Dritschler2014-05-271-256/+0
|
* Added kiro_attach_qp to kiro-rdma.h that creates a new QP forTimo Dritschler2014-05-131-2/+2
| | | | | | | | | | a rdma_cm_id and attaches it. Changed kiro_destroy_connection to work on a rdma_cm_id instead. Changed kiro-server accordingly. Restructured kiro-server to use an event loop thread to listen for new client connections. Restructured kiro-server to no longer memorize the client connections. It is currently unneccessary as no control-flow is exchanged.
* Added SDL (Simple Direct media Layer) image output to testing frameworkTimo Dritschler2014-05-091-2/+0
| | | | | | Test communicaation between server and client now passes images via KIRO-TRB Updated Makefile Removed Super-Verbose output from kiro_client_sync
* Restructured kiro-server implementation to make it a bit more modularTimo Dritschler2014-05-091-25/+34
| | | | | | | | | | Added interface to kiro-client to access the memory allocated for communication Added new 'kiro_destroy_connection' to kiro-rdma package Changed interface of 'kiro_destroy_connection_context' and updated server and client accordingly Started to implement a more visual testing routine in test-server Made test-client use commandline arguments for address and port Updated Makefile
* Added new function 'kiro_trb_dma_push' that allows the user to directlyTimo Dritschler2014-04-281-1/+1
| | | | | | | | write a new element into the buffers memory Changed the name of 'kiro_trb_ingest' to 'kiro_trb_adopt' Added new function 'kiro_trb_clone' that copies the pointed memory before 'adopting' it. Started to add documentation
* KIRO Server and Client now automatically exchange MRI on connectTimo Dritschler2014-04-251-20/+61
| | | | | | Added 'kiro_client_sync' that RDMA-READs the KIRO-TRB from the server Updated Makefile Updated test-client
* Fixed kiro_create_rdma_memory not setting pointers correctlyTimo Dritschler2014-04-251-7/+10
| | | | Fixed a bug in KIRO Server and Client that prevented preemtive "Post Recv"
* Added first draft of a KIRO Client classTimo Dritschler2014-04-241-0/+205
Updated Makefile