From owner-freebsd-infiniband@freebsd.org Mon Feb 26 22:21:48 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 C736CF27D47; Mon, 26 Feb 2018 22:21:48 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A7C96D61D; Mon, 26 Feb 2018 22:21:45 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-wr0-x232.google.com with SMTP id m5so22864888wrg.1; Mon, 26 Feb 2018 14:21:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:message-id:subject:from:to:cc:date:in-reply-to:references :mime-version:content-transfer-encoding; bh=7TEoEkKjF6un0YpEEQyLNTPUSN2yMd4r1fJ9DUhImI4=; b=BY0DVDXg9TTOe33IW6ld49mJMYBXtn1NQcXC6epwAPfAMexeWzB1E/aCngOcjtP3o5 PscU8MorYlimJpfpuQc0cTY3PYDT0EXlT3U4rW7iTEB6vU1ZzBpckUNZ91ikqI65WC0y Z/o+pDVjAkg9XJyvav0+WFBMFXvDrn4c1JtxtM1L/JDmwqM7pxHGyY1qXEKUZacdR5rD mpGZfIan1Aym79DwSHip//BC1LIopWl7OaTVIMpC2Ne20MhQOmn7OqQePuAmHOcRMpOC 2XytGVTlGaNYGsdbs5EjIfHMUaFXfTJSe8EcCyUbFcO8FQ+MT0Dcgx4FPR1EDx41OU8J wbjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:message-id:subject:from:to:cc:date :in-reply-to:references:mime-version:content-transfer-encoding; bh=7TEoEkKjF6un0YpEEQyLNTPUSN2yMd4r1fJ9DUhImI4=; b=kxq+hMTT/cuKKzTMoTrx0m97tGRvvrwle9UIDQZ+CRASkjXwNS2PN8n59r5H0YJOrP /H5oWCtMEHzf5al8/goA6ZHhlMIvt6uGBM7Y6iXpxpL8LyuFZLhKwNBvirVd+vsHxuKE sLzQCuGq3s7sVjjowIJC7Ohr/elvnqEgtKLfJLPrfOy4J7vQZglMALmGL+eO3s9d0sHD tFht5Okj9JcIRzS8334J0z1zPtSNpZic3w3Fnd7RMzqtIovjohmLWEsjldtWcS45KC9b aPkXCXYgihH7OYmUqRHS/LPShtHwPop28BcMiOY0uHumuC3ykHpHJOx4xkANLdFhFXM0 FadA== X-Gm-Message-State: APf1xPBxU5S+oYZTYmSY/CJcQawBefZVj2c1gqDvrF2PeaVu5CyC+TZl N9Y+BaFNy4I8qnkGbR7ibHQ= X-Google-Smtp-Source: AH8x226LoVJEauXUt4YqcUbLSOPMj9wYZwyu5yBg3oVrVapL2tH6I0Vad2kp1lAHSjqJ3xKphJhnOA== X-Received: by 10.223.166.171 with SMTP id t40mr11543427wrc.49.1519683703340; Mon, 26 Feb 2018 14:21:43 -0800 (PST) Received: from dwarf (stargate.chelsio.com. [12.32.117.8]) by smtp.googlemail.com with ESMTPSA id l22sm12108176wre.52.2018.02.26.14.21.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 26 Feb 2018 14:21:42 -0800 (PST) Sender: Navdeep Parhar Message-ID: <1519683699.47932.5.camel@FreeBSD.org> Subject: Re: [HEADS UP] - OFED/RDMA stack update From: Navdeep Parhar To: Meny Yossefi , "'freebsd-infiniband@freebsd.org'" , "'FreeBSD-stable@FreeBSD.org'" , freebsd-arch Cc: freebsd-drivers Date: Mon, 26 Feb 2018 14:21:39 -0800 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.2 FreeBSD GNOME Team Mime-Version: 1.0 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: Mon, 26 Feb 2018 22:21:49 -0000 +freebsd-arch@ Hi Meny, Can you please post the KPI/KBI analysis that you generated to some public location and provide a link here? A straight MFC would be a major break of KPI/KBI in -STABLE and the options we're looking at are: a) Ignore the breakage and let downstream consumers deal with the fallout. This obviously isn't ideal in a -STABLE branch. b) Provide compat shims to at least preserve the KPI. One challenge is that the changes include functions with the same name but different signature/behavior. See, for example, ib_create_cq in Meny's list once he publishes it. c) Have two versions of the OFED interfaces in 11-STABLE and not break existing downstream consumers at all. I've reached out to users that I know of and know will be affected. If you use OFED and FreeBSD 11 this would be a good time to weigh in with your thoughts, ideas, concerns etc.. Regards, Navdeep On Mon, 2018-02-26 at 14:49 +0000, Meny Yossefi wrote: > Hi, > > We are currently working on MFC'ing the OFED/RDMA stack update > mentioned below to FreeBSD11-STABLE. > > We already have working version in 'projects/bsd_rdma_4_9_stable_11' > (pending iWARP updates) and currently working on ULP integration. > > Again, as always, for any concern/comments you might have, please > don't hesitate contacting us. > > freebsd-drivers@mellanox.com > > > Regards, > > Meny Yossefi, > Mellanox technologies > > > -----Original Message----- > From: Meny Yossefi > Sent: Monday, November 13, 2017 11:09 AM > To: 'freebsd-infiniband@freebsd.org' ; > 'freebsd-current@freebsd.org' > Cc: freebsd-drivers > Subject: [HEADS UP] - OFED/RDMA stack update > > Hi, > > This is to inform you that by end of this week we plan to merge the > OFED/RDMA stack update from the project - 'bsd_rdma_4_9' into 12- > CURRENT. > The update aligns the OFED common code and RDMA vendor drivers with > Linux v4.9. > > We are still working on final modifications and build testing it prior > to submission. > > > For any concern/comments you might have, please don't hesitate > contacting us. > > freebsd-drivers@mellanox.com > > > Regards, > > Meny Yossefi, > Mellanox technologies > _______________________________________________ > freebsd-infiniband@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-infiniband > To unsubscribe, send any mail to "freebsd-infiniband-unsubscribe@freeb > sd.org"