| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Added 'kiro_client_sync' that RDMA-READs the KIRO-TRB from the server
Updated Makefile
Updated test-client
|
|
|
|
|
|
| |
information based on the memory content
Added 'kiro_trb_is_setup' to check if the buffer is consistent
|
|
|
|
| |
Fixed a bug in KIRO Server and Client that prevented preemtive "Post Recv"
|
|
|
|
|
| |
Added small test program for KIRO Server and Client
Updated Makefile
|
|
|
|
| |
Updated Makefile
|
|
|
|
| |
Updated Makefile
|
|
|
|
| |
functionality that will be used by both, server and client
|
|
Created KiroTrb (KIRO Transmittable Ring Buffer) class
Wrote short test for KiroTrb class
|