Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UCT/DC: Use inline arrays for DCIs. #997

Merged
merged 3 commits into from
Sep 21, 2016

Conversation

yosefe
Copy link
Contributor

@yosefe yosefe commented Sep 18, 2016

No description provided.

@mellanox-github
Copy link
Contributor

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ucx-pr/2432/ for details.

@mellanox-github
Copy link
Contributor

Test PASSed.
See http://hpc-master.lab.mtl.com:8080/job/hpc-ucx-pr/1778/ for details (Mellanox internal link).

@yosefe
Copy link
Contributor Author

yosefe commented Sep 19, 2016

@alex-mikheev can you pls review?

uct_dc_iface_dci_ep_can_send(ep))
{
return UCS_ERR_BUSY;
if (uct_rc_iface_has_tx_resources(&iface->super)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure this is the same condition as above ?

ucs_debug("using %s dci selection algorithm",
uct_dc_tx_policy_names[self->tx.policy]);
if (config->ndci <= 1) {
ucs_error("dc interface must have at least 1 dci");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

< 1

Copy link
Contributor

@alex-mikheev alex-mikheev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mellanox-github
Copy link
Contributor

Test FAILed.
See http://bgate.mellanox.com/jenkins/job/gh-ucx-pr/2437/ for details.

@mellanox-github
Copy link
Contributor

Test PASSed.
See http://hpc-master.lab.mtl.com:8080/job/hpc-ucx-pr/1780/ for details (Mellanox internal link).

@mellanox-github
Copy link
Contributor

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ucx-pr/2443/ for details.

@yosefe yosefe merged commit 69545a1 into openucx:master Sep 21, 2016
@yosefe yosefe deleted the topic/dc-code-cleanup branch September 21, 2016 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants