Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-5] src/sys



Module Name:    src
Committed By:   snj
Date:           Fri Jun  5 18:49:43 UTC 2009

Modified Files:
        src/sys/dev/pci [netbsd-5]: if_wm.c
        src/sys/net [netbsd-5]: if_ethersubr.c
        src/sys/net/agr [netbsd-5]: ieee8023ad_lacp.c if_agr.c if_agrether.c
            if_agrvar_impl.h

Log Message:
Pull up following revision(s) (requested by 792):
        sys/dev/pci/if_wm.c: revision 1.175 via patch
        sys/net/if_ethersubr.c: revision 1.172 via patch
        sys/net/agr/ieee8023ad_lacp.c: revision 1.9 via patch
        sys/net/agr/if_agr.c: revision 1.23 via patch
        sys/net/agr/if_agrether.c: revision 1.7 via patch
        sys/net/agr/if_agrvar_impl.h: revision 1.8 via patch
Add vlan support and hardware offload capabilities to agr.
These changes allow vlans to be layered above agr, with the attach
and detach propogated to the member ports in the aggregation.
Note the agr interface must be up before the vlan is attached.
Adds SIOCSIFADDR support to the wm driver for setting the AF_LINK
address, necessary for agr to be able to set the mac addresses of each
port to the agr address (i.e. so it can receive all intended traffic
at the hardware level).
Adds support for disabling the LACP protocol by setting LINK1 on the agr
interface (e.g. ifconfig agr0 link1).
In consultation with tls@.


To generate a diff of this commit:
cvs rdiff -u -r1.162.4.9 -r1.162.4.10 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.169 -r1.169.4.1 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.8 -r1.8.36.1 src/sys/net/agr/ieee8023ad_lacp.c
cvs rdiff -u -r1.21 -r1.21.8.1 src/sys/net/agr/if_agr.c
cvs rdiff -u -r1.6 -r1.6.36.1 src/sys/net/agr/if_agrether.c
cvs rdiff -u -r1.7 -r1.7.44.1 src/sys/net/agr/if_agrvar_impl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index