Merge branch 'net_sched-fix-hfsc-qlen-backlog-accounting-bug-and-add-selftest'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 22 May 2025 09:16:53 +0000 (11:16 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 22 May 2025 09:16:53 +0000 (11:16 +0200)
commit625b40dcf4ea12335e9a0720a2a6e196f64aee73
treef1ddeec48ad65660bed9ce2fccdbd3c3b88d34c1
parent407e0efdf8baf1672876d5948b75049860a93e59
parentc3572acffb751af65505511b847f628c872ffae0
Merge branch 'net_sched-fix-hfsc-qlen-backlog-accounting-bug-and-add-selftest'

Cong Wang says:

====================
net_sched: Fix HFSC qlen/backlog accounting bug and add selftest

This series addresses a long-standing bug in the HFSC qdisc where queue length
and backlog accounting could become inconsistent if a packet is dropped during
a peek-induced dequeue operation, and adds a corresponding selftest to tc-testing.
====================

Link: https://patch.msgid.link/20250518222038.58538-1-xiyou.wangcong@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>