From owner-svn-src-all@freebsd.org Tue Jan 12 21:23:20 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39222A80C20; Tue, 12 Jan 2016 21:23:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC67F125D; Tue, 12 Jan 2016 21:23:19 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-lf0-x232.google.com with SMTP id c192so243215622lfe.2; Tue, 12 Jan 2016 13:23:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fegQV3ruXT0yywpVzxHNUcXoY7SF/bSF1daOGNVjykA=; b=vVkhQT9VikhbvZR+jHhSKAzh5gtdFhGq0ThkneSHS8lwoTi4wZzLUqVvVd8N246WNF mbQR+GARKbW1ptnW3pAxx3rMTjEq+x4EYusnX7mY7gbB9fOqa1i1yeQswe+LzQJzmilv w8JbSFizXviT5qTnvaNl5QDdip8A0iP5WeiGnwwll3BFpQJA9igCviiG2onNpr61JxVO VwWOS7P/EJzf23rt9uLohioylMWzfLebzICvoamr07MFt75zbfKTjh3vG3St+UkG+Kft 32hmXjIvjsVnK0njEo7e8kM0fM9Z43Tj0SCccBEdW5XksL7tBk0b495wOsIxZTWPxSky aKMQ== MIME-Version: 1.0 X-Received: by 10.25.16.30 with SMTP id f30mr40627024lfi.21.1452633797733; Tue, 12 Jan 2016 13:23:17 -0800 (PST) Received: by 10.112.160.133 with HTTP; Tue, 12 Jan 2016 13:23:17 -0800 (PST) In-Reply-To: <56956521.7060107@freebsd.org> References: <201601120942.u0C9gMHX024301@repo.freebsd.org> <5694D60D.5050404@FreeBSD.org> <56956521.7060107@freebsd.org> Date: Tue, 12 Jan 2016 13:23:17 -0800 Message-ID: Subject: Re: svn commit: r293739 - head/release From: NGie Cooper To: Colin Percival Cc: "koobs@freebsd.org" , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 21:23:20 -0000 On Tue, Jan 12, 2016 at 12:42 PM, Colin Percival wrote: > On 01/12/16 02:31, Kubilay Kocak wrote: >> On 12/01/2016 8:42 PM, Colin Percival wrote: >>> Author: cperciva >>> Date: Tue Jan 12 09:42:21 2016 >>> New Revision: 293739 >>> URL: https://svnweb.freebsd.org/changeset/base/293739 >>> >>> Log: >>> Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creating >>> EC2 images. >>> >>> X-MFC after: if/when the driver fixes get MFCed >> >> Is there a Bugzilla issue reference for this (or the head changeset)? > > The commit which finally got this working was r293338, but my understanding > is that there are lots of earlier driver updates too. Approximately all of > sys/dev/ixgbe will need to be MFCed, I think. > > References: > https://reviews.freebsd.org/D4788 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202983 This also needs to be done in order for the ixgbe/ixv split to be backported: https://reviews.freebsd.org/D4767 (it's a doosey...). Thanks! -NGie