From owner-svn-src-all@freebsd.org Wed Sep 13 10:41:49 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 55DC2E19A35; Wed, 13 Sep 2017 10:41:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2509381F30; Wed, 13 Sep 2017 10:41:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8DAfmSF061532; Wed, 13 Sep 2017 10:41:48 GMT (envelope-from avg@FreeBSD.org) Received: (from avg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8DAfmPx061531; Wed, 13 Sep 2017 10:41:48 GMT (envelope-from avg@FreeBSD.org) Message-Id: <201709131041.v8DAfmPx061531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: avg set sender to avg@FreeBSD.org using -f From: Andriy Gapon Date: Wed, 13 Sep 2017 10:41:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r323529 - vendor-sys/illumos/dist/uts/common X-SVN-Group: vendor-sys X-SVN-Commit-Author: avg X-SVN-Commit-Paths: vendor-sys/illumos/dist/uts/common X-SVN-Commit-Revision: 323529 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 13 Sep 2017 10:41:49 -0000 Author: avg Date: Wed Sep 13 10:41:47 2017 New Revision: 323529 URL: https://svnweb.freebsd.org/changeset/base/323529 Log: 5115 Want Intel 40GbE NIC driver for illumos illumos/illumos-gate@9d26e4fc021e249c93c2861629cc665e4f5bd4d6 https://github.com/illumos/illumos-gate/commit/9d26e4fc021e249c93c2861629cc665e4f5bd4d6 https://www.illumos.org/issues/5115 Intel's NICs based on the XL710 chipset exist 1 . There exist drivers for Linux and FreeBSD 2 . It does not appear to be derived from the ixgbe driver source, so it would probably require porting the i40e source from FBSD to Illumos, unless a driver exists for a GLDv3-like platform under CDDL or similar license (none are known to currently be available or being worked on). Reviewed by: Dan McDonald Reviewed by: Hans Rosenfeld Approved by: Richard Lowe Author: Robert Mustacchi Note: this change has nothing to do with FreeBSD. Modified: vendor-sys/illumos/dist/uts/common/Makefile.files Modified: vendor-sys/illumos/dist/uts/common/Makefile.files ============================================================================== --- vendor-sys/illumos/dist/uts/common/Makefile.files Wed Sep 13 10:34:31 2017 (r323528) +++ vendor-sys/illumos/dist/uts/common/Makefile.files Wed Sep 13 10:41:47 2017 (r323529) @@ -21,11 +21,11 @@ # # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright (c) 2012 Nexenta Systems, Inc. All rights reserved. -# Copyright (c) 2012 Joyent, Inc. All rights reserved. # Copyright (c) 2011, 2014 by Delphix. All rights reserved. # Copyright (c) 2013 by Saso Kiselkov. All rights reserved. -# Copyright 2014 Nexenta Systems, Inc. All rights reserved. +# Copyright 2015 Nexenta Systems, Inc. All rights reserved. +# Copyright 2016 Garrett D'Amore +# Copyright 2016 Joyent, Inc. # # @@ -1951,6 +1951,17 @@ IXGBE_OBJS = ixgbe_82598.o ixgbe_82599.o ixgbe_api. ixgbe_log.o ixgbe_main.o \ ixgbe_osdep.o ixgbe_rx.o ixgbe_stat.o \ ixgbe_tx.o ixgbe_x540.o ixgbe_mbx.o + +# +# Intel 40GbE PCIe NIC driver module +# + +# illumos-written ones. +I40E_OBJS = i40e_main.o i40e_osdep.o i40e_intr.o i40e_transceiver.o \ + i40e_stats.o i40e_gld.o +# Intel-written ones. +I40E_INTC_OBJS = i40e_adminq.o i40e_common.o i40e_hmc.o i40e_lan_hmc.o \ + i40e_nvm.o # # NIU 10G/1G driver module