From owner-svn-src-all@freebsd.org Wed Dec 20 19:54:21 2017 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 C47A7EA074E for ; Wed, 20 Dec 2017 19:54:21 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-io0-f196.google.com (mail-io0-f196.google.com [209.85.223.196]) (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 9229E7EFD4 for ; Wed, 20 Dec 2017 19:54:21 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-io0-f196.google.com with SMTP id k202so10306124ioe.10 for ; Wed, 20 Dec 2017 11:54:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LoDfOMTCNBWR/zQMGmtuh03Mx6FA/swCWrPXcI94aeo=; b=dyvRCAsKN8F7CylxDuSZKXlJK0i1SF4+ral+JuCrHZChUNaC9Sjijabfxd48nPSyzC kdUHPqYnpkfwh4Va3+ayGWgZqnwlJjKpLuRRmP7BdA3au5lZgXyuAWLk1/txAobSacHE OatcndwhST4/lYh6T3KVOip73YO8pCaQ6xW6ncFyiJWJCFIn2NSj3sG/Fpfve9yI3mrv +vXQluiUTYWRLLLm/M7YDB2UGFnmiW7e/vMH9vwh7I4fTkv+Zqa6j8IrCxMFlqxRHgL1 k4NbcTJubW9Xe5ti7y7guQsguIN8LN/3n6fSzjO8IFWly/fYpzLFTBA0TZQwrsVjqm1C IX9g== X-Gm-Message-State: AKGB3mJasZT7r7jazFLEAC6+aJzQgUd50mTJD3fHOzQNm7HRDTvGe6qT WGPS3WjcUAba5Dp4w/wlhgB/ZMdd X-Google-Smtp-Source: ACJfBovc1C3quKHSMEv0wX16fL7c2HBw3zGNlyGrEb0SfYbePHtM38p33pjOl9b2bNecsiK0770lag== X-Received: by 10.107.201.134 with SMTP id z128mr9881935iof.177.1513799239774; Wed, 20 Dec 2017 11:47:19 -0800 (PST) Received: from mail-io0-f181.google.com (mail-io0-f181.google.com. [209.85.223.181]) by smtp.gmail.com with ESMTPSA id 103sm4634925ioj.74.2017.12.20.11.47.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Dec 2017 11:47:19 -0800 (PST) Received: by mail-io0-f181.google.com with SMTP id w127so18547208iow.11 for ; Wed, 20 Dec 2017 11:47:18 -0800 (PST) X-Received: by 10.107.200.151 with SMTP id y145mr9627937iof.302.1513799238643; Wed, 20 Dec 2017 11:47:18 -0800 (PST) MIME-Version: 1.0 References: <201712201815.vBKIF6IN062349@repo.freebsd.org> <20171220193237.GA11032@raichu> In-Reply-To: <20171220193237.GA11032@raichu> From: Eric Joyner Date: Wed, 20 Dec 2017 19:47:08 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r327031 - in head/sys: conf dev/ixgbe modules/ix modules/ixv To: Mark Johnston , cramerj@intel.com Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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, 20 Dec 2017 19:54:21 -0000 On Wed, Dec 20, 2017 at 11:32 AM Mark Johnston wrote: > 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 < > piotr.pietruszewski@intel.com> > > 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 We probably missed this because we pretty much only use amd64 for testing; it looks like for that error we can just change that ULONG to a UQUAD. I'll add Jeb to this thread. - Eric