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: Turn off medium protocol for Neuron
This reverts commit 60d42a6. Neuron messages should be sent via EAGER <MTU_SIZE, and with RUNTING READ for >MTU_SIZE. The RUNTING READ protocol will work like a medium protocol until the NIC is saturated, and then we want to do all future sends using READ. The medium protocol will always "RUNT" all its data, and that is not the correct thing to do. Signed-off-by: Seth Zegelstein <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
6 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
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