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/rxd: Move the receive repost/remove to earlier in the pkt handling
The aim of changes is posting a new recive buffer right away, and don't wait for finishing the handle of a recive complition. We post a recieve buffer at once. The changes have caused the performance part: The results were run on alltoall test, and it shows us better results from 64Kb to 4Mb with comparing 'without the current changes'. But see a little regress from 1b to 64Kb, the diff is about ~0.08 usec (not bigger). Signed-off-by: Nikita Gusev <nikita.gusev@intel.com>
- Loading branch information
1 parent
3b15cc3
commit 7f8d168
Showing
3 changed files
with
6 additions
and
19 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
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