From owner-freebsd-stable@FreeBSD.ORG Wed Oct 17 15:35:45 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 422CCD4A for ; Wed, 17 Oct 2012 15:35:45 +0000 (UTC) (envelope-from wynnwilkes@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id C5BE08FC16 for ; Wed, 17 Oct 2012 15:35:44 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id hr7so693981wib.13 for ; Wed, 17 Oct 2012 08:35:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mkcGkTb9E4FcsXI6RrONhSLtDphnB4db+l4NUetkpo4=; b=XLWILVXTdjrYqGv/1xIRX/ry3Y+aJJTDVIsvIER+gTSwvydO9+Gw/BC7YPJIgsB9Nv V60P74AcIxKJHfx2dGusYeNtwbAugzvd09a6z6EioYUiSaX3W0FWNfaH/xSQcmJvgMxh RkqgDQUMUPYd9NxOm5hYJx+mm93AqLGmPxlJH3XztVD7TukfXOSI2aGDRXaSvKKgQdGA 72Yh/OUzjyFXuGWhhtEuWIk+7hgBjEfJgWW4kNL3TNSkRWiRVNnlTjKags3lU86vl3dz h8ZKZL6eYnLAeDBfLPwhYiUmqv05RJCXBoKLPZ+feIxknFdn5XpR85EA/BKATq/CsxBV Zvlw== MIME-Version: 1.0 Received: by 10.216.206.11 with SMTP id k11mr11077992weo.81.1350488143595; Wed, 17 Oct 2012 08:35:43 -0700 (PDT) Received: by 10.194.77.168 with HTTP; Wed, 17 Oct 2012 08:35:43 -0700 (PDT) Date: Wed, 17 Oct 2012 09:35:43 -0600 Message-ID: Subject: 9.1-RC2 ixgbe lagg problems From: Wynn Wilkes To: FreeBSD-stable@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 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, 17 Oct 2012 15:35:45 -0000 I'm testing out a networking configuration that creates a lagg1 interface that uses lacp with the ix0 and ix1 interfaces. The lagg1 interface I've set up always just reports: laggport: ix1 flags=18 laggport: ix0 flags=18 Missing the ACTIVE flag that working lagg interfaces report. The built in ixgbe driver is at version 2.4.8 in the 9.1-RC2 release I upgraded to. The problem is very similar to this blog post: http://christopher-technicalmusings.blogspot.com/2012/03/freebsd-90-and-intel-x520s-ixgbe-2311.html and this mailing list thread: http://comments.gmane.org/gmane.os.freebsd.stable/79650 I've tried the 2.4.4 driver from Intel's site, but it still has the same problems. Is a lagg using lacp with the ix interfaces working for anyone else? Thanks