Users Guide

Table Of Contents
RoCE – Configuration and Use Case ExamplesNetXtreme-E User’s Manual
September 4, 2019 NetXtreme-E-UG103 Page 78
Configuring the VM on Linux Guest OS
1. Install the PVRDMA userpace library using yum install libibverbs rdma-core rdma-core-devel.
2. Load IB modules using
modprobe rdma_ucm.
3. If vmw-pvrdma is installed ,
modinfo vmw_pvrdma shows the path of the module. Load the module using
modinfo vmw_pvrdma.
4. Assign an IP address to the PVRDMA interface.
5. Verify whether the IB device is created by running the
ibv_devinfo -v command.
Note: The user must install the appropriate development tools including git before proceeding with the
configuration steps below.