forked from ofiwg/libfabric
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/efa: Receiver send NACK if runt read fails with ENOMR
Runting read protocol could fail with ENOMR if the EFA provider is unable to register the buffer with the NIC. In that case, we should fall back to long CTS protocol. This commit is for the changes when the receiver fails to register the destination memory. Receiver sends a NACK packet (packet type EFA_RDM_READ_NACK_PKT) to the sender. The sender switches to the long CTS protocol. Signed-off-by: Sai Sunku <[email protected]>
- Loading branch information
1 parent
1f33488
commit 2e87c24
Showing
1 changed file
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters