summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorRatheesh Kannoth <rkannoth@marvell.com>2026-09-03 07:35:33 +0530
committerJakub Kicinski <kuba@kernel.org>2026-09-09 18:17:19 -0700
commitef39fca8508597fa565cf2be72a884a712fb98af (patch)
treed8a161c570facfc257b8090ddad6e19d1ad7cd76 /scripts/basic
parent66ef5adb75446627f8b6c26cd04f2adc86d4de56 (diff)
downloadlinux-ef39fca8508597fa565cf2be72a884a712fb98af.tar.gz
linux-ef39fca8508597fa565cf2be72a884a712fb98af.zip
octeontx2-pf: reset HTB scheduler topology before freeing queues
HTB offload programs NIX_AF_TLxX_TOPOLOGY on QoS-allocated scheduler queues via otx2_qos_txschq_set_parent_topology(), but teardown freed those queues without clearing TOPOLOGY. The AF only restores PARENT and SCHEDULE on free, so PRIO_ANCHOR/RR_PRIO settings can survive in the shared scheduler pool and affect later allocations. Add otx2_qos_reset_schq_topology() and otx2_qos_free_hw_schq() to zero TL4 through TL2 TOPOLOGY before each schq is returned to the AF during hierarchy teardown and cfg rollback. Skip the aggregation level (TL1): it is a per-tx-link queue shared by the PF, default Tx hierarchy and VFs, and is not freed back to the AF by nix_txschq_free_one(). Fixes: 5e6808b4c68d ("octeontx2-pf: Add support for HTB offload") Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20260903020533.3068041-1-rkannoth@marvell.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions