From owner-svn-src-stable@freebsd.org Thu Mar 16 23:19:54 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 11C1DD101C8; Thu, 16 Mar 2017 23:19:54 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-ot0-f177.google.com (mail-ot0-f177.google.com [74.125.82.177]) (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 D08141165; Thu, 16 Mar 2017 23:19:53 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-ot0-f177.google.com with SMTP id o24so73523323otb.1; Thu, 16 Mar 2017 16:19:53 -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=xH0g8mWiig8iKeGpEQgL9HNzIIUz9yNEFDt4GX7I8WM=; b=SxYV7kFNwaYWW82L3SasVJQO1/80HfCGA3XEPVUgrzSvcCEMOogu2cxp+BpVM3e40b 3o92gF7h2+ELcKVbuTRiLbNqfzafbMI5Kp3g2/prlcbjk8xF5/on0Mae6TIj8PGvDCz3 F0Pvl9jTlEN1LYL7N1saHSP6QGXSYfMlVKaBKtUD3PSBWVkQbL6FfbUuRHigr22vGqr/ FIISJ+F7hwt3AhyRhmw0GWp8WPgsdE4YY4eBdVCNLjEA6m0+wxHPsQxkvnAlD6LyeHUd oDaiSCNL797cdPrpVLf0S23mCIi2mrSg8Atpajb57sfxl+1uRTemVd5TIL3Hb2NyKCqw jxmg== X-Gm-Message-State: AFeK/H3pVkYXB5MdGfU+CdBsV0DYKgO7W8sXZt+r9cNs9PjUN3u0SJ9mkmBmbOXMZBQaGA== X-Received: by 10.157.16.112 with SMTP id o45mr5967632oto.259.1489706392035; Thu, 16 Mar 2017 16:19:52 -0700 (PDT) Received: from mail-ot0-f177.google.com (mail-ot0-f177.google.com. [74.125.82.177]) by smtp.gmail.com with ESMTPSA id o6sm2754454oig.8.2017.03.16.16.19.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Mar 2017 16:19:51 -0700 (PDT) Received: by mail-ot0-f177.google.com with SMTP id x37so73995439ota.2; Thu, 16 Mar 2017 16:19:51 -0700 (PDT) X-Received: by 10.157.26.103 with SMTP id u36mr7107950otu.124.1489706391287; Thu, 16 Mar 2017 16:19:51 -0700 (PDT) MIME-Version: 1.0 References: <62C8A9FD-1EE0-4DEF-A28A-843DBBB4972A@gmail.com> <201703161409.v2GE9tx0088345@slippy.cwsent.com> <0E58B9FA-C271-44CB-90E7-AE14301EEF03@gmail.com> In-Reply-To: From: Eric Joyner Date: Thu, 16 Mar 2017 23:19:40 +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: Ryan Stone Cc: Ngie Cooper , Cy Schubert , 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-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 23:19:54 -0000 I think I've got the i386 error fixed in r315434; I have Jeb looking at fixing the netmap issue. On Thu, Mar 16, 2017 at 1:52 PM Ryan Stone wrote: > On Thu, Mar 16, 2017 at 2:59 PM, Eric Joyner wrote: > > I don't think the PCI_IOV stuff should be left in there. At least from > what I gathered in D4767, it's probably abandoned in 10. > > > It shouldn't hurt to leave it in, though. It should all be compiled under > #ifdef PCI_IOV and just be compiled out safely. >