Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haggaie/rdma-experiment
RDMA experiment VMs, instructions, and example.
https://github.com/haggaie/rdma-experiment
benchmarking networking programming-exercise rdma tutorial
Last synced: 12 days ago
JSON representation
RDMA experiment VMs, instructions, and example.
- Host: GitHub
- URL: https://github.com/haggaie/rdma-experiment
- Owner: haggaie
- Created: 2018-01-17T13:25:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T10:58:50.000Z (about 4 years ago)
- Last Synced: 2024-08-02T02:12:12.347Z (3 months ago)
- Topics: benchmarking, networking, programming-exercise, rdma, tutorial
- Language: C
- Homepage:
- Size: 110 KB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDMA experiment
See the [experiment instructions](http://htmlpreview.github.io/?https://github.com/haggaie/rdma-experiment/blob/master/doc/RDMA-Experiment.html) (Hebrew).
## Hebrew editing instructions
To edit hebrew Markdown on Windows, [Notepad++](https://notepad-plus-plus.org/) can be used,
along with the [markdown-plus-plus](https://github.com/Edditoria/markdown-plus-plus) syntax highlighting plugin.
To change text direction when editing use the Ctrl+Alt+L and
Ctrl+Alt+R shortcut keys.On Linux, [gedit](https://wiki.gnome.org/Apps/Gedit) can be used.
## VM installation instructions
You will need the following tools:
* [VirtualBox](https://www.virtualbox.org/wiki/Downloads) - a desktop virtualization system.
* [Vagrant](https://www.vagrantup.com/downloads.html) - a scripted tool for managing virtual machines.To create the virtual machines use:
vagrant up
This will create a virtual machine with the SoftRoCE RDMA driver enabled on its virtual network interface. To access
the machine, use:vagrant ssh
The repository files should be available inside the VM under the `/vagrant` directory.
RDMA functionality should be available on the VM's Ethernet interface, which vagrant normally configures with the IP address 10.0.2.15.