From owner-freebsd-infiniband@freebsd.org Tue Mar 20 20:15:11 2018 Return-Path: Delivered-To: freebsd-infiniband@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BDA9BF6AB55; Tue, 20 Mar 2018 20:15:11 +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 588C3851AB; Tue, 20 Mar 2018 20:15:11 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (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 DF0E4260186; Tue, 20 Mar 2018 21:15:09 +0100 (CET) Subject: Re: [HEADS UP] - OFED/RDMA stack update To: Navdeep Parhar , Konstantin Belousov , "'freebsd-infiniband@freebsd.org'" , freebsd-drivers , Meny Yossefi , "'FreeBSD-stable@FreeBSD.org'" , freebsd-arch References: <1519683699.47932.5.camel@FreeBSD.org> <20180226224311.GT94212@kib.kiev.ua> <3027f48e-0ba8-555d-df23-d638303cb125@selasky.org> <20180317195200.GA5223@ox> <6d451a3b-a635-08b1-f8d4-52fdc48083d6@selasky.org> <1cbfc0c9-25bc-3373-8ce8-4c5e072cd6fe@FreeBSD.org> From: Hans Petter Selasky Message-ID: <8aa54a0d-feaa-0c0f-82e2-5d32c873375e@selasky.org> Date: Tue, 20 Mar 2018 21:15:03 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1cbfc0c9-25bc-3373-8ce8-4c5e072cd6fe@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2018 20:15:11 -0000 On 03/20/18 21:07, Navdeep Parhar wrote: > And what about the cxgb breakage? Is there any simple way to make an > old style driver work with the new stack? T3 iw_cxgb in head was > retired before the ofed overhaul. Hi, The most simple way is to pull this driver from Linux 4.9, including libcxgb for user-space, if possible, though I'm not sure about the FreeBSD specific areas of iWarp and socket handling. I think you know that part better than I do. After pulling from Linux 4.9 you need to extend this change to cover the iw_cxgb: https://svnweb.freebsd.org/changeset/base/330508 Or can you retire iw_cxgb? --HPS