microsoft/msquic

Use eBPF to Do CID-based RSS on Linux

开放

#2,444 创建于 2022年3月1日

 (1 条评论) (0 个反应) (0 位负责人)C (686 个派生)github user discovery
Area: PerformanceOS: Linuxfeature requesthelp wanted

仓库指标

星标
 (4,764 个星标)
PR 合并指标
 (平均合并 6天) (30 天内合并 40 个 PR)

描述

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/.

贡献者指南