Merge branch 'net-sched-fixes-for-sch_qfq'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 13 Jul 2023 09:12:01 +0000 (11:12 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 13 Jul 2023 09:12:01 +0000 (11:12 +0200)
commit9d23aac8a85f69239e585c8656c6fdb21be65695
treef72d8079e682d944c892f2ec455f26a806d91dc8
parentb0b0ab6f013185f25ad0fcd9111802d92d1631dc
parent137f6219da59903f480a9032b01225e9062f7ae0
Merge branch 'net-sched-fixes-for-sch_qfq'

Pedro Tammela says:

====================
net/sched: fixes for sch_qfq

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

Link: https://lore.kernel.org/r/20230711210103.597831-1-pctammela@mojatatu.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>