提交 7f10f8ba 编写于 作者: A Alexei Avshalom Lazar 提交者: Kalle Valo

wil6210: set default 3-MSI

Single MSI is the current default configuration.
With multiple MSI interrupts configuration, Tx/Rx processing could
run in parallel on different CPU cores and allow better balance
between the cores.
Signed-off-by: NAlexei Avshalom Lazar <ailizaro@codeaurora.org>
Signed-off-by: NMaya Erez <merez@codeaurora.org>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 631d3b4f
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#include <linux/rtnetlink.h> #include <linux/rtnetlink.h>
#include <linux/pm_runtime.h> #include <linux/pm_runtime.h>
static int n_msi = 1; static int n_msi = 3;
module_param(n_msi, int, 0444); module_param(n_msi, int, 0444);
MODULE_PARM_DESC(n_msi, " Use MSI interrupt: 0 - use INTx, 1 - (default) - single, or 3"); MODULE_PARM_DESC(n_msi, " Use MSI interrupt: 0 - use INTx, 1 - single, or 3 - (default) ");
bool ftm_mode; bool ftm_mode;
module_param(ftm_mode, bool, 0444); module_param(ftm_mode, bool, 0444);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册