microsoft/msquic

Use eBPF to Do CID-based RSS on Linux

Open

#2 444 ouverte le 1 mars 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C (671 forks)github user discovery
Area: PerformanceOS: Linuxfeature requesthelp wanted

Métriques du dépôt

Stars
 (4 712 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Describe the feature you'd like supported

We already use cBPF very minimally to do RSS on Linux but we don't do it based on the (short header) CID. The rest of the QUIC layers are already optimized to take advantage of it.

Proposed solution

Do RSS based on QUIC CID instead of tuple hash.

Additional context

Interesting blog related from Cloudflare: https://blog.cloudflare.com/unimog-cloudflares-edge-load-balancer/.

Guide contributeur