conn: split coalesced read buffer#61
Open
illotum wants to merge 1 commit into
Open
Conversation
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
May 26, 2026 18:29
5f73685 to
cb0d6ec
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
May 26, 2026 21:41
cb0d6ec to
936ed01
Compare
illotum
force-pushed
the
illotum/rss-optimization
branch
4 times, most recently
from
May 26, 2026 23:10
d42e7a5 to
d08449b
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
May 26, 2026 23:10
936ed01 to
2c06c35
Compare
illotum
force-pushed
the
illotum/rss-optimization
branch
from
June 5, 2026 18:26
d08449b to
2b8b0b9
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
June 5, 2026 18:26
2c06c35 to
544acb6
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
June 16, 2026 20:55
544acb6 to
e130f00
Compare
illotum
force-pushed
the
illotum/rss-optimization
branch
2 times, most recently
from
June 18, 2026 19:21
6979a51 to
832c5a7
Compare
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
June 18, 2026 19:21
e130f00 to
4f047a0
Compare
Read into a ref-counted iobuf.Shared and split into independent iobuf.Views. Existing Release/Recycle mechanisms implement reference counting and release into a common sync.Pool by default. Signed-off-by: Alex Valiushko <alexvaliushko@tailscale.com> Change-Id: If61dbfce4174bd07f12996c47f495e426a6a6964
illotum
force-pushed
the
illotum/bind-gso-buffers
branch
from
July 17, 2026 17:10
4f047a0 to
c5c0121
Compare
illotum
marked this pull request as ready for review
July 17, 2026 17:11
This file contains hidden or 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
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.
Read into a ref-counted iobuf.Shared and split into
independent iobuf.Views. Existing Release/Recycle mechanisms implement
reference counting and release into a common sync.Pool by default.