Return-path: Received: from mail-pa0-f46.google.com ([209.85.220.46]:45832 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753458AbaEGCbL (ORCPT ); Tue, 6 May 2014 22:31:11 -0400 Received: by mail-pa0-f46.google.com with SMTP id kx10so400655pab.5 for ; Tue, 06 May 2014 19:31:10 -0700 (PDT) Date: Wed, 7 May 2014 10:31:05 +0800 From: Adam Lee To: "John W. Linville" Cc: Stephen Hemminger , Larry Finger , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 1/3] rtlwifi: make MSI support a module parameter Message-ID: <20140507023105.GA3712@adam-laptop> (sfid-20140507_043125_818283_570136CD) References: <1399278818-19152-1-git-send-email-adam.lee@canonical.com> <5367A690.7010305@lwfinger.net> <20140505154037.19620ac2@nehalam.linuxnetplumber.net> <20140506021915.GA3624@adam-laptop> <20140506180836.GF3518@tuxdriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20140506180836.GF3518@tuxdriver.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, May 06, 2014 at 02:08:37PM -0400, John W. Linville wrote: > > > Standard practice is to assume MSI is available, and let the quirks > > > in the PCI subsystem reject the request to enable MSI. > > > > > > Also other drivers have a 'disable_msi' module parameter why not follow > > > their example. > > > > > > > Because some submodule's MSI causes an regression, and other submodules > > of rtlwifi are not fully tested under MSI, we need to disable it by > > default(regression has higher priority) and have an 'enable_msi' module > > parameter for some certain users. > > Couldn't it be called 'disable_msi' and default to 'on'? It could be, will send an v2 patchset, thanks. -- Adam Lee