Date: Wed, 15 Jul 2015 08:00:05 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Patrick Kelsey <pkelsey@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r285592 - in head/sys: amd64/conf dev/ixgbe dev/netmap Message-ID: <20150715060004.GQ37597@ivaldir.etoilebsd.net> In-Reply-To: <201507150102.t6F122jE050275@svnmir.geo.freebsd.org> References: <201507150102.t6F122jE050275@svnmir.geo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--4PJudQiuYY5+cwwi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 15, 2015 at 01:02:02AM +0000, Patrick Kelsey wrote: > Author: pkelsey > Date: Wed Jul 15 01:02:01 2015 > New Revision: 285592 > URL: https://svnweb.freebsd.org/changeset/base/285592 >=20 > Log: > Add netmap support for ixgbe SRIOV VFs (that is, to if_ixv). > =20 > Differential Revision: https://reviews.freebsd.org/D2923 > Reviewed by: erj, gnn > Approved by: jmallett (mentor) > Sponsored by: Norse Corp, Inc. >=20 > Modified: > head/sys/amd64/conf/GENERIC > head/sys/dev/ixgbe/if_ix.c > head/sys/dev/ixgbe/if_ixv.c > head/sys/dev/ixgbe/ixgbe.h > head/sys/dev/netmap/ixgbe_netmap.h >=20 > Modified: head/sys/amd64/conf/GENERIC > =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 > --- head/sys/amd64/conf/GENERIC Wed Jul 15 01:01:17 2015 (r285591) > +++ head/sys/amd64/conf/GENERIC Wed Jul 15 01:02:01 2015 (r285592) > @@ -362,7 +362,7 @@ device xenpci # Xen HVM Hypervisor se > device vmx # VMware VMXNET3 Ethernet > =20 > # Netmap provides direct access to TX/RX rings on supported NICs > -device netmap # netmap(4) support > +# device netmap # netmap(4) support > =20 Is that intentional? why disabling netmap? Best regards, Bapt --4PJudQiuYY5+cwwi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWl9uQACgkQ8kTtMUmk6EwTlACdH+0fGhPreyPxRBT7PeBNz2Wz T7AAn1ouVnUdECtnHa3q+J9GK0SYGp+D =ppMr -----END PGP SIGNATURE----- --4PJudQiuYY5+cwwi--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150715060004.GQ37597>