ath11k: rx path optimizations
authorManikanta Pubbisetty <mpubbise@codeaurora.org>
Thu, 9 Apr 2020 08:43:17 +0000 (14:13 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 14 Apr 2020 08:34:02 +0000 (11:34 +0300)
commit7395fb496577f0f9abf7fd278f00a8941b2f7ad8
tree8259c55f1e9b298ff5b38454bb62617ff4c7de50
parent05090864fc7ecfe72558087216fcccc5eb46add8
ath11k: rx path optimizations

During RX, accessing the reo dest ring descriptor directly is consuming
a lot of CPU cycles. Accessing the descriptor after copying it locally
has improved CPU usage by around ~10-15% while measuring throughput
in RX DBTC test cases(all radios are involved in the throughput
measurement).

HW tested: IPQ8074

Signed-off-by: Manikanta Pubbisetty <mpubbise@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1586421797-885-1-git-send-email-mpubbise@codeaurora.org
drivers/net/wireless/ath/ath11k/dp_rx.c