[libfabric-users] Is there a batch-oriented interface for sending datagrams?

Hefty, Sean sean.hefty at intel.com
Tue Aug 27 12:18:05 PDT 2019


> I wonder if libfabric provides a batch-oriented interface for posting multiple
> transmit/receive buffers in one call. It appears that fi_msg currently only supports
> batch operation at the message level. I am trying to port my application that uses the
> Verbs interface to libfabric and the application is currently using ibv_post_send/recv
> for the batch operation.

No.

Libfabric defines an FI_MORE flag for this, but you would still need to call fi_msg multiple times.

- Sean 


More information about the Libfabric-users mailing list