-
Notifications
You must be signed in to change notification settings - Fork 762
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: Linux GSO + pacing support for quiche-server #1138
Merged
Merged
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
This was referenced Jan 26, 2022
9543ad6
to
e9e3c5d
Compare
95fcc51
to
ae31423
Compare
0cd6def
to
46e4919
Compare
b397d0e
to
f940b9e
Compare
ae31423
to
ccb15a9
Compare
f940b9e
to
f344338
Compare
ccb15a9
to
6e0b328
Compare
f344338
to
c86d6a0
Compare
6e0b328
to
b97f214
Compare
c86d6a0
to
91261f0
Compare
b97f214
to
0a27289
Compare
91261f0
to
ed865ec
Compare
0a27289
to
c28778c
Compare
ed865ec
to
8f4d1b0
Compare
c28778c
to
c234980
Compare
edba5f1
to
15accbb
Compare
c234980
to
cf52eb6
Compare
15accbb
to
6375de3
Compare
2 tasks
6375de3
to
eb0a9d0
Compare
cf52eb6
to
907a9dd
Compare
eb0a9d0
to
de16c61
Compare
907a9dd
to
88ef590
Compare
de16c61
to
4361ccf
Compare
112158a
to
db0eda5
Compare
30fa8d1
to
271af9d
Compare
db0eda5
to
9a95497
Compare
4c560c3
to
b599ab7
Compare
9a95497
to
3bc5733
Compare
3bc5733
to
20441cf
Compare
b599ab7
to
a9e19f7
Compare
20441cf
to
1c0160a
Compare
a9e19f7
to
3e29f69
Compare
1c0160a
to
3be55ad
Compare
3e29f69
to
5680c14
Compare
3be55ad
to
c952eea
Compare
893c92a
to
00aaf48
Compare
c952eea
to
f3bf1eb
Compare
00aaf48
to
4e728bb
Compare
When GSO can be enabled (on a supported linux platform), now quiche-server sends multiple packets using sendmsg() with GSO. For non-supported platforms, it should work same as before.
4e728bb
to
d60e494
Compare
ghedo
approved these changes
Aug 26, 2022
15 tasks
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.
When GSO can be enabled (on a supported linux platform),
now quiche-server sends multiple packets using sendmsg()
with GSO.
For non-supported platforms, it should work same as before.
This PR is based on #1075 , so it will provide GSO + pacing(SO_TXTIME) combined.
If one of those feature is not detected, quiche-server won't use sendmsg().