From owner-freebsd-cloud@freebsd.org Wed Jan 13 21:53:46 2016 Return-Path: Delivered-To: freebsd-cloud@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 D2B40A81D6E for ; Wed, 13 Jan 2016 21:53:46 +0000 (UTC) (envelope-from bounces+73574-160b-freebsd-cloud=freebsd.org@sendgrid.net) Received: from o3.shared.sendgrid.net (o3.shared.sendgrid.net [208.117.48.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 956201C9A for ; Wed, 13 Jan 2016 21:53:46 +0000 (UTC) (envelope-from bounces+73574-160b-freebsd-cloud=freebsd.org@sendgrid.net) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.info; h=subject:to:references:from:mime-version:in-reply-to:content-type:content-transfer-encoding; s=smtpapi; bh=AAmCUdJ28ToedvLUGCbfdlOwS28=; b=dmdn9UPyuu2FuB8N5i jYyXus+0Matt5vhn4TMrFxZWxrpeO/uk9q/7oWdPP6eRRJ+knS2rlDD4xyVQIkWI iTSQe+MfM8fDej/KbGDBgc4BVnqThbWnI+zZeKlCMAdDauuTYdpE/MqlsS2zcLFE 0a6KEyesEb/QOEEuEeUkiQark= Received: by filter0915p1mdw1.sendgrid.net with SMTP id filter0915p1mdw1.20385.5696C7603F 2016-01-13 21:53:36.798162419 +0000 UTC Received: from mail.tarsnap.com (ec2-54-86-246-204.compute-1.amazonaws.com [54.86.246.204]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id mFkUpCnqTea1vqSiyIBJbw for ; Wed, 13 Jan 2016 21:53:37.241 +0000 (UTC) Received: (qmail 48037 invoked from network); 13 Jan 2016 21:51:12 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by ec2-107-20-205-189.compute-1.amazonaws.com with ESMTP; 13 Jan 2016 21:51:12 -0000 Received: (qmail 18997 invoked from network); 13 Jan 2016 21:52:34 -0000 Received: from unknown (HELO clamshell.daemonology.net) (127.0.0.1) by clamshell.daemonology.net with SMTP; 13 Jan 2016 21:52:34 -0000 Subject: Re: EC2 Enhanced Networking is enabled in HEAD To: Will Green , freebsd-cloud@freebsd.org References: <201601120942.u0C9gMHX024301@repo.freebsd.org> <569569A4.4090907@freebsd.org> From: Colin Percival Message-ID: <5696C722.60400@freebsd.org> Date: Wed, 13 Jan 2016 13:52:34 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 content-transfer-encoding: quoted-printable X-SG-EID: XhyBwObMhraAR+zdwMupjd7LSrZ36RouVZZW3oDOpB3ks7L/liSZ+o2LgjGuOMJFo4iXN6Q05w8D/K MOKUwnpEAAPpC4k7VKM7Bf9jZXjM0lBk3pBGHbpWcWJdnOnpr0+6i/aFUV+vxXQi1p9Awgp8AYovga 0pPfZob+VRcOpF2ZaZcg9BFLgNVPFvUQGzeCsLtabN3zgkHNUxn3820W7ssq2SSn7LK5dztrhnwPAt Y= X-BeenThere: freebsd-cloud@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "FreeBSD on cloud platforms \(EC2, GCE, Azure, etc.\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 21:53:46 -0000 On 01/13/16 02:42, Will Green wrote:=0D > Thanks Colin. That=E2=80=99s great news.=0D > =0D > I assume the driver fix will make it into 10.3-RELEASE?=0D =0D Maybe. My understanding is that there are a lot of driver fixes required= =0D (not just this one commit) as well as network stack infrastructure bits,=0D so the MFC isn't trivial. Obviously we'd all like to see it happen in=0D time for 10.3 if possible.=0D =0D Colin Percival=0D =0D > =0D > =0D >> On 12 Jan 2016, at 21:01, Colin Percival wrote:= =0D >>=0D >> Forwarding in case anyone here doesn't read svn-src-all. :-)=0D >>=0D >> -------- Forwarded Message --------=0D >> Subject: svn commit: r293739 - head/release=0D >> Date: Tue, 12 Jan 2016 09:42:22 +0000 (UTC)=0D >> From: Colin Percival =0D >> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@fr= eebsd.org=0D >>=0D >> Author: cperciva=0D >> Date: Tue Jan 12 09:42:21 2016=0D >> New Revision: 293739=0D >> URL: https://svnweb.freebsd.org/changeset/base/293739=0D >>=0D >> Log:=0D >> Enable "EC2 Enhanced Networking" (aka. SR-IOV networking) when creating= =0D >> EC2 images.=0D >>=0D >> X-MFC after: if/when the driver fixes get MFCed=0D >> Relnotes: FreeBSD now supports EC2 Enhanced Networking=0D >>=0D >> Modified:=0D >> head/release/Makefile.ec2=0D >>=0D >> Modified: head/release/Makefile.ec2=0D >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=0D >> --- head/release/Makefile.ec2 Tue Jan 12 09:27:01 2016 (r293738)=0D >> +++ head/release/Makefile.ec2 Tue Jan 12 09:42:21 2016 (r293739)=0D >> @@ -51,7 +51,7 @@ ec2ami: cw-ec2 ${CW_EC2_PORTINSTALL}=0D >> @echo "--------------------------------------------------------------"= =0D >> @false=0D >> .endif=0D >> - /usr/local/bin/bsdec2-image-upload ${PUBLISH} \=0D >> + /usr/local/bin/bsdec2-image-upload ${PUBLISH} --sriov \=0D >> ${.OBJDIR}/ec2.raw \=0D >> "${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX}" \=0D >> "${TYPE} ${REVISION}-${BRANCH}-${TARGET}" \=0D >>=0D >>=0D >>=0D >>=0D >>=0D >> _______________________________________________=0D >> freebsd-cloud@freebsd.org mailing list=0D >> https://lists.freebsd.org/mailman/listinfo/freebsd-cloud=0D >> To unsubscribe, send any mail to "freebsd-cloud-unsubscribe@freebsd.org"= =0D > =0D > _______________________________________________=0D > freebsd-cloud@freebsd.org mailing list=0D > https://lists.freebsd.org/mailman/listinfo/freebsd-cloud=0D > To unsubscribe, send any mail to "freebsd-cloud-unsubscribe@freebsd.org"= =0D > =0D =0D -- =0D Colin Percival=0D Security Officer Emeritus, FreeBSD | The power to serve=0D Founder, Tarsnap | www.tarsnap.com | Online backups for the truly paranoid