-
Notifications
You must be signed in to change notification settings - Fork 382
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
Test AWS CI #10097
Closed
Closed
Test AWS CI #10097
Conversation
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
shijin-aws
force-pushed
the
zcpy_v3
branch
3 times, most recently
from
June 19, 2024 18:48
fa4b0fe
to
d1c04d2
Compare
Signed-off-by: Shi Jin <[email protected]>
This bit is interpreted as a feature on the sender side, and a request on the receiver side. When zero copy mode is turned on, sender can choose to send data to receiver's user recv QP without hdr to optimize performance. For receiver, when zero-copy mode is enabled, it can only get pkts delivered to the user recv QP. Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
It is only valid when (extra_info[0] & EFA_RDM_EXTRA_FEATURE_USER_RECV_QP) is non-zero Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
With user recv pkts posted to separate QP, we don't need to worry about zero copy recv when posting internal rx pkts. Signed-off-by: Shi Jin <[email protected]>
Allocate user posted rx pkts from a separate user_rx_pkt_pool. Posting user recv buffer to user recv QP without prefix. Signed-off-by: Shi Jin <[email protected]>
This patch refactors the efa_rdm_ep_set_use_zcpy_rx function for better readability and logging. It also removes the requirement for FI_MSG_PREFIX Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
When zero copy recv is turned on, the ep cannot handle rtm pkts delivered to the internal bounce buffer, because the user recv buffer has been posted to the other QP and we cannot cancel that. Signed-off-by: Shi Jin <[email protected]>
Signed-off-by: Shi Jin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.