From owner-freebsd-net@FreeBSD.ORG Sun Jul 21 14:59:44 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DBA2184C for ; Sun, 21 Jul 2013 14:59:44 +0000 (UTC) (envelope-from mline@ukr.net) Received: from ffe10.ukr.net (ffe10.ukr.net [195.214.192.60]) by mx1.freebsd.org (Postfix) with ESMTP id 91C9C26C for ; Sun, 21 Jul 2013 14:59:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Date:Message-Id:From:To:References:In-Reply-To:Subject:Cc:Content-Type:Content-Transfer-Encoding:MIME-Version; bh=+HlehALKRs3gsVuVgc0ZWsaTw/2AhlEnRcV5xd5q86c=; b=w2QslR8UWviYtkUb/ypms02GK3YQZGtmYQELTrDnJ97RHqTzSl3Ejvs7F6pXiJUcL0IgS2oGTB9tvYohuDU72yw3D3wwRBrW7f7fgh+GTPyydd6AoJ8lHKSrtZZ2NjbYB1BLknHMB1biTAJc1+Gs0xDl/LnRm34+Z002HSuHUnY=; Received: from mail by ffe10.ukr.net with local ID 1V0uqU-000IjY-88 ; Sun, 21 Jul 2013 17:42:46 +0300 MIME-Version: 1.0 Subject: Re[2]: LACP LAGG device problems In-Reply-To: <1374411800.11157.YahooMailBasic@web121604.mail.ne1.yahoo.com> References: <1374411800.11157.YahooMailBasic@web121604.mail.ne1.yahoo.com> To: "Barney Cordoba" From: "isp" X-Mailer: freemail.ukr.net 4.0 Message-Id: <55306.1374417766.4134591960826904576@ffe10.ukr.net> Date: Sun, 21 Jul 2013 17:42:46 +0300 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jul 2013 14:59:44 -0000 I'm using LACP becasue: 1. 10G cards are much more expensive than 350$. They cost nearly 700$-800$. 2. I don't have switches with 10G interfaces. They are also very expensive. --- Message --- From: "Barney Cordoba" Date: 21 July 2013, 16:03:23 -------------------------------------------- On Sat, 7/20/13, isp < mline@ukr.net > wrote: Subject: LACP LAGG device problems To: freebsd-net@freebsd.org Date: Saturday, July 20, 2013, 10:04 AM Hi! Can anybody tell me, is there any plans to improve LAGG(802.3ad) device driver in FreeBSD? It will be greate to have a possibility to set LACP mode (active/passive) and system priority. Also there is no way to set hashing algorithm and master interface (port). And we can't see any information about our neighbor. The same function in Linux is named Bonding and it is much more better. I realy can donate some money to those who can make this improvements. Best regards. > _______________________________________________ Why are you using LAGG when 10g cards are like $350? It's not a peering protocol nor it is PTP; can you see your "peer" info on an ethernet? Bonding is a late 90s concept designed to connect 2 slow links to get higher speeds, back in the day when 100Mb/s was ambitious. The point of LAGG is that it's transparent; you can load balance traffic to multiple hosts or create a redundant link without having to have equipment running some special applications, or any special logic above the LAGG device. Describing how you are using LAGG (and why) might be better than just asking for "improvements". BC