Thanks Colin. That’s great news. I assume the driver fix will make it into 10.3-RELEASE?
> On 12 Jan 2016, at 21:01, Colin Percival <[email protected]> wrote: > > Forwarding in case anyone here doesn't read svn-src-all. :-) > > -------- Forwarded Message -------- > Subject: svn commit: r293739 - head/release > Date: Tue, 12 Jan 2016 09:42:22 +0000 (UTC) > From: Colin Percival <[email protected]> > To: [email protected], [email protected], > [email protected] > > 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 > Relnotes: FreeBSD now supports EC2 Enhanced Networking > > Modified: > head/release/Makefile.ec2 > > Modified: head/release/Makefile.ec2 > ============================================================================== > --- head/release/Makefile.ec2 Tue Jan 12 09:27:01 2016 (r293738) > +++ head/release/Makefile.ec2 Tue Jan 12 09:42:21 2016 (r293739) > @@ -51,7 +51,7 @@ ec2ami: cw-ec2 ${CW_EC2_PORTINSTALL} > @echo "--------------------------------------------------------------" > @false > .endif > - /usr/local/bin/bsdec2-image-upload ${PUBLISH} \ > + /usr/local/bin/bsdec2-image-upload ${PUBLISH} --sriov \ > ${.OBJDIR}/ec2.raw \ > "${TYPE} ${REVISION}-${BRANCH}-${TARGET}${AMINAMESUFFIX}" \ > "${TYPE} ${REVISION}-${BRANCH}-${TARGET}" \ > > > > > > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-cloud > To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-cloud To unsubscribe, send any mail to "[email protected]"
