You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

The o2iblnd module manages reliable connections using the verbs API. It sends and receives RDMA. It is used to interface with any HW interface which supports verbs, such as MLX, RoCE and OPA.

Device Creation

When an LNet network is initially added a device is specified using a device name, ex: ib0. The device is looked up using that name:

struct net_device *netdev

  • No labels