Skip to content

workload-aware acceleration #5

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

Open
huang195 opened this issue Nov 15, 2022 · 0 comments
Open

workload-aware acceleration #5

huang195 opened this issue Nov 15, 2022 · 0 comments

Comments

@huang195
Copy link
Contributor

Not all packets benefit from sockmap redirection, namely those that are small, e.g., tens of bytes or smaller as it doesn't give packet coalescing a chance to make bigger packets out of smaller ones before transmitting, and packet headers will dominate resource usage. We could detect packet size distribution on a per-connection basis and accelerate only when appropriate. We could also accelerate only when packet size is greater than a certain threshold. Need to investigate if this makes sense.

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

No branches or pull requests

1 participant