From owner-svn-src-head@freebsd.org Wed Dec 20 22:36:34 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 E85C9E83947 for ; Wed, 20 Dec 2017 22:36:34 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) (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 B6A0165D38 for ; Wed, 20 Dec 2017 22:36:34 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-io0-f179.google.com with SMTP id 14so12505108iou.2 for ; Wed, 20 Dec 2017 14:36:34 -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=Vr5qZ0oEKOhUs4uoetgMXbHJJCp0R/Vu2jhx9DF1GizxKkI39w4CEpriDHu21pDSq5 K4bFUnym9FZiIDXlokmgcqtxCzWw4fa1MdFZLti5U/9z4/aj2Bkr0aPMeGEt/RbIJ9u1 sQ6Xz/2QoPkl0KIr4mEUizET+RsheLBAcdlUWkEl/tod9C1h02QrUI+RVXxVDwz2fY0w 8WClacC71Jnauw7SdGXS1i/kOAswRPylx9pBfbNrETQb+b7AEsHrV20g/gdEF3EDfTUt hqTiFTyYotc5uIE5EzuadObpfoIQtM5otvqKbS1cLxAzu45e9uEZIkmN98PsGBdmtMoO kHpQ== X-Gm-Message-State: AKGB3mJfcTQ8OcNmN29jjokgfM0r1OQmE82H9HWRiUAB/SrbYb6uHxmk xbTJKErrGlmltjjtY3ozo/NrEyrn X-Google-Smtp-Source: ACJfBov74HWrizB8YqI0LIhIq3+4IknrDnAjNPJEP303B13oybQClnx9XtKgiYGlu1wwSAOKEdRLpQ== X-Received: by 10.107.183.76 with SMTP id h73mr10136634iof.154.1513799239646; Wed, 20 Dec 2017 11:47:19 -0800 (PST) Received: from mail-io0-f172.google.com (mail-io0-f172.google.com. [209.85.223.172]) by smtp.gmail.com with ESMTPSA id f11sm9459747iob.52.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-f172.google.com with SMTP id 87so14377169ior.5 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-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 22:36:35 -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