Date: Sat, 15 Sep 2007 01:11:26 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h Message-ID: <200709150111.l8F1BQii070212@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. Revision Changes Path 1.7.2.3 +50 -14 src/sys/net/ieee8023ad_lacp.c 1.4.2.3 +2 -0 src/sys/net/ieee8023ad_lacp.h 1.11.2.7 +60 -58 src/sys/net/if_lagg.c 1.7.2.4 +9 -8 src/sys/net/if_lagg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709150111.l8F1BQii070212>