From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1B71C4338F for ; Wed, 4 Aug 2021 05:41:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7B9160F25 for ; Wed, 4 Aug 2021 05:41:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234557AbhHDFlg (ORCPT ); Wed, 4 Aug 2021 01:41:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:53990 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231611AbhHDFlg (ORCPT ); Wed, 4 Aug 2021 01:41:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9AAF06056C; Wed, 4 Aug 2021 05:41:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628055684; bh=ZsD47Kq6V/0A+S4f1/7NhubdVZcF/Jwct/NA68kgk10=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Hd1xytRYJJaGjvBDuaUf+/y8XcKTf19jluUXY76wJK7GpcmVMiSq3wZQvfyo+CzTY Dzvug1DoKKGKjstylSLNQ9LrKFlx4hnEfueBpV/F9lhIMcOB1EB8sj7cJXBzh+6N33 wGVD9NW8XZTArAyq5WtuoJOMl45RSLmP7B2M/QYxcUe5WCcPkFngF8rl0kIjpmJ8tV PWohpcobQhUnUyuL5Z6kNaiROE4Q+wdZcvi9wR7esOz16JmhbPzuVNfDB0fzJyjN20 I85ONQY6FK72QSV+esdn7qPa6/m6f0KIi2nKnqeI4nfeUfYMBEv+0+faQJaAYRThVm CA6omgnUDa51Q== Date: Wed, 4 Aug 2021 08:41:20 +0300 From: Leon Romanovsky To: Zhu Yanjun Cc: Olga Kornievskaia , Bob Pearson , Jason Gunthorpe , linux-rdma Subject: Re: RXE status in the upstream rping using rxe Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Aug 04, 2021 at 09:09:41AM +0800, Zhu Yanjun wrote: > On Wed, Aug 4, 2021 at 9:01 AM Zhu Yanjun wrote: > > > > On Wed, Aug 4, 2021 at 2:07 AM Leon Romanovsky wrote: > > > > > > Hi, > > > > > > Can you please help me to understand the RXE status in the upstream? > > > > > > Does we still have crashes/interop issues/e.t.c? > > > > I made some developments with the RXE in the upstream, from my usage > > with latest RXE, > > I found the following: > > > > 1. rdma-core can not work well with latest RDMA git; > > The latest RDMA git is > https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git "Latest" is a relative term, what SHA did you test? Let's focus on fixing RXE before we will continue with new features. Thanks