- 08 Jul, 2022 2 commits
-
-
Antoine Kaufmann authored
make lint should pass again now
-
Antoine Kaufmann authored
-
- 10 Jun, 2022 1 commit
-
-
Antoine Kaufmann authored
-
- 26 May, 2022 7 commits
-
-
Antoine Kaufmann authored
As this is only required because the rdma proxy has external dependencies.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
These are currently not correct and trigger randomly because of races.
-
Antoine Kaufmann authored
fixes corrupted intro message and re-enables build of proxy in all target.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Mostly because the refactoring will break lots of things here.
-
- 17 Jan, 2022 20 commits
-
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
These were too large until now.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Otherwise on a full queue we might overwrite entries repeatedly causing all sorts of mayhem.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
It's accessed from both poll thread and IO thread
-
Antoine Kaufmann authored
Because dev/net_info are packed gcc does not seem to align them properly.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Just memcpy risks the received reading incomplete messages.
-
Antoine Kaufmann authored
This allows NetListen to be done before other intialization, so that listening sockets for peers are created already. This makes orchestration a lot easier. E.g. listener proxy will have listening sockets for peers already created when still waiting for connector proxy to connect.
-
Antoine Kaufmann authored
Preparation to add additional proxy implementations.
-
Antoine Kaufmann authored
Uses a TCP socket to exchange connection info.
-
Antoine Kaufmann authored
To add manual infiniband initalization as an alternative in a next step.
-
- 07 Aug, 2021 1 commit
-
-
Antoine Kaufmann authored
-
- 06 Aug, 2021 9 commits
-
-
Antoine Kaufmann authored
Still disabled by default because of rdma library dependencies.
-
Antoine Kaufmann authored
Previously net_rdma still exited with success.
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
Used d2n values before. (worked because these are symmetric in the cases I've tested so far)
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-
Antoine Kaufmann authored
-