> +static ushort qib_krcvq01_no_msi;
> +module_param_named(krcvq01_no_msi, qib_krcvq01_no_msi, ushort, S_IRUGO);
> +MODULE_PARM_DESC(krcvq01_no_msi, "No MSI for kctx < 2");

First, the obvious question: is there really no better way to handle this
than to have yet another cryptically named module parameter for users
to try both ways?

Second, why can't this just be module_param() (why is _named needed?)?
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to