From owner-svn-src-head@FreeBSD.ORG Wed Aug 27 20:05:27 2014 Return-Path: Delivered-To: svn-src-head@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 7E6DF8C8; Wed, 27 Aug 2014 20:05:27 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 368F235B6; Wed, 27 Aug 2014 20:05:26 +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 EF6CA1FE027; Wed, 27 Aug 2014 22:05:23 +0200 (CEST) Message-ID: <53FE3A0C.1050006@selasky.org> Date: Wed, 27 Aug 2014 22:05:32 +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: Davide Italiano 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> <53FE2AA3.6070403@selasky.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , Adrian Chadd , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 27 Aug 2014 20:05:27 -0000 On 08/27/14 21:08, Davide Italiano wrote: > On Wed, Aug 27, 2014 at 11:59 AM, Hans Petter Selasky wrote: >>> Removing those files may make it more annoying to port some other >>> linux code in the future, as some future linux driver code may include >>> those files. >>> >> > > On a (somewhat) related note, I would like to see sema(9) replaced by > sx(9) in the compatibility layer. I've a couple of patches that get > rid of the deprecated primitive in aio/ips code, and planned to look > at ofed as well, but if somebody with deep driver knowledge can do > that on my behalf it would be great. > Hi, If you have a patch for ofed/, send it to me and I can test it for you. Thanks! --HPS