Re: [PATCH 05/22] qla2xxx: Add DebugFS node of irq vector cpuid

2016-12-15 Thread Madhani, Himanshu
Hi Christoph, On 12/14/16, 1:13 PM, "Christoph Hellwig" wrote: >Doesn't make sense - an interrupt can be assigned to multiple >CPUIDs, and you can see the assignment based on the irq count >in /proc/interrupts > We Added this for our debug purpose. We’ll drop this patch

Re: [PATCH 05/22] qla2xxx: Add DebugFS node of irq vector cpuid

2016-12-14 Thread Christoph Hellwig
On Tue, Dec 06, 2016 at 12:30:34PM -0800, Himanshu Madhani wrote: > From: Quinn Tran > > > cat /sys/kernel/debug/qla2xxx/*/irq_cpuid > qla2xxx_81 > IRQ Name Vector CPUID > qla2xxx (default) 150 9 > qla2xxx (rsp_q)151 9 > qla2xxx

[PATCH 05/22] qla2xxx: Add DebugFS node of irq vector cpuid

2016-12-06 Thread Himanshu Madhani
From: Quinn Tran > cat /sys/kernel/debug/qla2xxx/*/irq_cpuid qla2xxx_81 IRQ Name Vector CPUID qla2xxx (default) 150 9 qla2xxx (rsp_q)151 9 qla2xxx (atio_q) 152 9 Signed-off-by: Quinn Tran Signed-off-by: