Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

RPMA Version 0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ldorau ldorau released this 09 Mar 11:38
6110cac

Added

  • APIs:
    • rpma_atomic_write - initiates the atomic 8 bytes write operation

Changed

  • ibv_qp_cap.max_inline_data set to 8 bytes to allow implementation of atomic write over ibv_post_send with the IBV_SEND_INLINE flag
  • example 07 uses rpma_atomic_write() instead of rpma_write_atomic()

Deprecated

  • API:
    • rpma_write_atomic - replaced with rpma_atomic_write

Fixed

  • the part_write.json template in the benchmarking framework
  • documentation of rpma_utils_conn_event_2str()