Home » The PARIS Forums » PARIS: Main » PARIS multicore discovery!
PARIS multicore discovery! [message #100727] |
Mon, 27 October 2008 04:48 |
mike audet[1]
Messages: 129 Registered: February 2006
|
Senior Member |
|
|
Hi All,
I found out something important about running PARIS on a multicore machine
this morning.
All devices that share an IRQ with PARIS also need to be locked to the highest
CPU using the intfilter driver.
I guess my new motherboard has more "stuff" on it, and one of my UAD cards
now shares an IRQ with PARIS. Paris was not detecting an interface on the
master card after I finished installing all my drivers. Locking the UAD
cards to the highest CPU fixed it right up.
Cheers!
Mike
|
|
|
|
|
|
Re: PARIS multicore discovery! [message #100755 is a reply to message #100735] |
Tue, 28 October 2008 13:02 |
|
So, does that mean that the native power the UAD-1 cards need won't load down
the Paris processor?
Gantt
"Mike Audet" <mike@...> wrote:
>
>Hi Rod,
>
>You can, but they can't be sharing an IRQ with your EDS cards for that to
>work.
>
>Cheers!
>
>Mike
>
>"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote:
>>
>>Crap! I was hoping to be able to lock the UAD cards to a different core
>than
>>Paris.
>>Rod
>>"Mike Audet" <mike@....> wrote:
>>>
>>>Hi All,
>>>
>>>I found out something important about running PARIS on a multicore machine
>>>this morning.
>>>
>>>All devices that share an IRQ with PARIS also need to be locked to the
>highest
>>>CPU using the intfilter driver.
>>>
>>>I guess my new motherboard has more "stuff" on it, and one of my UAD cards
>>>now shares an IRQ with PARIS. Paris was not detecting an interface on
>the
>>>master card after I finished installing all my drivers. Locking the UAD
>>>cards to the highest CPU fixed it right up.
>>>
>>>Cheers!
>>>
>>>Mike
>>
>
Gantt Kushner
Gizmo Recording Company
Silver Spring, MD
www.gizmorecording.com
|
|
|
Re: PARIS multicore discovery! [message #100758 is a reply to message #100755] |
Tue, 28 October 2008 13:27 |
Mike Audet
Messages: 294 Registered: December 2008
|
Senior Member |
|
|
Hi Gantt,
Yes and no. If you manually assign the two drivers to different CPUs, the
interrupts wil be handled by the two different CPUs.
What I hadn't considered before staring on the Scherzo is that the driver
is often called by an application, and when an application calls a driver,
the driver will run on the CPU that the application is running on, regardless
of interupt affinity settings. That's why the PARIS app needs to be locked
to one CPU, too.
So, if the UAD driver is set to a different CPU than PARIS, calls that PARIS
makes to the UAD driver will run on the PARIS CPU, and replies made by the
UAD cards will run on the UAD CPU.
I hope this helps.
Mike
"Gantt Kushner" <ganttmann@comcast.net> wrote:
>
>So, does that mean that the native power the UAD-1 cards need won't load
down
>the Paris processor?
>
>Gantt
>
>"Mike Audet" <mike@...> wrote:
>>
>>Hi Rod,
>>
>>You can, but they can't be sharing an IRQ with your EDS cards for that
to
>>work.
>>
>>Cheers!
>>
>>Mike
>>
>>"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote:
>>>
>>>Crap! I was hoping to be able to lock the UAD cards to a different core
>>than
>>>Paris.
>>>Rod
>>>"Mike Audet" <mike@....> wrote:
>>>>
>>>>Hi All,
>>>>
>>>>I found out something important about running PARIS on a multicore machine
>>>>this morning.
>>>>
>>>>All devices that share an IRQ with PARIS also need to be locked to the
>>highest
>>>>CPU using the intfilter driver.
>>>>
>>>>I guess my new motherboard has more "stuff" on it, and one of my UAD
cards
>>>>now shares an IRQ with PARIS. Paris was not detecting an interface on
>>the
>>>>master card after I finished installing all my drivers. Locking the
UAD
>>>>cards to the highest CPU fixed it right up.
>>>>
>>>>Cheers!
>>>>
>>>>Mike
>>>
>>
>
|
|
|
Re: PARIS multicore discovery! [message #100764 is a reply to message #100758] |
Tue, 28 October 2008 17:13 |
Rod Lincoln
Messages: 883 Registered: September 2005
|
Senior Member |
|
|
AAAAHHHHHHH! MY BRAIN JUST EXPLODED!!!!!!
"Mike Audet" <mike@...> wrote:
>
>Hi Gantt,
>
>Yes and no. If you manually assign the two drivers to different CPUs, the
>interrupts wil be handled by the two different CPUs.
>
>What I hadn't considered before staring on the Scherzo is that the driver
>is often called by an application, and when an application calls a driver,
>the driver will run on the CPU that the application is running on, regardless
>of interupt affinity settings. That's why the PARIS app needs to be locked
>to one CPU, too.
>
>So, if the UAD driver is set to a different CPU than PARIS, calls that PARIS
>makes to the UAD driver will run on the PARIS CPU, and replies made by the
>UAD cards will run on the UAD CPU.
>
>I hope this helps.
>
>Mike
>
>"Gantt Kushner" <ganttmann@comcast.net> wrote:
>>
>>So, does that mean that the native power the UAD-1 cards need won't load
>down
>>the Paris processor?
>>
>>Gantt
>>
>>"Mike Audet" <mike@...> wrote:
>>>
>>>Hi Rod,
>>>
>>>You can, but they can't be sharing an IRQ with your EDS cards for that
>to
>>>work.
>>>
>>>Cheers!
>>>
>>>Mike
>>>
>>>"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote:
>>>>
>>>>Crap! I was hoping to be able to lock the UAD cards to a different core
>>>than
>>>>Paris.
>>>>Rod
>>>>"Mike Audet" <mike@....> wrote:
>>>>>
>>>>>Hi All,
>>>>>
>>>>>I found out something important about running PARIS on a multicore machine
>>>>>this morning.
>>>>>
>>>>>All devices that share an IRQ with PARIS also need to be locked to the
>>>highest
>>>>>CPU using the intfilter driver.
>>>>>
>>>>>I guess my new motherboard has more "stuff" on it, and one of my UAD
>cards
>>>>>now shares an IRQ with PARIS. Paris was not detecting an interface
on
>>>the
>>>>>master card after I finished installing all my drivers. Locking the
>UAD
>>>>>cards to the highest CPU fixed it right up.
>>>>>
>>>>>Cheers!
>>>>>
>>>>>Mike
>>>>
>>>
>>
>
|
|
|
Re: PARIS multicore discovery! [message #100765 is a reply to message #100764] |
Tue, 28 October 2008 17:40 |
|
What he said.
"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote:
>
>AAAAHHHHHHH! MY BRAIN JUST EXPLODED!!!!!!
>"Mike Audet" <mike@...> wrote:
>>
>>Hi Gantt,
>>
>>Yes and no. If you manually assign the two drivers to different CPUs, the
>>interrupts wil be handled by the two different CPUs.
>>
>>What I hadn't considered before staring on the Scherzo is that the driver
>>is often called by an application, and when an application calls a driver,
>>the driver will run on the CPU that the application is running on, regardless
>>of interupt affinity settings. That's why the PARIS app needs to be locked
>>to one CPU, too.
>>
>>So, if the UAD driver is set to a different CPU than PARIS, calls that
PARIS
>>makes to the UAD driver will run on the PARIS CPU, and replies made by
the
>>UAD cards will run on the UAD CPU.
>>
>>I hope this helps.
>>
>>Mike
>>
>>"Gantt Kushner" <ganttmann@comcast.net> wrote:
>>>
>>>So, does that mean that the native power the UAD-1 cards need won't load
>>down
>>>the Paris processor?
>>>
>>>Gantt
>>>
>>>"Mike Audet" <mike@...> wrote:
>>>>
>>>>Hi Rod,
>>>>
>>>>You can, but they can't be sharing an IRQ with your EDS cards for that
>>to
>>>>work.
>>>>
>>>>Cheers!
>>>>
>>>>Mike
>>>>
>>>>"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote:
>>>>>
>>>>>Crap! I was hoping to be able to lock the UAD cards to a different core
>>>>than
>>>>>Paris.
>>>>>Rod
>>>>>"Mike Audet" <mike@....> wrote:
>>>>>>
>>>>>>Hi All,
>>>>>>
>>>>>>I found out something important about running PARIS on a multicore
machine
>>>>>>this morning.
>>>>>>
>>>>>>All devices that share an IRQ with PARIS also need to be locked to
the
>>>>highest
>>>>>>CPU using the intfilter driver.
>>>>>>
>>>>>>I guess my new motherboard has more "stuff" on it, and one of my UAD
>>cards
>>>>>>now shares an IRQ with PARIS. Paris was not detecting an interface
>on
>>>>the
>>>>>>master card after I finished installing all my drivers. Locking the
>>UAD
>>>>>>cards to the highest CPU fixed it right up.
>>>>>>
>>>>>>Cheers!
>>>>>>
>>>>>>Mike
>>>>>
>>>>
>>>
>>
>
Gantt Kushner
Gizmo Recording Company
Silver Spring, MD
www.gizmorecording.com
|
|
|
Re: PARIS multicore discovery! [message #100766 is a reply to message #100764] |
Tue, 28 October 2008 16:27 |
Aaron Allen
Messages: 1988 Registered: May 2008
|
Senior Member |
|
|
Then you're ready for SQL Server 2008 utilizing HyperV.
AA
"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote in message
news:49079c91$1@linux...
>
> AAAAHHHHHHH! MY BRAIN JUST EXPLODED!!!!!!
> "Mike Audet" <mike@...> wrote:
>>
>>Hi Gantt,
>>
>>Yes and no. If you manually assign the two drivers to different CPUs, the
>>interrupts wil be handled by the two different CPUs.
>>
>>What I hadn't considered before staring on the Scherzo is that the driver
>>is often called by an application, and when an application calls a driver,
>>the driver will run on the CPU that the application is running on,
>>regardless
>>of interupt affinity settings. That's why the PARIS app needs to be
>>locked
>>to one CPU, too.
>>
>>So, if the UAD driver is set to a different CPU than PARIS, calls that
>>PARIS
>>makes to the UAD driver will run on the PARIS CPU, and replies made by the
>>UAD cards will run on the UAD CPU.
>>
>>I hope this helps.
>>
>>Mike
>>
>>"Gantt Kushner" <ganttmann@comcast.net> wrote:
>>>
>>>So, does that mean that the native power the UAD-1 cards need won't load
>>down
>>>the Paris processor?
>>>
>>>Gantt
>>>
>>>"Mike Audet" <mike@...> wrote:
>>>>
>>>>Hi Rod,
>>>>
>>>>You can, but they can't be sharing an IRQ with your EDS cards for that
>>to
>>>>work.
>>>>
>>>>Cheers!
>>>>
>>>>Mike
>>>>
>>>>"Rod Lincoln" <rlincoln@nospam.kc.rr.com> wrote:
>>>>>
>>>>>Crap! I was hoping to be able to lock the UAD cards to a different core
>>>>than
>>>>>Paris.
>>>>>Rod
>>>>>"Mike Audet" <mike@....> wrote:
>>>>>>
>>>>>>Hi All,
>>>>>>
>>>>>>I found out something important about running PARIS on a multicore
>>>>>>machine
>>>>>>this morning.
>>>>>>
>>>>>>All devices that share an IRQ with PARIS also need to be locked to the
>>>>highest
>>>>>>CPU using the intfilter driver.
>>>>>>
>>>>>>I guess my new motherboard has more "stuff" on it, and one of my UAD
>>cards
>>>>>>now shares an IRQ with PARIS. Paris was not detecting an interface
> on
>>>>the
>>>>>>master card after I finished installing all my drivers. Locking the
>>UAD
>>>>>>cards to the highest CPU fixed it right up.
>>>>>>
>>>>>>Cheers!
>>>>>>
>>>>>>Mike
>>>>>
>>>>
>>>
>>
>
|
|
|
|
Goto Forum:
Current Time: Sat Nov 09 00:35:45 PST 2024
Total time taken to generate the page: 0.02957 seconds
|