From owner-svn-src-head@freebsd.org Thu Aug 24 07:36:31 2017 Return-Path: Delivered-To: svn-src-head@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 250ABDD8544; Thu, 24 Aug 2017 07:36:31 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 CFDB26DB1C; Thu, 24 Aug 2017 07:36:30 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 82569260117; Thu, 24 Aug 2017 09:36:28 +0200 (CEST) Subject: Re: svn commit: r322810 - in head: share/man/man4 sys/conf sys/dev/mlx5/mlx5_ib sys/modules sys/modules/mlx5ib To: Ed Maste Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" References: <201708231209.v7NC9bBJ070335@repo.freebsd.org> From: Hans Petter Selasky Message-ID: <2bf96e9d-8c7a-cc98-a51e-c38465181ab5@selasky.org> Date: Thu, 24 Aug 2017 09:34:10 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Aug 2017 07:36:31 -0000 On 08/24/17 02:04, Ed Maste wrote: > On 23 August 2017 at 08:09, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Wed Aug 23 12:09:37 2017 >> New Revision: 322810 >> URL: https://svnweb.freebsd.org/changeset/base/322810 >> >> Log: >> Add new mlx5ib(4) driver to the kernel source tree which supports >> Remote DMA over Converged Ethernet, RoCE, for the ConnectX-4 series of >> PCI express network cards. > > i386 lint kernel is now failing with: > I'll fix shortly. --HPS