lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <169616342538.16897.2555401624233593537.git-patchwork-notify@kernel.org> Date: Sun, 01 Oct 2023 12:30:25 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Eric Dumazet <edumazet@...gle.com> Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, willemb@...gle.com, soheil@...gle.com, ncardwell@...gle.com, jhs@...atatu.com, xiyou.wangcong@...il.com, jiri@...nulli.us, netdev@...r.kernel.org, eric.dumazet@...il.com Subject: Re: [PATCH v2 net-next 0/5] net_sched: sch_fq: round of improvements Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@...emloft.net>: On Wed, 20 Sep 2023 20:17:10 +0000 you wrote: > For FQ tenth anniversary, it was time for making it faster. > > The FQ part (as in Fair Queue) is rather expensive, because > we have to classify packets and store them in a per-flow structure, > and add this per-flow structure in a hash table. Then the RR lists > also add cache line misses. > > [...] Here is the summary with links: - [v2,net-next,1/5] net_sched: constify qdisc_priv() https://git.kernel.org/netdev/net-next/c/1add90738cf5 - [v2,net-next,2/5] net_sched: sch_fq: struct sched_data reorg https://git.kernel.org/netdev/net-next/c/54ff8ad69c6e - [v2,net-next,3/5] net_sched: sch_fq: change how @inactive is tracked https://git.kernel.org/netdev/net-next/c/ee9af4e14d16 - [v2,net-next,4/5] net_sched: sch_fq: add fast path for mostly idle qdisc https://git.kernel.org/netdev/net-next/c/076433bd78d7 - [v2,net-next,5/5] net_sched: sch_fq: always garbage collect https://git.kernel.org/netdev/net-next/c/8f6c4ff9e052 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists