Re: [PATCH 14/22] qla2xxx: Add interrupt polling mechanism

2016-12-15 Thread Madhani, Himanshu
Hi Bart, Christoph, On 12/15/16, 1:27 AM, "Bart Van Assche" wrote: >On 12/14/2016 10:06 PM, Christoph Hellwig wrote: >> On Tue, Dec 06, 2016 at 12:30:43PM -0800, Himanshu Madhani wrote: >>> From: Quinn Tran >>> >>> This patch adds capability

Re: [PATCH 14/22] qla2xxx: Add interrupt polling mechanism

2016-12-15 Thread Bart Van Assche
On 12/14/2016 10:06 PM, Christoph Hellwig wrote: > On Tue, Dec 06, 2016 at 12:30:43PM -0800, Himanshu Madhani wrote: >> From: Quinn Tran >> >> This patch adds capability to poll for an interrupt, If hardware >> does not generate any interrupt for 2 seconds. > > This

Re: [PATCH 14/22] qla2xxx: Add interrupt polling mechanism

2016-12-14 Thread Christoph Hellwig
On Tue, Dec 06, 2016 at 12:30:43PM -0800, Himanshu Madhani wrote: > From: Quinn Tran > > This patch adds capability to poll for an interrupt, If hardware > does not generate any interrupt for 2 seconds. This description sounds like the hardware might be buggy and not

[PATCH 14/22] qla2xxx: Add interrupt polling mechanism

2016-12-06 Thread Himanshu Madhani
From: Quinn Tran This patch adds capability to poll for an interrupt, If hardware does not generate any interrupt for 2 seconds. Signed-off-by: Quinn Tran Signed-off-by: Himanshu Madhani ---