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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 5B1D8C432BE for ; Wed, 1 Sep 2021 07:51:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 38051604AC for ; Wed, 1 Sep 2021 07:51:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242673AbhIAHwJ (ORCPT ); Wed, 1 Sep 2021 03:52:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:39442 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242622AbhIAHwJ (ORCPT ); Wed, 1 Sep 2021 03:52:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4F4D2601FD; Wed, 1 Sep 2021 07:51:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630482673; bh=D3Qw4qsicvLlEyVqEEjrbY0bbgUgu1lN4Aq+X9kwP84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nouByuKC6jzZ8jqIIOLpyN4qDzsH+m/jVAebV+it/0RMXY7MAp9u4evlTSy+baK7Y M7rwri+3Wzx+luqqr8e1t+ye4UwhBGCmZe9AZUVLmdyx+xIOHvAu7QsnLgR9sbZegP zmj32fxaGUPP5BHCNzhgNAu437e4zFLFIlSCsyDK+WRG9+KjNY1fUzxrFDHuXzJr/x oAFhJWqlha3Pgu6EjTZKRGN5QaAJcBg/KejRKevg4xZAnWGKxZVbTvwXSlid5wfnTo r72/FChcLVQ1GwL4iWrLqecwIYDXS6NQ+BCow5u3PMBFvN3vpKYIuJ5tB8ZotnwN1x SVh38CVr/InoA== Date: Wed, 1 Sep 2021 10:51:09 +0300 From: Leon Romanovsky To: "kangning18z@ict.ac.cn" Cc: "haakon.bugge" , linux-rdma Subject: Re: Re: [PATCH v3] Fix one error in mthca_alloc Message-ID: References: <20210827005228.15671-1-kangning18z@ict.ac.cn> <202109011027459851120@ict.ac.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109011027459851120@ict.ac.cn> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Sep 01, 2021 at 10:27:46AM +0800, kangning18z@ict.ac.cn wrote: > <...> > Thank you for your review. Do you have mthca card in hand to test your changes? This driver didn't get any changes for a long time and we don't even know if it works or not. I would prefer to minimize changes to that driver. Thanks