perf(pd): compact token forwarding packets - #1487
Open
WANDY666 wants to merge 1 commit into
Open
Conversation
WANDY666
force-pushed
the
perf/pd-omit-unused-logprob-metadata
branch
from
August 24, 2026 09:11
788db8c to
c5f5eb0
Compare
WANDY666
force-pushed
the
perf/pd-compact-token-packets
branch
from
August 24, 2026 09:12
1834566 to
ddb1e01
Compare
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.
Summary
mainmetadata, including MTP accepted/verify counters, first-token node mode, and multimodal input usage.FinishStatuscontract at PD master.Dependency
This is a stacked PR on
perf/pd-omit-unused-logprob-metadata(#1486), because that PR supplies the request-level marker selecting the common no-logprobs path. After #1486 merges, this PR can be retargeted tomainwithout carrying unrelated changes.Benchmark context
The historical
cfce08732K microbenchmark measured packet size around 8.4 KB → 3.6 KB, D-side serialization around 168 µs → 19 µs, and PD-master deserialization around 868–1366 µs/packet → 32 µs. The full q15 result remained within run-to-run noise, so this is presented as CPU/transport headroom rather than a proven QPS-capacity increase.Validation