Re: which kind of driver to design for AoE protocol?



Hi Maxim

After reading the MS doc "Getting Started with the Windows Driver
Development Environment", the first and most obvious question is "which kind
of driver should I build?"

Full storage port I think, with NDIS protocol lower egde.

As you said it yourself, there is no problem with sending TDI requests
at raised IRQL.
Why do you think the OP needs NDIS protocol driver then????? Is there
any other limitation (at least, theoretical one) of the existing
network stack that makes it unsuitable for the task? A "problem" with
IRQLs is the only thing that got into my head, but there may be some
other details I am just unaware of. Please let me know

Anton Bassov



Maxim S. Shatskih wrote:
After reading the MS doc "Getting Started with the Windows Driver
Development Environment", the first and most obvious question is "which kind
of driver should I build?"

Full storage port I think, with NDIS protocol lower egde.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com

.



Relevant Pages

  • Re: Problems with installation of NDISUIO-based protocol driver
    ... NDISUIO driver? ... NDIS protocol driver could interfere with another protocol driver such as ... installation seem to complete correctly, ...
    (microsoft.public.development.device.drivers)
  • Re: which kind of driver to design for AoE protocol?
    ... You have to write raw ethernet access NDIS protocol driver (there was a ... TCP driver ... NDIS miniport NDIS protocol to access raw ... After reading the MS doc "Getting Started with the Windows Driver ...
    (microsoft.public.development.device.drivers)
  • Is it possible to update a NDIS protocol driver programmatically?
    ... Is it possible to update a NDIS protocol programmatically? ... The driver has been changed a bit and need to be updated with the recent ... Ever more INetCfgClassSetup class export only Install and Uninstall ...
    (microsoft.public.development.device.drivers)
  • Re: question about NDIS intermediate driver
    ... oh,I am sorry, I writed error last time,the driver is a NDIS protocol ... I installed wincap and ethereal in my computer, ... > I am writing a NDIS intermediate driver, I faced a strange problem. ...
    (microsoft.public.development.device.drivers)