From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752820AbdKWM5o (ORCPT ); Thu, 23 Nov 2017 07:57:44 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:39968 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751911AbdKWM5n (ORCPT ); Thu, 23 Nov 2017 07:57:43 -0500 Date: Thu, 23 Nov 2017 04:57:39 -0800 From: Christoph Hellwig To: Ching Huang Cc: martin.petersen@oracle.com, James.Bottomley@HansenPartnership.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, jthumshirn@suse.de, hare@suse.de, dan.carpenter@oracle.com, hch@infradead.org Subject: Re: [PATCH 0/3] scsi: arcmsr: add driver module parameter - msi_enable, msix_enable Message-ID: <20171123125739.GA25627@infradead.org> References: <1511400123.9832.14.camel@Centos6.3-64> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1511400123.9832.14.camel@Centos6.3-64> User-Agent: Mutt/1.9.1 (2017-09-22) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 23, 2017 at 09:22:03AM +0800, Ching Huang wrote: > From: Ching Huang > > Hi all, > > The following patches apply to Martin's 4.16/scsi-queue. > > Patch 1: Add module parameter msi_enable to has a chance to disable msi interrupt if it does not work properly. > > Patch 2: Add module parameter msix_enable to has a chance to disable msix interrupt if it does not work properly. Why would it not work properly?