Hi,
I ve read talks on this group about testing drivers on multiprocessors.
What is a cheap workstation class dualprocessor machine that can be used for
driver testing?
k
Hi,
I ve read talks on this group about testing drivers on multiprocessors.
What is a cheap workstation class dualprocessor machine that can be used for
driver testing?
k
I use a dual Athlon system with 3 gig RAM and 500 gig HD space. I chose the
Tyan Thunder K7 MOBO, but I think they now make the K8. I got the MOBO
loaded so that I could test all sorts of configurations. I use VMWare on
this system and it flies. The MOBO also has dual ethernet ports, dual IDE
controllers and dual adaptec 160 SCSI controllers. I think I paid 500 USD
for the MOBO about three years ago. It was a worthy investment.
Jamey
----- Original Message -----
From: “Kutty Banerjee”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Saturday, March 19, 2005 11:15 AM
Subject: [ntdev] multiprocessor workstation
> Hi,
> I ve read talks on this group about testing drivers on multiprocessors.
> What is a cheap workstation class dualprocessor machine that can be used
> for driver testing?
>
> k
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@tfb.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> NOD32 1.1030 (20050319) Information
>
> This message was checked by NOD32 antivirus system.
> http://www.nod32.com
>
>
Any machine with HyperThreading will suite, if you’re limited in bugdet.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Kutty Banerjee”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Saturday, March 19, 2005 10:15 PM
Subject: [ntdev] multiprocessor workstation
> Hi,
> I ve read talks on this group about testing drivers on multiprocessors.
> What is a cheap workstation class dualprocessor machine that can be used for
> driver testing?
>
> k
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
feel free to state this is part of an older thread, but what exactly are we
testing in a driver that requires multiprocessor support. can somebody
elaborate on this. and why does HT suffice for the same?
kutty
“Maxim S. Shatskih” wrote in message
news:xxxxx@ntdev…
> Any machine with HyperThreading will suite, if you’re limited in
> bugdet.
>
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
> xxxxx@storagecraft.com
> http://www.storagecraft.com
>
> ----- Original Message -----
> From: “Kutty Banerjee”
> Newsgroups: ntdev
> To: “Windows System Software Devs Interest List”
> Sent: Saturday, March 19, 2005 10:15 PM
> Subject: [ntdev] multiprocessor workstation
>
>
>> Hi,
>> I ve read talks on this group about testing drivers on multiprocessors.
>> What is a cheap workstation class dualprocessor machine that can be used
>> for
>> driver testing?
>>
>> k
>>
>>
>>
>> —
>> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>>
>> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
Well the reason you need a multiprocessor is that most multi-threading
issues cannot be seen on a uniprocessor system. Actually, the rule of thumb
is the more processors the better, since you are more likely to see the bugs
on say an 8-way than a 2-way.
Now since hyper-threading simultes two processors with one cpu, it provides
most of the capabilities of a dual processor system. Most in the sense that
some internal scheduling inside the cpu, means that is it is not as good as
a true MP, but close.
Personally, if I were buying a system these days I would look at a dual
x86-64 (i.e. Opteron or EMT64) since then you can test 32-bit and 64-bit
versions of your driver.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“Kutty Banerjee” wrote in message news:xxxxx@ntdev…
> feel free to state this is part of an older thread, but what exactly are
> we testing in a driver that requires multiprocessor support. can somebody
> elaborate on this. and why does HT suffice for the same?
>
> kutty
> “Maxim S. Shatskih” wrote in message
> news:xxxxx@ntdev…
>> Any machine with HyperThreading will suite, if you’re limited in
>> bugdet.
>>
>> Maxim Shatskih, Windows DDK MVP
>> StorageCraft Corporation
>> xxxxx@storagecraft.com
>> http://www.storagecraft.com
>>
>> ----- Original Message -----
>> From: “Kutty Banerjee”
>> Newsgroups: ntdev
>> To: “Windows System Software Devs Interest List”
>> Sent: Saturday, March 19, 2005 10:15 PM
>> Subject: [ntdev] multiprocessor workstation
>>
>>
>>> Hi,
>>> I ve read talks on this group about testing drivers on multiprocessors.
>>> What is a cheap workstation class dualprocessor machine that can be used
>>> for
>>> driver testing?
>>>
>>> k
>>>
>>>
>>>
>>> —
>>> Questions? First check the Kernel Driver FAQ at
>> http://www.osronline.com/article.cfm?id=256
>>>
>>> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
>>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>>
>>
>
>
>
HT is multiprocessor software-wise.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Kutty Banerjee”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Saturday, March 19, 2005 10:38 PM
Subject: Re:[ntdev] multiprocessor workstation
> feel free to state this is part of an older thread, but what exactly are we
> testing in a driver that requires multiprocessor support. can somebody
> elaborate on this. and why does HT suffice for the same?
>
> kutty
> “Maxim S. Shatskih” wrote in message
> news:xxxxx@ntdev…
> > Any machine with HyperThreading will suite, if you’re limited in
> > bugdet.
> >
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > xxxxx@storagecraft.com
> > http://www.storagecraft.com
> >
> > ----- Original Message -----
> > From: “Kutty Banerjee”
> > Newsgroups: ntdev
> > To: “Windows System Software Devs Interest List”
> > Sent: Saturday, March 19, 2005 10:15 PM
> > Subject: [ntdev] multiprocessor workstation
> >
> >
> >> Hi,
> >> I ve read talks on this group about testing drivers on multiprocessors.
> >> What is a cheap workstation class dualprocessor machine that can be used
> >> for
> >> driver testing?
> >>
> >> k
> >>
> >>
> >>
> >> —
> >> Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >>
> >> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> >> To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
> but what exactly are we testing in a driver that requires
multiprocessor support.
For a start, lets say you have some code that accesses shared resources
(very common in drivers) How do you know it will work well on a MP
machine ?
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Maxim S.
Shatskih
Sent: Sunday, March 20, 2005 2:18 AM
To: Windows System Software Devs Interest List
Subject: Re: Re:[ntdev] multiprocessor workstation
HT is multiprocessor software-wise.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Kutty Banerjee”
Newsgroups: ntdev
To: “Windows System Software Devs Interest List”
Sent: Saturday, March 19, 2005 10:38 PM
Subject: Re:[ntdev] multiprocessor workstation
> feel free to state this is part of an older thread, but what exactly
> are we testing in a driver that requires multiprocessor support. can
> somebody elaborate on this. and why does HT suffice for the same?
>
> kutty
> “Maxim S. Shatskih” wrote in message
> news:xxxxx@ntdev…
> > Any machine with HyperThreading will suite, if you’re limited in
> > bugdet.
> >
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> > xxxxx@storagecraft.com
> > http://www.storagecraft.com
> >
> > ----- Original Message -----
> > From: “Kutty Banerjee”
> > Newsgroups: ntdev
> > To: “Windows System Software Devs Interest List”
> > Sent: Saturday, March 19, 2005 10:15 PM
> > Subject: [ntdev] multiprocessor workstation
> >
> >
> >> Hi,
> >> I ve read talks on this group about testing drivers on
> >> multiprocessors. What is a cheap workstation class dualprocessor
> >> machine that can be used for driver testing?
> >>
> >> k
> >>
> >>
> >>
> >> —
> >> Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >>
> >> You are currently subscribed to ntdev as: xxxxx@storagecraft.com To
> >> unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com To
> unsubscribe send a blank email to xxxxx@lists.osr.com
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@wipro.com To
unsubscribe send a blank email to xxxxx@lists.osr.com