From owner-freebsd-stable@FreeBSD.ORG Wed Sep 12 23:42:26 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2DD3106566B; Wed, 12 Sep 2012 23:42:26 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout3.yahoo.com (mrout3.yahoo.com [216.145.54.173]) by mx1.freebsd.org (Postfix) with ESMTP id 7E23A8FC12; Wed, 12 Sep 2012 23:42:26 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout3.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q8CNg5vb021463; Wed, 12 Sep 2012 16:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1347493326; bh=jMQqoB2Eyx+2YVUG/ech8D7Hsi+V2/44j0XxJL9qNwQ=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=NGTmf+Q7e6ASgtHTKKXfsvpcyw1asNudf+z3axoqrox/uEUtsNsxRC49MgbMWmLrT EIqr+7tyMWiJcn6MizaTxRx1fvcPBIi4jrnwj0D1SDS9NP6Sp30km8CRK+W+ymnBnH cr/zbjfB4Pb80kunOIIqEww0usatlGnm86X9xe7U= From: Sean Bruno To: Jack Vogel In-Reply-To: References: <5033FB17.7020600@zirakzigil.org> <503884A0.50708@zirakzigil.org> <503BC8F5.3040208@zirakzigil.org> <503E7A16.6030600@zirakzigil.org> <5044F62E.8030001@zirakzigil.org> <504FA735.709@zirakzigil.org> <5050E107.6090403@zirakzigil.org> Content-Type: text/plain; charset="UTF-8" Date: Wed, 12 Sep 2012 16:42:05 -0700 Message-ID: <1347493325.4686.7.camel@powernoodle> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 493325003 Cc: "freebsd-net@freebsd.org" , Giulio Ferro , "freebsd-stable@freebsd.org" Subject: Re: Issue with igb and lagg (was Re: Problem with link aggregation + sshd) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 23:42:26 -0000 > > igb+lagg worked for us on 8.3. Haven't tried it since moving to 9.0 > > and 9-STABLE on those three boxes. > > > > igb+lagg doesn't work for him on 9.0. Although, I don't recall if > > non-LACP options were tried earlier in this thread, or if it's just > > the LACP mode that's failing. If one mode works (say failover) and > > LACP mode doesn't, that "seems to" point to lagg. > > > > I'll see if I can free up an igb port on my 9.0 and 9-STABLE boxes to > > test this with as well. > > > > > > I wouldn't use 9.0, go with 9.1 RC or whatever has the latest igb code, > if you see the issue there I can see about getting some time to look into > it here. > > Jack We're running igb + lagg on two interfaces here at Yahoo without issues like this. We're using LACP exclusively with Cisco switches. If you're seeing failover issues, I wonder if its the switch you're using as opposed to the host and ethernet card? Just a shot in the dark here. Sean