From owner-svn-ports-head@freebsd.org Fri Oct 12 13:12:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E88410BD979; Fri, 12 Oct 2018 13:12:53 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 427A8821CF; Fri, 12 Oct 2018 13:12:53 +0000 (UTC) (envelope-from skozlov@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 36CF31FD92; Fri, 12 Oct 2018 13:12:53 +0000 (UTC) (envelope-from skozlov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9CDCrcl028055; Fri, 12 Oct 2018 13:12:53 GMT (envelope-from skozlov@FreeBSD.org) Received: (from skozlov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9CDCqAx028052; Fri, 12 Oct 2018 13:12:52 GMT (envelope-from skozlov@FreeBSD.org) Message-Id: <201810121312.w9CDCqAx028052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: skozlov set sender to skozlov@FreeBSD.org using -f From: "Serhii (Sergey) Kozlov" Date: Fri, 12 Oct 2018 13:12:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481900 - head/net/intel-ix-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: skozlov X-SVN-Commit-Paths: head/net/intel-ix-kmod X-SVN-Commit-Revision: 481900 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2018 13:12:53 -0000 Author: skozlov Date: Fri Oct 12 13:12:52 2018 New Revision: 481900 URL: https://svnweb.freebsd.org/changeset/ports/481900 Log: 0~net/intel-ix-kmod: New port for 10g Intel Ethernet Base Driver New port for updated 10g Intel Ethernet Base Driver, based on net/intel-ixl-kmod as a master port. Compile and sanity tested using poudriere w/portlint Approved By: sbruno (mentor) Differential Revision: https://reviews.freebsd.org/D174431 Added: head/net/intel-ix-kmod/ head/net/intel-ix-kmod/Makefile (contents, props changed) head/net/intel-ix-kmod/distinfo (contents, props changed) head/net/intel-ix-kmod/pkg-descr (contents, props changed) Added: head/net/intel-ix-kmod/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/intel-ix-kmod/Makefile Fri Oct 12 13:12:52 2018 (r481900) @@ -0,0 +1,20 @@ +# Created by: Sergey Kozlov +# $FreeBSD$ + +PORTNAME= ix +PORTVERSION= 3.3.6 +MASTER_SITE_SUBDIR= 14688/eng + +MAINTAINER= freebsd@intel.com +COMMENT= 10 gigabit FreeBSD Base Driver for Intel(R) Network Connections + +MANPAGENAME= ixgbe +MANPAGELINKS= ix if_ix if_ixgbe + +MAX_NETMAP_OSVERSION= 1199999 # Doesn't build w/NETMAP on 12 + +MASTERDIR= ${.CURDIR}/../intel-ixl-kmod +PKGDIR= ${.CURDIR} +DISTINFO_FILE= ${.CURDIR}/distinfo + +.include "${MASTERDIR}/Makefile" Added: head/net/intel-ix-kmod/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/intel-ix-kmod/distinfo Fri Oct 12 13:12:52 2018 (r481900) @@ -0,0 +1,3 @@ +TIMESTAMP = 1538737469 +SHA256 (ix-3.3.6.tar.gz) = 24a591d132d7ac5589939005cdfff50de19c31185af63ed3f8a7d58eb8486d65 +SIZE (ix-3.3.6.tar.gz) = 272091 Added: head/net/intel-ix-kmod/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/intel-ix-kmod/pkg-descr Fri Oct 12 13:12:52 2018 (r481900) @@ -0,0 +1,7 @@ +This release includes the 10 gigabit FreeBSD*-based driver for Intel(R) Network +Connections. + +The ix driver supports all 10 gigabit network connections based on +82599, 82598EB, X520, X540, and X550 series controllers. + +WWW: https://downloadcenter.intel.com