Re: Dual Processor Support

Hi All,
I have written a kernel driver for a device connected via LAN to the
system on which kernel driver is installed.
Basically driver process the ITDM Frame sent over Ethernet. Its a NDIS
Protocol Driver.

Can u please suggest me the things to be taken care if i need to
enhance my driver for the dual processor support?

Reagrds,
Arvind.

There is nothing which can tell if you correctly wrote a driver for SMP
operation. However, if you closely
observed and followed NT operation rules, your driver will work on
SMP.

----- Original Message -----
From: “Arvind”
To: “Windows System Software Devs Interest List”
Sent: Monday, February 28, 2005 11:18 AM
Subject: Re: [ntdev] Dual Processor Support

> Hi All,
> I have written a kernel driver for a device connected via LAN to the
> system on which kernel driver is installed.
> Basically driver process the ITDM Frame sent over Ethernet. Its a NDIS
> Protocol Driver.
>
> Can u please suggest me the things to be taken care if i need to
> enhance my driver for the dual processor support?
>
> Reagrds,
> Arvind.
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@rdsor.ro
> To unsubscribe send a blank email to xxxxx@lists.osr.com

Make use of Mutex Objects & spinlocks to synchronize access to
resources. If you have created threads, this is extremely important
for SMP system

http://winfs.tripod.com

On Mon, 28 Feb 2005 14:48:26 +0530, Arvind
wrote:
> Hi All,
> I have written a kernel driver for a device connected via LAN to the
> system on which kernel driver is installed.
> Basically driver process the ITDM Frame sent over Ethernet. Its a NDIS
> Protocol Driver.
>
> Can u please suggest me the things to be taken care if i need to
> enhance my driver for the dual processor support?
>
> Reagrds,
> Arvind.
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>


http://winfs.tripod.com