Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.3 KB

RDMA experiment

See the experiment instructions (Hebrew).

Hebrew editing instructions

To edit hebrew Markdown on Windows, Notepad++ can be used, along with the 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 can be used.

VM installation instructions

You will need the following tools:

  • VirtualBox - a desktop virtualization system.
  • Vagrant - 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.