cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
if_lagg.c if_lagg.h
Andrew Thompson
thompsa at FreeBSD.org
Mon Sep 17 13:32:30 PDT 2007
On Mon, Sep 17, 2007 at 09:18:48AM -0700, Alfred Perlstein wrote:
> * Andrew Thompson <thompsa at FreeBSD.org> [070914 18:11] wrote:
> > thompsa 2007-09-15 01:11:26 UTC
> >
> > FreeBSD src repository
> >
> > Modified files: (Branch: RELENG_6)
> > sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h
> > if_lagg.c if_lagg.h
> > Log:
> > MFC
> > 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.
>
> Rad! :)
And big thanks to you for MFCing it.
More information about the cvs-src
mailing list