* irq allocation for pci drivers
@ 2011-04-12 23:57 KY Srinivasan
2011-04-13 3:40 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: KY Srinivasan @ 2011-04-12 23:57 UTC (permalink / raw)
To: gregkh@suse.de
Cc: devel@linuxdriverproject.org, linux-kernel@vger.kernel.org,
virtualization@lists.osdl.org
[-- Attachment #1.1: Type: text/plain, Size: 354 bytes --]
Greg,
Has something changed in the PCI code in the Linux-next tree - 2.6.39-rc1-12 with
regards to irq allocation? Earlier (a few weeks ago), the vmbus driver would get the irq allocated as part
of it being now a pci driver. Currently, however the system is setting pdev->irq to
0 and needless to say, request_irq() is failing.
Thanks,
K. Y
[-- Attachment #1.2: Type: text/html, Size: 2292 bytes --]
[-- Attachment #2: Type: text/plain, Size: 184 bytes --]
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: irq allocation for pci drivers
2011-04-12 23:57 irq allocation for pci drivers KY Srinivasan
@ 2011-04-13 3:40 ` Greg KH
2011-04-15 18:07 ` KY Srinivasan
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2011-04-13 3:40 UTC (permalink / raw)
To: KY Srinivasan
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org,
virtualization@lists.osdl.org
On Tue, Apr 12, 2011 at 11:57:22PM +0000, KY Srinivasan wrote:
> Greg,
>
>
>
> Has something changed in the PCI code in the Linux-next tree – 2.6.39-rc1-12
> with
>
> regards to irq allocation? Earlier (a few weeks ago), the vmbus driver would
> get the irq allocated as part
>
> of it being now a pci driver. Currently, however the system is setting pdev->
> irq to
>
> 0 and needless to say, request_irq() is failing.
{sigh} Please fix your email client...
Anyway, I have no idea, please use 'git bisect' to track down the
problem commit that causes this.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: irq allocation for pci drivers
2011-04-13 3:40 ` Greg KH
@ 2011-04-15 18:07 ` KY Srinivasan
0 siblings, 0 replies; 3+ messages in thread
From: KY Srinivasan @ 2011-04-15 18:07 UTC (permalink / raw)
To: Greg KH
Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org,
virtualization@lists.osdl.org
> -----Original Message-----
> From: Greg KH [mailto:gregkh@suse.de]
> Sent: Tuesday, April 12, 2011 11:41 PM
> To: KY Srinivasan
> Cc: linux-kernel@vger.kernel.org; devel@linuxdriverproject.org;
> virtualization@lists.osdl.org
> Subject: Re: irq allocation for pci drivers
>
> On Tue, Apr 12, 2011 at 11:57:22PM +0000, KY Srinivasan wrote:
> > Greg,
>
> Anyway, I have no idea, please use 'git bisect' to track down the
> problem commit that causes this.
Greg,
This problem turned out to be on the host side. We don't have any issue with dynamic
irq allocation on the win2k8 r2 hosts. Some older hosts have an issue and in any event
it does not look like it is a Linux issue.
Regards,
K. Y
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-04-15 18:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12 23:57 irq allocation for pci drivers KY Srinivasan
2011-04-13 3:40 ` Greg KH
2011-04-15 18:07 ` KY Srinivasan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).