Class IBVFlow

Class Documentation

class IBVFlow

Infiniband Verb Flow that assigns a data flow in the NIC to the context.

Public Functions

IBVFlow() = default

Construct a new IBVFlow object.

IBVFlow(RDMACommunicationManager *cm, IBVQueuePair *qp, const std::string &ip, int port)

Construct a new IBVFlow object.

Parameters
  • cmRDMACommunicationManager

  • qpIBVQueuePair in which the flow is created

  • ip – IPv4 address for the destination of the flow

  • port – UDP port for the destination of the flow

~IBVFlow()

Destroy the IBVFlow object.