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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 773FBECAAD3 for ; Wed, 31 Aug 2022 06:27:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230163AbiHaG07 (ORCPT ); Wed, 31 Aug 2022 02:26:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229721AbiHaG06 (ORCPT ); Wed, 31 Aug 2022 02:26:58 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 000AFA7AAC for ; Tue, 30 Aug 2022 23:26:57 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id AC248B81F1C for ; Wed, 31 Aug 2022 06:26:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C88F8C433C1; Wed, 31 Aug 2022 06:26:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661927215; bh=T96HxxWsof82wAQK+eLEjqdf56ru/UMqQgATlapNTCI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RstXvLOyTCfqm+1RnpDPksoZypeV3g2vmst8ajq1oe3KyS49UE9MO3lniAsgzrfm/ qRQ0pccXKIwkDJQK6kXeJf2t9TY19P+L+G8GSQbvbM4X0q0asYkmZ/dqWcOejJLRwZ slg4Y8urQI6c8JXjMNT9Np6Rhl1oo/Jd4ud5XqtLxRXSUQCrY2kKWHlehSvSQvhfNi vM19KIzUZPyhGRlJlYJJQXdo8YW8+ok5ukaNNz+yjsuKrwPTrqFQp/TcxpR3rfrX4o SVGSVam9qG6t5+H3NFn9QOaTzphiw4Ca1tWetpk759p3hwBKoRM0BdeAKoSSfkto/Z T8SB+OZgX9Q5g== Date: Wed, 31 Aug 2022 09:26:50 +0300 From: Leon Romanovsky To: Li Zhijian Cc: Bob Pearson , "jgg@nvidia.com" , "zyjzyj2000@gmail.com" , "jhack@hpe.com" , "linux-rdma@vger.kernel.org" Subject: Re: [PATCH v5 for-next 1/2] RDMA/rxe: Set pd early in mr alloc routines Message-ID: References: <20220805183523.32044-1-rpearsonhpe@gmail.com> 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 31, 2022 at 01:48:08PM +0800, Li Zhijian wrote: > BTW: this patch should be for-rc instead. It can't be in -rc without Fixes line and more clear description. Thanks