* [Linux-ia64] iosapic_vector struct in Linux IA64?
@ 2000-08-30 21:37 White, Charles
2000-08-30 22:27 ` Mallick, Asit K
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: White, Charles @ 2000-08-30 21:37 UTC (permalink / raw)
To: linux-ia64
I am looking at an issue with Linux IA64, and the problem appears to be that
the ioapic_vector struct (iosapic.h) has only room for one
PCI/Bus/Dev/Func/Pin per PID entry...
Being PCI devices can share interrupts, How do you handle that with only one
Entry? Being even the PIN is part of the entry, you could not even Tie INTA
& INTC together.
Is anyone looking into this issue?
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [Linux-ia64] iosapic_vector struct in Linux IA64?
2000-08-30 21:37 [Linux-ia64] iosapic_vector struct in Linux IA64? White, Charles
@ 2000-08-30 22:27 ` Mallick, Asit K
2000-08-31 4:59 ` Takayoshi Kouchi
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Mallick, Asit K @ 2000-08-30 22:27 UTC (permalink / raw)
To: linux-ia64
We have started looking at this problem. Please let me know if you have done
anything on this.
Thanks,
Asit
> -----Original Message-----
> From: White, Charles [mailto:Charles.White@COMPAQ.com]
> Sent: Wednesday, August 30, 2000 2:37 PM
> To: 'linux-ia64@linuxia64.org'
> Subject: [Linux-ia64] iosapic_vector struct in Linux IA64?
>
>
> I am looking at an issue with Linux IA64, and the problem
> appears to be that
> the ioapic_vector struct (iosapic.h) has only room for one
> PCI/Bus/Dev/Func/Pin per PID entry...
>
> Being PCI devices can share interrupts, How do you handle
> that with only one
> Entry? Being even the PIN is part of the entry, you could
> not even Tie INTA
> & INTC together.
>
> Is anyone looking into this issue?
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [Linux-ia64] iosapic_vector struct in Linux IA64?
2000-08-30 21:37 [Linux-ia64] iosapic_vector struct in Linux IA64? White, Charles
2000-08-30 22:27 ` Mallick, Asit K
@ 2000-08-31 4:59 ` Takayoshi Kouchi
2000-10-23 16:11 ` White, Charles
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Takayoshi Kouchi @ 2000-08-31 4:59 UTC (permalink / raw)
To: linux-ia64
From: "Mallick, Asit K" <asit.k.mallick@intel.com>
Subject: RE: [Linux-ia64] iosapic_vector struct in Linux IA64?
> We have started looking at this problem. Please let me know if you have done
> anything on this.
>
> Thanks,
> Asit
We are now implementing IRQ sharing code, but it's not complete.
---
Takayoshi Kouchi, NEC solutions
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Linux-ia64] iosapic_vector struct in Linux IA64?
2000-08-30 21:37 [Linux-ia64] iosapic_vector struct in Linux IA64? White, Charles
2000-08-30 22:27 ` Mallick, Asit K
2000-08-31 4:59 ` Takayoshi Kouchi
@ 2000-10-23 16:11 ` White, Charles
2000-10-24 17:48 ` Mallick, Asit K
2000-10-24 19:21 ` White, Charles
4 siblings, 0 replies; 6+ messages in thread
From: White, Charles @ 2000-10-23 16:11 UTC (permalink / raw)
To: linux-ia64
I am looking at an issue with Linux IA64, and the problem appears to be that
the ioapic_vector struct (iosapic.h) has only room for one
PCI/Bus/Dev/Func/Pin per PID entry...
Being PCI devices can share interrupts, How do you handle that with only one
Entry? Being even the PIN is part of the entry, you could not even tie INTA
& INTC together.
Is anyone looking into this issue? Has anyone been working on a fix?
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [Linux-ia64] iosapic_vector struct in Linux IA64?
2000-08-30 21:37 [Linux-ia64] iosapic_vector struct in Linux IA64? White, Charles
` (2 preceding siblings ...)
2000-10-23 16:11 ` White, Charles
@ 2000-10-24 17:48 ` Mallick, Asit K
2000-10-24 19:21 ` White, Charles
4 siblings, 0 replies; 6+ messages in thread
From: Mallick, Asit K @ 2000-10-24 17:48 UTC (permalink / raw)
To: linux-ia64
I have been working on this issue and plan to get the changes incorporated
in the next release.
Thanks,
Asit
> -----Original Message-----
> From: White, Charles [mailto:Charles.White@COMPAQ.com]
> Sent: Monday, October 23, 2000 9:11 AM
> To: 'linux-ia64@linuxia64.org'
> Subject: [Linux-ia64] iosapic_vector struct in Linux IA64?
>
>
> I am looking at an issue with Linux IA64, and the problem
> appears to be that
> the ioapic_vector struct (iosapic.h) has only room for one
> PCI/Bus/Dev/Func/Pin per PID entry...
> Being PCI devices can share interrupts, How do you handle
> that with only one
> Entry? Being even the PIN is part of the entry, you could
> not even tie INTA
> & INTC together.
> Is anyone looking into this issue? Has anyone been working on a fix?
>
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [Linux-ia64] iosapic_vector struct in Linux IA64?
2000-08-30 21:37 [Linux-ia64] iosapic_vector struct in Linux IA64? White, Charles
` (3 preceding siblings ...)
2000-10-24 17:48 ` Mallick, Asit K
@ 2000-10-24 19:21 ` White, Charles
4 siblings, 0 replies; 6+ messages in thread
From: White, Charles @ 2000-10-24 19:21 UTC (permalink / raw)
To: linux-ia64
Great! When is the "next release"?
From: "Mallick, Asit K" <asit.k.mallick@intel.com
<mailto:asit.k.mallick@intel.com> >
To: "'linux-ia64@linuxia64.org'" <linux-ia64@linuxia64.org
<mailto:linux-ia64@linuxia64.org> >
Subject: RE: [Linux-ia64] iosapic_vector struct in Linux IA64?
Date: Tue, 24 Oct 2000 10:48:42 -0700
I have been working on this issue and plan to get the changes incorporated
in the next release.
Thanks,
Asit
> -----Original Message-----
> From: White, Charles [mailto:Charles.White@COMPAQ.com]
<mailto:[mailto:Charles.White@COMPAQ.com]>
> Sent: Monday, October 23, 2000 9:11 AM
> To: 'linux-ia64@linuxia64.org'
> Subject: [Linux-ia64] iosapic_vector struct in Linux IA64?
>
>
> I am looking at an issue with Linux IA64, and the problem
> appears to be that
> the ioapic_vector struct (iosapic.h) has only room for one
> PCI/Bus/Dev/Func/Pin per PID entry...
> Being PCI devices can share interrupts, How do you handle
> that with only one
> Entry? Being even the PIN is part of the entry, you could
> not even tie INTA
> & INTC together.
> Is anyone looking into this issue? Has anyone been working on a
fix?
>
>
> _______________________________________________
> Linux-IA64 mailing list
> Linux-IA64@linuxia64.org <mailto:Linux-IA64@linuxia64.org>
> http://lists.linuxia64.org/lists/listinfo/linux-ia64
<http://lists.linuxia64.org/lists/listinfo/linux-ia64>
>
--__--__--
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-10-24 19:21 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-08-30 21:37 [Linux-ia64] iosapic_vector struct in Linux IA64? White, Charles
2000-08-30 22:27 ` Mallick, Asit K
2000-08-31 4:59 ` Takayoshi Kouchi
2000-10-23 16:11 ` White, Charles
2000-10-24 17:48 ` Mallick, Asit K
2000-10-24 19:21 ` White, Charles
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox