Message ID | 20230711210103.597831-1-pctammela@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: fixes for sch_qfq | expand |
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Tue, 11 Jul 2023 18:00:59 -0300 you wrote: > Patch 1 fixes a regression introduced in 6.4 where the MTU size could be > bigger than 'lmax'. > > Patch 3 fixes an issue where the code doesn't account for qdisc_pkt_len() > returning a size bigger then 'lmax'. > > Patches 2 and 4 are selftests for the issues above. > > [...] Here is the summary with links: - [net,v3,1/4] net/sched: sch_qfq: reintroduce lmax bound check for MTU https://git.kernel.org/netdev/net/c/158810b261d0 - [net,v3,2/4] selftests: tc-testing: add tests for qfq mtu sanity check https://git.kernel.org/netdev/net/c/c5a06fdc618d - [net,v3,3/4] net/sched: sch_qfq: account for stab overhead in qfq_enqueue https://git.kernel.org/netdev/net/c/3e337087c3b5 - [net,v3,4/4] selftests: tc-testing: add test for qfq with stab overhead https://git.kernel.org/netdev/net/c/137f6219da59 You are awesome, thank you!