aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorP Praneesh <[email protected]>2021-11-12 11:02:12 +0200
committerKalle Valo <[email protected]>2021-11-15 11:21:51 +0200
commita1775e732eb90486519de3813b83a11b7fcee2d0 (patch)
tree03cf19ac8f81621352a06ae2efe0376ae9d57a41 /tools/perf/scripts/python
parent5e76fe03dbf9f9dbc4fd454283b02594226c0718 (diff)
ath11k: avoid additional access to ath11k_hal_srng_dst_num_free
In ath11k_dp_process_rx(), after processing rx_desc from ath11k_hal_srng_dst_get_next_entry(), ath11k_hal_srng_dst_num_free() is accessed everytime because of done flag is not set. To avoid this additional access to ath11k_hal_srng_dst_num_free(), increment total_msdu_reaped only when continuation is not set and update done flag correspondingly. Tested-on: QCN9074 hw1.0 PCI WLAN.HK.2.4.0.1.r2-00012-QCAHKSWPL_SILICONZ-1 Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.4.0.1-01695-QCAHKSWPL_SILICONZ-1 Co-developed-by: Sriram R <[email protected]> Signed-off-by: Sriram R <[email protected]> Signed-off-by: Jouni Malinen <[email protected]> Signed-off-by: P Praneesh <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions