From owner-svn-src-all@freebsd.org Thu Mar 16 17:02:04 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 192CAD0EA00; Thu, 16 Mar 2017 17:02:04 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-ot0-f169.google.com (mail-ot0-f169.google.com [74.125.82.169]) (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 D9F6E1E4F; Thu, 16 Mar 2017 17:02:03 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-ot0-f169.google.com with SMTP id x37so62949429ota.2; Thu, 16 Mar 2017 10:02:03 -0700 (PDT) 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=VSmAkAYpsjgQTI86X6QpVmh8iGfIvxtcRqg7uJdPkJE=; b=Qixd18tHHjmXlZ12owhl5WNq+mBuMIw9GmVdnXhL9oMHuE4fjkEknyj/pqBU3hnxbY 9Ur+LvTKJUSF020gLh1U/6pXkROL2wGNvNdumXTJGNCGsZLPfXtiZDAyfMUhUf5Ft/KZ 19+fN9q+gr1edYrcEBVggfEAaCMkHPxn5FVJuRaySGPQiw5p1XMnHU9+sd3J8O5aLUxf pI5Knhs7Ie63bhuAxerIkuip502/tA0kqaBDOFGwSI2SNufApGP7B8dGZG+HQ47d/eAN hc02uXesmt5An/FG1ox5EhFExrniGV4ypZStRxC6YHIZftBhNIoFKQTPuBYUTCTu4Onw 8rVA== X-Gm-Message-State: AFeK/H3sD94xKQZkTX7Nd0bFPJ6fWn3ng1jPWK0+RsLoeY2OR36Y801PPQiJfBZC/wSJJg== X-Received: by 10.157.60.123 with SMTP id j56mr5403158ote.235.1489681777320; Thu, 16 Mar 2017 09:29:37 -0700 (PDT) Received: from mail-ot0-f173.google.com (mail-ot0-f173.google.com. [74.125.82.173]) by smtp.gmail.com with ESMTPSA id x143sm2289294oia.26.2017.03.16.09.29.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Mar 2017 09:29:37 -0700 (PDT) Received: by mail-ot0-f173.google.com with SMTP id 19so61882106oti.0; Thu, 16 Mar 2017 09:29:36 -0700 (PDT) X-Received: by 10.157.11.28 with SMTP id a28mr5915219ota.121.1489681776823; Thu, 16 Mar 2017 09:29:36 -0700 (PDT) MIME-Version: 1.0 References: <62C8A9FD-1EE0-4DEF-A28A-843DBBB4972A@gmail.com> <201703161409.v2GE9tx0088345@slippy.cwsent.com> In-Reply-To: <201703161409.v2GE9tx0088345@slippy.cwsent.com> From: Eric Joyner Date: Thu, 16 Mar 2017 16:29:26 +0000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r315333 - in stable/10/sys: conf dev/ixgbe modules/ix modules/ixv To: Cy Schubert , "Ngie Cooper (yaneurabeya)" Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 16 Mar 2017 17:02:04 -0000 I'm looking at this now. Cy, in your case it sounds like the "device ixgbe" option is broken. I'll work on getting that to build again. The LINT build error looks like a netmap linking issue (probably due to Jeb moving/copying netmap stuff into the driver folder), so that'll be fun to root cause. - Eric On Thu, Mar 16, 2017 at 7:10 AM Cy Schubert wrote: In message <62C8A9FD-1EE0-4DEF-A28A-843DBBB4972A@gmail.com>, "Ngie Cooper (yane urabeya)" writes: > > --Apple-Mail=_BD9D96B3-A5E1-4DF6-8A1A-EEC15F03AFC5 > Content-Transfer-Encoding: quoted-printable > Content-Type: text/plain; > charset=us-ascii > > > > On Mar 15, 2017, at 14:20, Eric Joyner wrote: > >=20 > > Author: erj > > Date: Wed Mar 15 21:20:17 2017 > > New Revision: 315333 > > URL: https://svnweb.freebsd.org/changeset/base/315333 > >=20 > > Log: > > ixgbe(4): Update to 3.2.11-k > >=20 > > Includes: > >=20 > > 1. Support for X553 (Denverton) Ethernet devices. > > 2. Initialization code refactoring. > > 3. ixgbe-specific netmap code moved to ixgbe folder > > (but not removed from dev/netmap/). > > 4. VF driver full split. Some cleanup can be had due to redundant = > code, > > but this split goes inline with the refactoring. > >=20 > > NOTE: This is a direct commit to stable/10. Newer branches will = > receive an > > iflib-converted version of ixgbe, with these updates included, = > instead. > >=20 > > Differential Revision: https://reviews.freebsd.org/D9310 > > Submitted by: Jeb Cramer (jeb.j.cramer@intel.com) > > Tested by: Jeffrey Pieper (jeffrey.e.pieper@intel.com) > > Sponsored by: Intel Corporation > > Hi Eric, > This commit broke amd64/LINT, further (there are other issues = > preventing it from passing): = > https://ci.freebsd.org/job/FreeBSD-stable-10-amd64-LINT/543/console . It also broke buildkernel while building the ixgbe module in my stable10/amd64 VM. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.