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

prov/efa: Make num_runt_bytes_in_flight per domain #9967

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shijin-aws
Copy link
Contributor

@shijin-aws shijin-aws commented Apr 2, 2024

This counter is used to prevent using runting read when the outstanding send bytes is reaching a limit that makes EFA NIC busy. In that case runting read would be less performant than a read.

@shijin-aws shijin-aws force-pushed the runt_read_domain branch 3 times, most recently from 522b721 to 6365901 Compare April 2, 2024 00:41
@shijin-aws
Copy link
Contributor Author

bot:aws:retest

This counter is used to prevent using runting read when the outstanding
send bytes is reaching a limit that makes EFA NIC busy. In that case
runting read would be less performant than a read.

Signed-off-by: Shi Jin <sjina@amazon.com>
@shijin-aws
Copy link
Contributor Author

bot:aws:retest

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.

None yet

1 participant