From owner-svn-src-all@FreeBSD.ORG Wed Aug 27 19:06:17 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 A5A4A58A; Wed, 27 Aug 2014 19:06:17 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 429373C55; Wed, 27 Aug 2014 19:06:17 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id m20so767923qcx.38 for ; Wed, 27 Aug 2014 12:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Oi4x2+baIq0B9vjeAYUWwJSJ+6PK2WrtZtNosfttJSM=; b=e8erZGd5bv3pTi4WY5bvr8ReW3S/h+w9yi+RCnV9sFJEQYiUSswtV6nTN3T3O/gWeO dFUz8ZxcQKKStRHv1cQNldgRUaQm53MsC+tBG0FcDw5m+hjT+xXu/63fvGc+nyZeaP0u 6XO7nr4Lr/hhptXptxX8EjwcFC92ATntWppE2HW92tXvpCduVTpzXc/rONNQcvGr3t/7 9fUtFpVJyL0yi//25GeXWWkK/lBVU0IWK60FUM3U+0MXWRgYU1AfvHcg7OEPR8K7cMCm s3xUhZt4jhUaSL/k0o6k6BHcIuFnsH52Tdm+qWmunN0+xwshy69WND0vJSDxKLm36zIG fYKQ== MIME-Version: 1.0 X-Received: by 10.140.104.69 with SMTP id z63mr56576048qge.81.1409166376136; Wed, 27 Aug 2014 12:06:16 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Wed, 27 Aug 2014 12:06:15 -0700 (PDT) In-Reply-To: <53FE2AA3.6070403@selasky.org> References: <201408271321.s7RDLr3d069813@svn.freebsd.org> <53FE2AA3.6070403@selasky.org> Date: Wed, 27 Aug 2014 12:06:15 -0700 X-Google-Sender-Auth: DUBeFXjUBsWqQFI_9qYs1F7sdgM Message-ID: 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... From: Adrian Chadd To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" 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 19:06:17 -0000 On 27 August 2014 11:59, Hans Petter Selasky wrote: > Hi, > > > On 08/27/14 20:50, Adrian Chadd wrote: >> >> Hi! >> >> Did this get reviewed at all? > > > Yes. > > >> >> 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. >> > > At the stage where this emulation layer is, you will most likely need to > edit the include files anyway, which should not be that hard. > > Do you know of any code outside the tree using this emulation layer? A couple of us were about to review using the ofed linux compat code for the drm2 code from dragonflybsd. -a