aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorPing-Ke Shih <[email protected]>2022-06-10 15:26:09 +0800
committerKalle Valo <[email protected]>2022-06-21 09:15:48 +0300
commit37c6abc374d1f1e0dd2e9fcc5a789886a63c894a (patch)
treec36671e4d7e1af0611d2e3c6ff78c78ac8f262a4 /tools/perf/scripts/python/stackcollapse.py
parentc4756d5de72e549fdaa32a1fab12ae776fca5be7 (diff)
wifi: rtw89: pci: fix PCI doesn't reclaim TX BD properly
TX BD (TX ring index) and TX WD (WiFi descriptor buffer) are freed asynchronously. With burst packets, we free TX WD, but the corresponding TX BD couldn't be freed yet. Then, TX can possibly get stuck due to no more TX BD. To avoid this, ignore reclaiming TX BD only if TX WD is no free space, because at this moment TX BD must have some spaces. Otherwise, we reclaim TX BD to resolve TX stuck issue. Signed-off-by: Ping-Ke Shih <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions