diff options
author | Karthikeyan Periyasamy <[email protected]> | 2024-04-18 18:30:23 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-04-22 15:06:30 +0300 |
commit | 3ea19127d154ea4dd486b8111cdce33f0a1809bf (patch) | |
tree | 6f97df9eb0b6f39bedd22ec952cc15f0b1bbcc77 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 2372c6d28032b8336fb41c2dfa9209936cd27452 (diff) |
wifi: ath12k: avoid redundant code in Rx cookie conversion init
Currently, in the Rx data path cookie conversion initialization procedure,
the primary page table index (ppt_idx) is computed within the secondary
page table iteration. However this is invariant, and hence the ppt_idx
should be calculated outside of the iteration to avoid repeated execution
of the statement.
Found in code review.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.1.1-00188-QCAHKSWPL_SILICONZ-1
Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
Signed-off-by: Karthikeyan Periyasamy <[email protected]>
Acked-by: Jeff Johnson <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions