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

QUIC Aware RSS #4779

Open
nibanks opened this issue Jan 30, 2025 · 0 comments
Open

QUIC Aware RSS #4779

nibanks opened this issue Jan 30, 2025 · 0 comments
Labels
Area: Performance feature request A request for new functionality
Milestone

Comments

@nibanks
Copy link
Member

nibanks commented Jan 30, 2025

Describe the feature you'd like supported

Currently, RSS is generally 2 or 4 tuple hashed, has the following problems:

  1. It isn't consistent for the lifetime of all QUIC connections, when there is a change in the tuple (NAT rebinding, migration).
  2. It doesn't allow for any customization of the load balancing; it's effectively random.

Proposed solution

We need to design/implement a new HW offload for QUIC aware RSS, where the NIC uses the connection ID (CID) to load balance instead. We should document the offload on https://github.com/microsoft/net-offloads.

Additional context

No response

@nibanks nibanks added Area: Performance feature request A request for new functionality labels Jan 30, 2025
@nibanks nibanks added this to the Future milestone Jan 30, 2025
@nibanks nibanks moved this to Planned in DPT Iteration Tracker Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Performance feature request A request for new functionality
Projects
Status: Planned
Development

No branches or pull requests

1 participant