From owner-svn-src-head@freebsd.org Wed Dec 20 19:32:46 2017 Return-Path: Delivered-To: svn-src-head@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 24150E9F2DC; Wed, 20 Dec 2017 19:32:46 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qk0-x233.google.com (mail-qk0-x233.google.com [IPv6:2607:f8b0:400d:c09::233]) (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 D8B327E018; Wed, 20 Dec 2017 19:32:45 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-qk0-x233.google.com with SMTP id v188so657876qkh.11; Wed, 20 Dec 2017 11:32:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Powhx1tBSgER5xwF26j77rVHX0HpSX+DsUoyJVogNkA=; b=Lh/Wxql1Z6TgKUyGP9699R4gA50PS5kBOkGmdEnZB/H+iG7bFm0aDD49IHabzYsRl3 hCqT85Af1ITpzbv1Irfp62MoK0gIMGLt7DGWazM5pfm16kp4ZH1Gw6PAOZZkQVG+oQxH yPcRrD3Bx44+o5xUxXsQdEkK+rnn74lMLz+5IoDMJ/TGJZIS4WZKxy2UiWvSxTgvX/we 6d84witIJkluKWC2U+v0sEDFzd7fT5bIDc2CFXZL/aA3KVLoOBIfRLcELR+8BHALv6qr xtvmJEbEoa2Xa0g8Q0BnWJB1Q4wNhiMZxBIUQQRNdS/Sq1kanPV2xw8qPz+HEsrcZXA4 ckkw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=Powhx1tBSgER5xwF26j77rVHX0HpSX+DsUoyJVogNkA=; b=nYSCP2b21iPT2dvmLq3ccOiQIy7A4BMGMGAi8Ebx2tVOA5hDVedTBWdKvHzOpM0Tah 2UREvO+6mhF/Ya226/Ky1pLNB34dshYE3IjBPC11y5FgRjd1sJj3PNgquRv6J3MXRmXD 1dl6NZo5KcPqEYxl+B2sxB5HtOm92FSNglFCqa7T/E/MnNQZ5b82ZdmIrpzMD8SOOhRV BNq4ithZwus3J8ZNOAVFGW/ISj6+4tl7YLWmQd+cmX49+vMw+juV5uIXy/dNjsaozhF+ XNFwX1d+D6tO66cpTPlQTys7SgqqNtO57FI8dmW1QVk+PqM25nZJ+bUZ1ZEpSzccQqxc Vfyg== X-Gm-Message-State: AKGB3mIj9tU3PpiXrfZlOeTDdw9/oTNQUn8/Ue1BUR+r4wQMRpU/rub9 BFs0nyK9FD5WXt57bd5gTqtPuw== X-Google-Smtp-Source: ACJfBotD3rdJlypatQ3Q+ijJkaNTyay45Z7LreccWvFBx1dXIAncciu7Fb2bjLvCamBN8r+rKn8qxA== X-Received: by 10.55.123.135 with SMTP id w129mr10602915qkc.273.1513798364210; Wed, 20 Dec 2017 11:32:44 -0800 (PST) Received: from raichu (toroon0560w-lp140-01-69-159-38-22.dsl.bell.ca. [69.159.38.22]) by smtp.gmail.com with ESMTPSA id w41sm11260788qtc.19.2017.12.20.11.32.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Dec 2017 11:32:42 -0800 (PST) Sender: Mark Johnston Date: Wed, 20 Dec 2017 14:32:37 -0500 From: Mark Johnston To: Eric Joyner Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r327031 - in head/sys: conf dev/ixgbe modules/ix modules/ixv Message-ID: <20171220193237.GA11032@raichu> References: <201712201815.vBKIF6IN062349@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201712201815.vBKIF6IN062349@repo.freebsd.org> User-Agent: Mutt/1.9.1 (2017-09-22) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 19:32:46 -0000 On Wed, Dec 20, 2017 at 06:15:06PM +0000, Eric Joyner wrote: > Author: erj > Date: Wed Dec 20 18:15:06 2017 > New Revision: 327031 > URL: https://svnweb.freebsd.org/changeset/base/327031 > > Log: > ixgbe(4): Convert driver to use iflib > > Initial update to the ixgbe PF and VF drivers to support the iflib interface. > > The PF driver version is bumped to 4.0.0, and the VF driver version is bumped to 2.0.0. > > Special thanks to sbruno@ for the support in helping make this conversion happen. > > Submitted by: Jeb Cramer , Krzysztof Galazka (Chris) , Piotr Pietruszewski > Reviewed by: sbruno@, shurd@, #IntelNetworking > Tested by: Jeffrey Pieper , Sergey Kozlov > Sponsored by: Limelight Networks, Intel Corporation > Differential Revision: https://reviews.freebsd.org/D11727 This seems to have broken at least the i386 kernel build. Could you please take a look? https://ci.freebsd.org/job/FreeBSD-head-i386-build/5330/console