wifi: ath11k: Enable threaded NAPI
authorManikanta Pubbisetty <quic_mpubbise@quicinc.com>
Mon, 5 Sep 2022 07:18:03 +0000 (12:48 +0530)
committerKalle Valo <quic_kvalo@quicinc.com>
Sat, 10 Sep 2022 06:27:53 +0000 (09:27 +0300)
commit13aa2fb692d3717767303817f35b3e650109add3
treee424f35338d03d0da37c26d30d469a7876a6524f
parent43e7c3505ec70db3d3c6458824d5fa40f62e3e7b
wifi: ath11k: Enable threaded NAPI

Enable threaded NAPI on all ath11k targets. Unlike traditional
NAPI poll which runs in softirq context and on the core which
scheduled the NAPI, threaded NAPI makes use of kernel threads
which are under direct control of the scheduler and helps in
balancing the NAPI processing load across multiple CPUs thereby
improving throughput.

In the case of WCN6750, enabling threaded NAPI has improved
160 MHz RX throughput by nearly 400 Mbps. Similar gains can
be expected on other ath11k devices as well.

Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1

Signed-off-by: Manikanta Pubbisetty <quic_mpubbise@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220905071805.31625-2-quic_mpubbise@quicinc.com
drivers/net/wireless/ath/ath11k/ahb.c
drivers/net/wireless/ath/ath11k/pcic.c