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/IB/UD: Fix typedef for iface address #6083

Merged
merged 1 commit into from
Jan 1, 2021

Conversation

dmitrygx
Copy link
Member

What

Fix typedef for iface address

Why ?

It has to be typedef for struct uct_ud_iface_addr

How ?

Replace uct_ib_qpnum_t by struct uct_ud_iface_addr

@@ -40,7 +40,7 @@ typedef uint16_t uct_ud_psn_t;
typedef struct uct_ud_iface uct_ud_iface_t;
typedef struct uct_ud_ep uct_ud_ep_t;
typedef struct uct_ud_ctl_hdr uct_ud_ctl_hdr_t;
typedef uct_ib_qpnum_t uct_ud_iface_addr_t;
typedef struct uct_ud_iface_addr uct_ud_iface_addr_t;
Copy link
Contributor

Choose a reason for hiding this comment

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

can we also delete uct_ib_qpnum_t ?

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@dmitrygx dmitrygx force-pushed the topic/uct/ib_ud_addr branch from 5174cb2 to 0ff146a Compare December 31, 2020 16:37
@dmitrygx
Copy link
Member Author

dmitrygx commented Jan 1, 2021

@yosefe ok to merge?

@yosefe yosefe merged commit 1091127 into openucx:master Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants