Re: Mux driver?



Umm, sorry Tom, I ran into the same belief when I started to implement
"Load Balancing and Failover" years ago.

IIRC, the "Load Balancing and Failover" discussed in the DDK docs has
nothing to do with MUX intermediate drivers. See the DDK docs for
details.

I guess the OP rather wants to implement what is described in the
standard IEEE 802.3ad "Link Aggregation" (download the complete 802.3
standard for free here: http://standards.ieee.org/getieee802/). For
this one actually needs to implement a MUX IM.

Note, however, that neither implementing a MUX IM nor implementing Link
Aggregation is an easy task. Actually, this will take several man
months to implement - assumed one already has an advanced understanding
of NDIS and IMs.

Stephan
---
Thomas F. Divine [MVP] wrote:
See the DDK Help file topic "Load Balancing and Failover".

Thomas F. Divine
http://www.rawether.net

"ttan" <ttan@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A0C43A20-442D-4CC9-9FEE-8E7D60D4C509@xxxxxxxxxxxxxxxx

I got Mux driver from ddk, how do I modified this mux driver to N-1 where
only one virtual miniport is presented for 2 physical adapters? I'm new
to
driver developer and I really need help.

best regard,
ttan

.



Relevant Pages

  • Re: Mux driver?
    ... Failover" provided by NDIS was useless for us years ago is the fact ... Now the MSDN topic of "load balancing" brings up information about Windows ... "Load Balancing and Failover" years ago. ... this one actually needs to implement a MUX IM. ...
    (microsoft.public.development.device.drivers)
  • Re: Mux driver?
    ... Failover" provided by NDIS was useless for us years ago is the fact ... Now the MSDN topic of "load balancing" brings up information about Windows ... "Load Balancing and Failover" years ago. ... this one actually needs to implement a MUX IM. ...
    (microsoft.public.development.device.drivers)
  • MUX driver question
    ... I would like to add the following functionality into my MUX driver. ... Now when I disable my MUX miniport from Control Panel> Network Connections, I would like that the binding of my physical driver to MUX intermediate is disable and binding to TCP/IP, QoS packet scheduler, File and Printer Sharing for Microsoft Networks and Client for Microsoft Networks should be enable automatically. ...
    (microsoft.public.development.device.drivers)
  • Mux uninstall ndis called
    ... I modified the mux driver to 1-n, the installed and transfer packet work ... For my understanding, when uninstalled MUX virtual VELAN, the notify object ... notified ndis, and ndis calls Mux driver PtUnbindAdapter to uninstall. ...
    (microsoft.public.development.device.drivers)