From owner-cvs-src@FreeBSD.ORG Thu May 3 09:20:16 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D656916A401; Thu, 3 May 2007 09:20:16 +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 76D7E13C448; Thu, 3 May 2007 09:20:16 +0000 (UTC) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id 3FF0C1CC5A; Thu, 3 May 2007 21:20:15 +1200 (NZST) Date: Thu, 3 May 2007 21:20:15 +1200 From: Andrew Thompson To: Andre Oppermann Message-ID: <20070503092015.GC95099@heff.fud.org.nz> References: <200705030856.l438uKo7087636@repoman.freebsd.org> <4639A7BF.1010405@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4639A7BF.1010405@freebsd.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 if_lagg.c if_lagg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 09:20:16 -0000 On Thu, May 03, 2007 at 11:13:35AM +0200, Andre Oppermann wrote: > Andrew Thompson wrote: > >thompsa 2007-05-03 08:56:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/net ieee8023ad_lacp.c if_lagg.c if_lagg.h > > Log: > > - Add a disabled state for ports that can not be aggregated > > - Refine check for lacp links, set to disabled if not suitable > > Andrew, > > would you be interested to implement the link bonding of 802.3ah > EFM (Ethernet First Mile) as well? Certainly. I'll read the document on it soon but maybe you could describe it a bit more. Andrew