- 23 Oct, 2023 5 commits
-
-
Titouan Soulard authored
Parameters need to be exchanged in both way using UDP, so the initial (unused) `capabilities` packet was dropped in favor of sending client's parameters with the request.
-
Titouan Soulard authored
Merge together the UDP exchange example with the server side of the RDMA example.
-
Titouan Soulard authored
Add an example file which creates an RDMA device, allocates a Memory Region and prepares a Queue Pair for a client to read the MR.
-
Titouan Soulard authored
Create two functions which can be called from the outside to exchange RDMA informations using UDP. The example files now refer to these functions.
-
Titouan Soulard authored
- Use a bin/ directory for output - Define `make all` as the default recipe
-
- 20 Oct, 2023 1 commit
-
-
Titouan Soulard authored
Before starting a RDMA communication between two nodes, local informations must be exchanged. The proposed example uses UDP for that purpose.
-