Re: [PATCH] brcmfmac: Set SDIO workqueue as WQ_HIGHPRI
From: Kalle Valo <hidden>
Date: 2021-08-21 16:59:29
Sean Anderson [off-list ref] wrote:
This puts tasks submitted to the SDIO workqueue at the head of the queue and runs them immediately. This gets higher RX throughput with the SDIO bus. This was originally submitted as [1]. The original author Wright Feng reportsquoted
throughput result with 43455(11ac) on 1 core 1.6 Ghz platform is Without WQ_HIGGPRI TX/RX: 293/301 (mbps) With WQ_HIGHPRI TX/RX: 293/321 (mbps)I tested this with a 43364(11bgn) on a 1 core 800 MHz platform and got Without WQ_HIGHPRI TX/RX: 16/19 (Mbits/sec) With WQ_HIGHPRI TX/RX: 24/20 (MBits/sec) [1] https://lore.kernel.org/linux-wireless/1584604406-15452-4-git-send-email-wright.feng@cypress.com/ (local) Signed-off-by: Sean Anderson <redacted> Reviewed-by: Arend van Spriel <redacted>
Patch applied to wireless-drivers-next.git, thanks. 41b637bac0b0 brcmfmac: Set SDIO workqueue as WQ_HIGHPRI -- https://patchwork.kernel.org/project/linux-wireless/patch/20210802170904.3116223-1-sean.anderson@seco.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches