From owner-cvs-all@FreeBSD.ORG Mon Sep 17 20:32:30 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA8216A41A; Mon, 17 Sep 2007 20:32:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from heff.fud.org.nz (203-109-251-39.static.bliink.ihug.co.nz [203.109.251.39]) by mx1.freebsd.org (Postfix) with ESMTP id 234DD13C4A6; Mon, 17 Sep 2007 20:32:30 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id A9AF91CC2F; Tue, 18 Sep 2007 08:32:08 +1200 (NZST) Date: Tue, 18 Sep 2007 08:32:08 +1200 From: Andrew Thompson To: Alfred Perlstein Message-ID: <20070917203208.GA9614@heff.fud.org.nz> References: <200709150111.l8F1BQii070212@repoman.freebsd.org> <20070917161848.GB79417@elvis.mu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070917161848.GB79417@elvis.mu.org> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net ieee8023ad_lacp.c ieee8023ad_lacp.h if_lagg.c if_lagg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2007 20:32:30 -0000 On Mon, Sep 17, 2007 at 09:18:48AM -0700, Alfred Perlstein wrote: > * Andrew Thompson [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.