From owner-freebsd-net@FreeBSD.ORG Thu Feb 21 05:02:37 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 144315D6; Thu, 21 Feb 2013 05:02:37 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-vc0-f173.google.com (mail-vc0-f173.google.com [209.85.220.173]) by mx1.freebsd.org (Postfix) with ESMTP id A5572254; Thu, 21 Feb 2013 05:02:36 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id fy27so2602361vcb.18 for ; Wed, 20 Feb 2013 21:02:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=z8sXyRjI9Yo5fjAXZ9es2abK1i8KufZY1e3rp24rVsY=; b=RYtkT+tGUwhoNm48Y/2G/MX3y7bziE95TVEqWfWiTkF2jC1jS4BabsRoPBJvbPRp8n 1tHQY9bdcnxEwkvlhmRu59DIMronjeRJppY6bgUSg4c+qdVXSY5bnIfdvoYtL6IibrWN CaVv9ri3v1zECaKg/K0rYCXOImqb5HbboMa3zjcbFkYs/qf0sdWmzdp9POrU64P0KplH MHE9nazhDQ2aQpnGpIvbNz7/ehXxVlO5oejUbZXY8upRR1wZzKs8e07F7cZmvcM2cKQ5 Eh4Xlr5+y3fxR88K7kF5DMwMxFJaRVdGnIdAfcVSh+mktj1mJ285mTCBq/ZjF9RbhEct 5G8w== MIME-Version: 1.0 X-Received: by 10.52.19.239 with SMTP id i15mr25724869vde.47.1361422955809; Wed, 20 Feb 2013 21:02:35 -0800 (PST) Received: by 10.220.191.132 with HTTP; Wed, 20 Feb 2013 21:02:35 -0800 (PST) In-Reply-To: References: <201302200750.r1K7o1cB008552@freefall.freebsd.org> Date: Wed, 20 Feb 2013 21:02:35 -0800 Message-ID: Subject: Re: kern/176281: [ixgbe] [patch] Update ixgbe to 2.4.10 (latest official driver) From: Jack Vogel To: araujo@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: jfv@freebsd.org, 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: Thu, 21 Feb 2013 05:02:37 -0000 On Wed, Feb 20, 2013 at 5:49 PM, Marcelo Araujo wrote: > > > 2013/2/21 Jack Vogel > >> Sorry, I know there are always new people that may not know me. I am the >> driver developer at >> Intel specifically for FreeBSD, and for various reasons there are >> multiple release paths for my >> code, an internal one that ends up being on the Intel web site, and the >> community path which >> ends up in the public source. I do my best to keep them in sync but at >> times due to how busy >> I am with what, they may vary a bit, but that should always be a >> temporary situation that I will >> remedy. >> >> I have been busy for a number of weeks on an important internal project >> but that's winding down >> and I'm playing catch-up at the moment, so this stuff should get sync'ed >> up soon. >> >> > Jack, > > Thanks by all work you have done. > > And a lot of people know you as the guy in charge of Intel drives! In my > case, as I really need at least the driver 2.4.10 and I didn't see any MFC > on HEAD(driver 2.5.0), I decide to send the patch. > > Hopefully you will find time to update the driver. Thank you once again! > > > Thanks, and don't worry, the driver from HEAD will be headed back to stable/9 just as soon as I am able. Jack