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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 41ADAC4338F for ; Thu, 5 Aug 2021 06:56:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1AC3960ED6 for ; Thu, 5 Aug 2021 06:56:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232779AbhHEG44 (ORCPT ); Thu, 5 Aug 2021 02:56:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:38156 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbhHEG44 (ORCPT ); Thu, 5 Aug 2021 02:56:56 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C7B3560EC0; Thu, 5 Aug 2021 06:56:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628146602; bh=eE9abFSFd/KwJ9B9sJx14fz7BwuSyeThDwQqNlKc54I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SARwd2CRYoacgG7R0rd5Y1Dfjz2heO2jh2zbo8W/hiM9nEdklCtLMLw3xXVkz0FgY 6cE6jg2AlYpLx9SPv8DQgmTPvTksS2Pi87Q63PbOQPVsbayA0BojhlNctBouYqoj30 YcEQnoYTZUy8AHU9F0b0drdB2Rm/oYMP/kCUNwyD7on2TFfZmKvoxCjENuZQ+9Ez58 jyPoMtAR/Uu/EgELuT1NILqWevp2vnfEFm243Ifl0Wbn9LshZfSGL/OIO8cUuSHZhd obUwBjnGQfqs8sVutT1msn3nLp29bRdflVR96F4m28iNKxbYSy/dIRhgW5i02WUsYR NVViDbSHQ9SQg== Date: Thu, 5 Aug 2021 09:56:38 +0300 From: Leon Romanovsky To: Shoaib Rao Cc: Zhu Yanjun , RDMA mailing list Subject: Re: [PATCH v3 0/1] RDMA/rxe: Bump up default maximum values used via uverbs Message-ID: References: <20210729195034.GF543798@ziepe.ca> <14b9f35a-0086-834a-c05f-361a26befc13@oracle.com> <90ab34d4-92d1-986d-80e5-4253d208d073@oracle.com> <7a1881c3-4955-5a24-7f90-4d60f2a607a8@oracle.com> <37d69ea2-ab29-624b-1d02-44890cd078f4@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <37d69ea2-ab29-624b-1d02-44890cd078f4@oracle.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Aug 04, 2021 at 09:10:22PM -0700, Shoaib Rao wrote: > <...> > Can we please make sure that the code is working after the application of > each patch or else it is a moving target. We will stop to accept new features till RXE is stabilized again. https://lore.kernel.org/linux-rdma/YQmF9506lsmeaOBZ@unreal Thanks