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=-7.5 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 4B444C07E9B for ; Wed, 21 Jul 2021 07:50:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3522C61181 for ; Wed, 21 Jul 2021 07:50:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235479AbhGUHKB (ORCPT ); Wed, 21 Jul 2021 03:10:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:39870 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235869AbhGUHJR (ORCPT ); Wed, 21 Jul 2021 03:09:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 083A9611C1; Wed, 21 Jul 2021 07:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626853793; bh=NiAJktv7ds+8oKSDNOTKvzGUhZmEmpyNWO4ZqNTOKkc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=TFr9PKZEaWZ1nQXZa8lR21YIcIUfrVKgjHhFCCLi9A2jWAlMSs7erV26W8yLyyzro 04j5UUqK1bk4ho7WtzCjq6clfuczklHHke6g6a1CP2ds7RTgWM6zqG0AwHGirYaY6J WuBeozLqluxktzZXhZDQmKwscn/UZV72hQTT6CYSJbA8V/msE67dsVzgO5iQiZlucS SxUEgzlfw6tot/u9pgPZmSI9qMkyL4hdLmqHhSStX6wN0IjNOKh9hpkQPaMbFfgTTl IgtPDTJGikFSwZ93sRfp7Kpylrwpwl8sBFlsJ9gr26dPGIEQyrD/5ZBknoICyvPXub PefzkmH5tX3oA== Date: Wed, 21 Jul 2021 10:49:50 +0300 From: Leon Romanovsky To: Mark Zhang Cc: Doug Ledford , Jason Gunthorpe , linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Mark Zhang Subject: Re: [PATCH rdma-next 4/7] RDMA/core: Reorganize create QP low-level functions Message-ID: References: <328963df8e30bfc040c846d2c7626becd341f3ec.1626846795.git.leonro@nvidia.com> <11e8e739-99b4-8ebe-38e1-de36b21b0f25@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11e8e739-99b4-8ebe-38e1-de36b21b0f25@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Wed, Jul 21, 2021 at 03:47:34PM +0800, Mark Zhang wrote: > On 7/21/2021 2:13 PM, Leon Romanovsky wrote: > > External email: Use caution opening links or attachments > > > > > > From: Leon Romanovsky > > > > The low-level create QP function grew to be larger than any sensible > > incline function should be. The inline attribute is not really needed > > for that function and can be implemented as exported symbol. > > incline -> inline? Thanks > >