From owner-svn-src-all@FreeBSD.ORG Wed Aug 27 16:05:18 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB90E9F6; Wed, 27 Aug 2014 16:05:18 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C135374F; Wed, 27 Aug 2014 16:05:18 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 5B95B1FE027; Wed, 27 Aug 2014 18:05:16 +0200 (CEST) Message-ID: <53FE01C5.2010405@selasky.org> Date: Wed, 27 Aug 2014 18:05:25 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r270710 - in head/sys: contrib/rdma/krping dev/cxgb dev/cxgbe/iw_cxgbe modules/mlx4 modules/mlx4ib modules/mlxen ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/driver... References: <201408271321.s7RDLr3d069813@svn.freebsd.org> <20140827153257.GA22432@ox> In-Reply-To: <20140827153257.GA22432@ox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 27 Aug 2014 16:05:18 -0000 On 08/27/14 17:32, Navdeep Parhar wrote: > On Wed, Aug 27, 2014 at 01:21:53PM +0000, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Wed Aug 27 13:21:53 2014 >> New Revision: 270710 >> URL: http://svnweb.freebsd.org/changeset/base/270710 >> >> Log: >> - Update the OFED Linux Emulation layer as a preparation for a >> hardware driver update from Mellanox Technologies. > > What upstream OFED version does this update correspond to? It's always > useful to know what version our implementation is at when looking at > external RDMA code. > > Regards, > Navdeep > > Hi, Forwarded from Mellanox: The MLNX OFED version the driver is taken from is 2.1. --HPS