From owner-svn-src-all@FreeBSD.ORG Tue Feb 17 20:14:15 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BAB9F3E2; Tue, 17 Feb 2015 20:14:15 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::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 79030D40; Tue, 17 Feb 2015 20:14:15 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (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 006101FE022; Tue, 17 Feb 2015 21:14:11 +0100 (CET) Message-ID: <54E3A145.7020502@selasky.org> Date: Tue, 17 Feb 2015 21:15:01 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r278886 - in head/sys: conf contrib/rdma/krping dev/cxgb/ulp/iw_cxgb dev/cxgbe/iw_cxgbe modules/ibcore modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/debug ofed/dri... References: <201502170840.t1H8eSwP076384@svn.freebsd.org> <20150217173423.GA8762@ox> In-Reply-To: <20150217173423.GA8762@ox> Content-Type: text/plain; charset=windows-1252; 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: Tue, 17 Feb 2015 20:14:15 -0000 Hi, On 02/17/15 18:34, Navdeep Parhar wrote: > On Tue, Feb 17, 2015 at 08:40:28AM +0000, Hans Petter Selasky wrote: >> Author: hselasky >> Date: Tue Feb 17 08:40:27 2015 >> New Revision: 278886 >> URL: https://svnweb.freebsd.org/changeset/base/278886 >> >> Log: >> Update the infiniband stack to Mellanox's OFED version 2.1. > > What version of the Linux kernel does this match? It is very close to the latest 3.xxx Linux kernel. > >> >> Highlights: >> - Multiple verbs API updates >> - Support for RoCE, RDMA over ethernet >> >> All hardware drivers depending on the common infiniband stack has been >> updated aswell. >> >> Discussed with: np @ >> Sponsored by: Mellanox Technologies >> MFC after: 1 month > > My reading of the project's MFC policy is that changes to the verbs > cannot be MFC'd as that's a KPI/API change. I agree, and if this will break binary compatibility and that is a requirement, I will not MFC. > > I still plan to test these changes with some iWARP gear later this week. > I thought you were going to wait till then, but, oh well. Thank you! --HPS