Re: Re: A question about NVMe's nvme-irq

2014-03-24 Thread Matthew Wilcox
On Mon, Mar 24, 2014 at 09:25:31AM +0800, liaohengquan1986 wrote: > > > In our server environment , The mistakenly returning IRQ_NONE will make > the OS(suse11 sp3) crush, should we fix it up? if yes, how? You should raise this with SUSE. -- To unsubscribe from this list: send the line

Re: Re: A question about NVMe's nvme-irq

2014-03-24 Thread Matthew Wilcox
On Mon, Mar 24, 2014 at 09:25:31AM +0800, liaohengquan1986 wrote: In our server environment , The mistakenly returning IRQ_NONE will make the OS(suse11 sp3) crush, should we fix it up? if yes, how? You should raise this with SUSE. -- To unsubscribe from this list: send the line

Re: A question about NVMe's nvme-irq

2014-03-21 Thread Matthew Wilcox
On Fri, Mar 21, 2014 at 11:29:02AM +0800, liaohengquan1986 wrote: > hello, > There is question confusing me recently. In the function of nvme-irq > as belows: > static irqreturn_t nvme_irq(int irq, void *data) > { > irqreturn_t result; >

Re: A question about NVMe's nvme-irq

2014-03-21 Thread Matthew Wilcox
On Fri, Mar 21, 2014 at 11:29:02AM +0800, liaohengquan1986 wrote: hello, There is question confusing me recently. In the function of nvme-irq as belows: static irqreturn_t nvme_irq(int irq, void *data) { irqreturn_t result;