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

apps: sendmmsg() support for quiche-server #993

Closed
wants to merge 1 commit into from

Conversation

junhochoi
Copy link
Contributor

On top of #987, when sendmmsg() is available, use sendmmsg() to send a burst of packets.
GSO has a priority when detected.

A brief test: 10 x 100Mbytes using h2load

sendto(): finished in 15.11s, 0.66 req/s, 66.19MB/s
sendmmsg(): finished in 14.97s, 0.67 req/s, 66.81MB/s
sendmmsg()+gso: finished in 6.13s, 1.63 req/s, 163.14MB/s

@junhochoi junhochoi requested a review from a team as a code owner July 1, 2021 22:56
@junhochoi junhochoi changed the title quiche-server: sendmmsg() support when supported. quiche-server: use sendmmsg() when supported. Jul 1, 2021
@junhochoi junhochoi force-pushed the quiche_server_sendmmsg branch 8 times, most recently from c42487b to 227113b Compare July 2, 2021 01:23
@junhochoi junhochoi force-pushed the quiche_server_gso branch 2 times, most recently from 507142f to 3e04d33 Compare July 14, 2021 00:06
@junhochoi junhochoi force-pushed the quiche_server_sendmmsg branch 2 times, most recently from 6352adc to defce9a Compare September 3, 2021 20:27
@junhochoi junhochoi changed the title quiche-server: use sendmmsg() when supported. apps: sendmmsg() support for quiche-server Sep 3, 2021
@junhochoi junhochoi force-pushed the quiche_server_sendmmsg branch 2 times, most recently from 2dade7e to 1f1830e Compare September 29, 2021 20:27
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.

1 participant