Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Conversation

jsquyres
Copy link
Member

This is the v2.x PR of #933 (i.e., it's the same, but for the v2.x branch).

@bturrubiates Please review

@jsquyres jsquyres added this to the v2.0.0 milestone Jan 30, 2016
@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1288/ for details.

@jsquyres jsquyres changed the title v2.0.0: 3 usnic fixes v2.0.0: usnic fixes Jan 30, 2016
@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1289/ for details.

Messages should go on the data channel, even if they're short.  Only
ACKs go on the priority channel.

(cherry picked from commit open-mpi/ompi@4de4a26)
Sequence numbers will wrap around; it is not sufficient to check for
(seq-1) -- must use the SEQ_DIFF macro to properly handle the
wraparound.

This bug wasn't serious; it just meant we might retransmit one or two
extra times when retransmits were triggerd and the sequence numbers
wrapped around their sliding windows.

(cherry picked from commit open-mpi/ompi@d624e0d)
Add endpoints in a blocked manner so that we don't overrun the
fi_av_insert() event queue.  Also make the AV EQ length an MCA param,
and report it in mca_btl_base_verbose >=5 output.

(cherry picked from commit open-mpi/ompi@db825ab)
A bunch of empirical testing has shown that increasing the retranmit
timeout from 1ms to 5ms doesn't adversely affect performance, yet
decreases the number of gratuitious retransmissions.

(cherry picked from commit open-mpi/ompi@c2615a4)
@jsquyres jsquyres force-pushed the pr/v2.0.0/usnic-fixes branch from 0f881db to fcad142 Compare February 1, 2016 12:25
@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1293/ for details.

Three minor updates from the code review of
open-mpi#933:

* Remove an extra blank line a show_help message
* We no longer allow -1 for the MCA param btl_usnic_av_eq_num, so
  change the flag to REGINT_GE_ONE
* Change "num_blocks" definition to be in terms of block_len (not
  eq_size)

(cherry picked from commit open-mpi/ompi@9f3ed00)
@jsquyres
Copy link
Member Author

jsquyres commented Feb 1, 2016

Pushed one additional commit as a result of @bturrubiates's review. Ben now gives a 👍 for this PR.

@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1295/ for details.

hppritcha added a commit that referenced this pull request Feb 1, 2016
@hppritcha hppritcha merged commit 8948c6f into open-mpi:v2.x Feb 1, 2016
@jsquyres jsquyres deleted the pr/v2.0.0/usnic-fixes branch February 2, 2016 19:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants