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/VERBS/RC: Fix the macro that is supposed fill desc within uct rc. #10160

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

toorajtaraz
Copy link
Contributor

Fix the macro that is supposed fill desc withing uct rc.

What

This change fixes a typo in the implementation of UCT_RC_VERBS_FILL_DESC_WR.

Why

The assignment to sge->addr incorrectly uses desc instead of _desc. While this won't cause a compilation error if the actual variable passed to the macro is named desc, the macro should consistently use _desc throughout its implementation.

How

Since this is just a typo, the only change required was adding an underscore (_)!

brminich
brminich previously approved these changes Sep 18, 2024
yosefe
yosefe previously approved these changes Sep 19, 2024
@toorajtaraz toorajtaraz changed the title UCT/VERBS/RC: Fix the macro that is supposed fill desc withing uct rc. UCT/VERBS/RC: Fix the macro that is supposed fill desc within uct rc. Oct 3, 2024
@toorajtaraz toorajtaraz dismissed stale reviews from yosefe and brminich via de202eb October 3, 2024 18:59
@toorajtaraz toorajtaraz force-pushed the topic/fix_macro_in_uct_rc_verbs branch from de202eb to 7ae430b Compare October 3, 2024 19:37
@brminich
Copy link
Contributor

brminich commented Oct 4, 2024

@toorajtaraz can you please squash the commits?

@toorajtaraz toorajtaraz force-pushed the topic/fix_macro_in_uct_rc_verbs branch from 7ae430b to 5c09579 Compare October 4, 2024 17:02
@yosefe
Copy link
Contributor

yosefe commented Oct 6, 2024

@toorajtaraz have you or your organization signed the CLA https://openucx.org/license/?

@toorajtaraz
Copy link
Contributor Author

@yosefe I will sign it today! Is there a way to submit it online or does it have to be mailed to the address mentioned in the CLA?

@yosefe
Copy link
Contributor

yosefe commented Oct 7, 2024

@yosefe I will sign it today! Is there a way to submit it online or does it have to be mailed to the address mentioned in the CLA?

Hi, unfortunately there is no online form at this time, so kindly send it to the email address. Thank you!

@toorajtaraz
Copy link
Contributor Author

Hi, Thank you! I just emailed the signed CLA. @yosefe

@yosefe
Copy link
Contributor

yosefe commented Oct 7, 2024

Hi, Thank you! I just emailed the signed CLA. @yosefe

@shamisp can you pls confirm when CLA is approved?

@toorajtaraz
Copy link
Contributor Author

@yosefe Hey,

I wanted to let you know that a few days ago my ucf consortium account was created. Thanks!

@shamisp
Copy link
Contributor

shamisp commented Nov 5, 2024

approved

@yosefe yosefe merged commit 7d4dd8e into openucx:master Nov 5, 2024
141 checks passed
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.

5 participants