cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
if_lagg.c if_lagg.h
Andrew Thompson
thompsa at FreeBSD.org
Tue May 15 07:41:47 UTC 2007
thompsa 2007-05-15 07:41:46 UTC
FreeBSD src repository
Modified files:
sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
if_lagg.c if_lagg.h
Log:
Change from a mutex to a read/write lock. This allows the tx port to be
selected simultaneously by multiple senders and transmit/receive is not
serialised between aggregated interfaces.
Revision Changes Path
1.7 +80 -15 src/sys/net/ieee8023ad_lacp.c
1.4 +3 -2 src/sys/net/ieee8023ad_lacp.h
1.9 +40 -58 src/sys/net/if_lagg.c
1.7 +9 -8 src/sys/net/if_lagg.h
More information about the cvs-src
mailing list