From owner-svn-src-all@freebsd.org Wed Jul 15 06:00:12 2015 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 9D65299CE32; Wed, 15 Jul 2015 06:00:12 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (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 3D63816CE; Wed, 15 Jul 2015 06:00:12 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by widic2 with SMTP id ic2so54052677wid.0; Tue, 14 Jul 2015 23:00:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=zFwbkGuQrUZvM507EOoZpHB+MGpOXg6p2EhEOEu8DkA=; b=ieuEqX77uWkc1eBKYYyb57OpKAL5mb3eNHazS2PRHxLJ0iO5xa/dfTLuJcsFe0Azlc E4PwTST0NFOn2+MiWkEEtWrtv6Ac/WQQ8vein3uYevcdbJoAgpZU3pOZ+trqS4tFZi8I 94NXFVN93go30M8jS1qbl1K502zR0hyq5YgHVODzsAI1p7KmDvUfJf5Kx7VwErSvgKdX klZicnyWqG7jlm+Ulg/bdpx9fcBCKeDLggcL2VxrwZwLzgQyzVlLr60sbIYJMGxaFKKS eu5q6VuEJKeiPBk+YyUk9DX4LDp8dFNG0SEeWjM2iKU7KOhA8o3y4M8CmnOqsnmwtMUD 3uwg== X-Received: by 10.180.89.104 with SMTP id bn8mr22492970wib.6.1436940007934; Tue, 14 Jul 2015 23:00:07 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id i6sm6069724wjf.29.2015.07.14.23.00.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jul 2015 23:00:07 -0700 (PDT) Sender: Baptiste Daroussin Date: Wed, 15 Jul 2015 08:00:05 +0200 From: Baptiste Daroussin To: Patrick Kelsey 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> References: <201507150102.t6F122jE050275@svnmir.geo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4PJudQiuYY5+cwwi" Content-Disposition: inline In-Reply-To: <201507150102.t6F122jE050275@svnmir.geo.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) 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: Wed, 15 Jul 2015 06:00:12 -0000 --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--