From owner-svn-src-stable@freebsd.org Thu Mar 16 05:10:39 2017 Return-Path: Delivered-To: svn-src-stable@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 CE363D0DC8F; Thu, 16 Mar 2017 05:10:39 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pf0-x243.google.com (mail-pf0-x243.google.com [IPv6:2607:f8b0:400e:c00::243]) (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 9AE301564; Thu, 16 Mar 2017 05:10:39 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pf0-x243.google.com with SMTP id r137so627737pfr.3; Wed, 15 Mar 2017 22:10:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:mime-version:from:in-reply-to:date:cc:message-id:references :to; bh=BYjUB2N/rKpLObOG6BPF9UNWuFGGXCmKBexEw3S7OTc=; b=XX7+zYVs82lfQpsrtr022G6KuJQlCuJyapUgF7b9blgO0qz2kvo+b3+SBNKs22hZ6E YV1mDuD9IpEGhd3M/YBKNtCgPdvHrqtHQwCJBelCO59NEwMpTLUfsCRfWH9OgIv3N+dS 1rHsCnsKIS8livYcWqQL0MuWZUOs6y4dalyooYvIvNc2WoZd5qjEkmZnxHUu0qQY8Zer 5dbRCauL8wVcdn2SbT+cFarmEBg6q2rNzpjpUeppJGB3y4+Gtr5ph73KmPktedL5I5A+ gYx2EUCAHXadJSKQ7f8y/KkA9m+U1xmkhgTRKQLOC7p4ewoe6bTdpDjHaLswrgONbGt1 5hoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=BYjUB2N/rKpLObOG6BPF9UNWuFGGXCmKBexEw3S7OTc=; b=lk3YOOo6s2LhFyHVplWtgK57j9rulRXEiVrO0rMLRXG5McYNPHtMAARdmZYxEAwG8s TSVbLnovAfHd8iIdqAdrIz1xEYrmbEZDEPxfU3R3qZpzN6JiAtnG2leGv+YwvipcsI/m YMd/px2uJKFlfz3uZIfE1SBEwhT1j8fjld5kUnKnIGSKL+gJ6k8GotZwhlqmStku8K26 hgjx7SmXeY4Lx6NN9IkhqQGDlY9Hjbj3lf2dPFAtwpGU7CJB4+8YUdeCAjleU22iTzBj BIosVycLZuNb5/RXIGJ53Yl3hfFjgHHxonLF8UZHx3SlZh5V+uKPSS/udrnG0AlUi0js LMaw== X-Gm-Message-State: AFeK/H1ZlqFAP985POm2WQgc7e3g4UOgo7OKGNYK+ImTJBvYiVtQiFKZMI6irEz9ADBgQA== X-Received: by 10.98.68.199 with SMTP id m68mr8169955pfi.31.1489641039078; Wed, 15 Mar 2017 22:10:39 -0700 (PDT) Received: from pinklady.local (c-73-19-52-228.hsd1.wa.comcast.net. [73.19.52.228]) by smtp.gmail.com with ESMTPSA id 23sm7263578pfz.127.2017.03.15.22.10.38 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Mar 2017 22:10:38 -0700 (PDT) Subject: Re: svn commit: r315333 - in stable/10/sys: conf dev/ixgbe modules/ix modules/ixv Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_BD9D96B3-A5E1-4DF6-8A1A-EEC15F03AFC5"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail From: "Ngie Cooper (yaneurabeya)" In-Reply-To: <201703152120.v2FLKHUs052999@repo.freebsd.org> Date: Wed, 15 Mar 2017 22:10:36 -0700 Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Message-Id: <62C8A9FD-1EE0-4DEF-A28A-843DBBB4972A@gmail.com> References: <201703152120.v2FLKHUs052999@repo.freebsd.org> To: Eric Joyner X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2017 05:10:39 -0000 --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 . Thanks, -Ngie --Apple-Mail=_BD9D96B3-A5E1-4DF6-8A1A-EEC15F03AFC5 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJYyh5NAAoJEPWDqSZpMIYVZpMP/3YHEZOrZEyT433EB4qhSbrQ 4FlwiPh965C+2xN3E6fL2yc22Y+2iknzZpOXKin7FsbSosY1iKNi/FNY2PZj7Ltl 2ibMA9wwqV58rAuUMqpXPG1menwVO++3ARE7smH07dV0uOEtpPnaebLB7TSBdGjO OmdXsOiNctYylfwdgByGJVAr7jIpJ+ElKANU+Z+ohphgW9OpW/0e7TW8fKlIFOF0 cc0yTjFA22B1XrK1VpF79Nxr3kwvZ/KukF30N6RKkFJ5AYXMlulBWfi88RP0KInJ wCkc+5yMKCum4x1zSX3PMl+bb9mjWQv7qaBItWYw1QIGGVPyrjtSlc80kBTJgkp0 maM6St3DGmkoFDQPSLCjupqvyL+GaKZfwYjsCmdac38kdp8DVTVj1RhdrzCtnMRV eKTof36emzpT0Tm75rX8lCuxmulZD0RnekRTpLCuuBlSJps12XMAv96+y0UhAglI IHs9L+ePnPtTcci2sHUE2wDFOO42NVlfQAFTDvdJPCp/90OKf4DqUi11q+2Sd6vM xohwifr/Sfo7NZiOQ72AjGvk5bKHGpApwKfh/XJhQg6vE92Hault+08Uy69cea7U A2Hz1KItX7a6d9uoo0w+8ov35SChAV6Rt5t/RBBO81h83w2k8le1oYK15O1Whu21 V9/j1cRT7C60UF/6bRqR =HMEt -----END PGP SIGNATURE----- --Apple-Mail=_BD9D96B3-A5E1-4DF6-8A1A-EEC15F03AFC5--