From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Lee Subject: Re: [PATCH 1/3] rtlwifi: make MSI support a module parameter Date: Wed, 7 May 2014 10:31:05 +0800 Message-ID: <20140507023105.GA3712@adam-laptop> 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 Cc: Stephen Hemminger , Larry Finger , linux-wireless@vger.kernel.org, netdev@vger.kernel.org To: "John W. Linville" Return-path: Received: from mail-pd0-f178.google.com ([209.85.192.178]:64069 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753395AbaEGCbL (ORCPT ); Tue, 6 May 2014 22:31:11 -0400 Received: by mail-pd0-f178.google.com with SMTP id r10so369042pdi.23 for ; Tue, 06 May 2014 19:31:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20140506180836.GF3518@tuxdriver.com> Sender: netdev-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