Skip to content

IB resource allocation and src id handling

Flavio Pisani requested to merge eb_dev_verbs into master
  • The IB library and the Parallel_comm wrapper are RAII compliant
  • The Transport_unit class allocates a unique_ptr to a Parallel_comm in STOP and it destroys it in STOP
  • The common buffer interface now support src_id identification, if a PCIe40 device is used the src_id is read for the device.

Merge request reports