NDIS Intermediate MUX 1:N driver

Hello,

I have to develop NDIS Intermediate MUX 1:N driver. The sample in the DDK has N:1 driver code. Please suggest some links or basics that would help me to develop mux 1:n intermediate driver.

Is there any sample code in the DDK that would help. I had read in one posting by Stephan Wolf that for Mux 1:N driver the sample code is not a good starting point as it is much more complicated. Any guidance and help would be highly appreciated. I am new to NDIS drivers.

Regards,
Bhavin

Hi

Dont know if this helps, but this was available on earlier posts

As soon as I hear something back from MSFT I will post the response, in the
meantime I will gladly distribute the code to any and all, just email a
request to xxxxx@adelphia.net with MUX in the subject.

Regards
Steve

----- Original Message -----
From:
To: “Windows System Software Devs Interest List”
Sent: Tuesday, February 03, 2009 2:11 PM
Subject: [ntdev] NDIS Intermediate MUX 1:N driver

> Hello,
>
> I have to develop NDIS Intermediate MUX 1:N driver. The sample in the DDK
> has N:1 driver code. Please suggest some links or basics that would help
> me to develop mux 1:n intermediate driver.
>
> Is there any sample code in the DDK that would help. I had read in one
> posting by Stephan Wolf that for Mux 1:N driver the sample code is not a
> good starting point as it is much more complicated. Any guidance and help
> would be highly appreciated. I am new to NDIS drivers.
>
> Regards,
> Bhavin
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>
>

I’m still waiting to hear back from the folks at Microsoft on whether or not I can post the code. Truth be told, I forgot about the issue, but will take it up with them again. Question, are you planning on using NDIS6.x or NDIS5.x?

Bob

Hi Bob,

Thanks for showing interest.

I am planning on using NDIS 5.x

Thanks,
Bhavin

xxxxx@adelphia.net wrote:

I’m still waiting to hear back from the folks at Microsoft on whether or not I can post the code. Truth be told, I forgot about the issue, but will take it up with them again. Question, are you planning on using NDIS6.x or NDIS5.x?

Bob


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

Email Scanned for Virus & Dangerous Content by : www.CleanMailGateway.com


Disclaimer: This e-mail message and all attachments transmitted with it
are intended solely for the use of the addressee and may contain legally
privileged and confidential information. If the reader of this message
is not the intended recipient, or an employee or agent responsible for
delivering this message to the intended recipient, you are hereby
notified that any dissemination, distribution, copying, or other use of
this message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender immediately by
replying to this message and please delete it from your computer. Any
views expressed in this message are those of the individual sender
unless otherwise stated.Company has taken enough precautions to prevent
the spread of viruses. However the company accepts no liability for any
damage caused by any virus transmitted by this email.


I have to develop the NIC-Teaming driver(failover ,loadbanlance
,802.3AD…), and looks the MUX 1:N driver should be a good start point, but
the sample in the DDK has N:1 driver code. Please suggest some links or
basics that would help me to develop mux 1:n intermediate driver first.

Any guidance and help would be highly appreciated.

Hao.
Thanks