From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from quartz.orcorp.ca ([184.70.90.242]:58353 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753970AbcINUuX (ORCPT ); Wed, 14 Sep 2016 16:50:23 -0400 Date: Wed, 14 Sep 2016 14:50:20 -0600 From: Jason Gunthorpe To: Adit Ranadive Cc: "dledford@redhat.com" , "linux-rdma@vger.kernel.org" , pv-drivers , "netdev@vger.kernel.org" , "linux-pci@vger.kernel.org" , "Jorgen S. Hansen" , Aditya Sarwade , George Zhang , Bryan Tan Subject: Re: [PATCH v4 00/16] Add Paravirtual RDMA Driver Message-ID: <20160914205020.GB14548@obsidianresearch.com> References: <1473655766-31628-1-git-send-email-aditr@vmware.com> <20160912180251.GH5843@obsidianresearch.com> <20160914173636.GA10309@obsidianresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, Sep 14, 2016 at 07:44:45PM +0000, Adit Ranadive wrote: > On Wed, Sep 14, 2016 at 10:37:00 -0700, Jason Gunthorpe wrote: > > We desire to use this as the vehical for the userspace included with the 4.9 > > kernel. > > > > I anticipate the tree will be running by Oct 1. > > Thanks. So does this mean that the libraries distributed via OFED (openfabrics.org) > will be now from the rdma-plumbing git tree? I can't speak to the exact transition schedule each downstream will follow. OFED is a downstream distribution focused on backporting to old distros. I would expect that by the time OFED starts to backport 4.9 they will need to use rdma plumbing. At the cutoff point we will immediately tell all downstreams the latest official upstream source is in rdma-plumbing and they should stop monitoring the old repos. > Or is the switch to happen only when distros start shipping with the > 4.9 kernel by default? Now that we are going down this path with the 4.9 set as the time frame, I wouldn't worry about timing, there is no down-side to you for working within rdma-plumbing, and it guarantees that eventually your code will be widely distributed. Jason