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=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 DB907C432BE for ; Sun, 25 Jul 2021 09:51:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BCF3F6069E for ; Sun, 25 Jul 2021 09:51:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231145AbhGYJKt (ORCPT ); Sun, 25 Jul 2021 05:10:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:54952 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230305AbhGYJKs (ORCPT ); Sun, 25 Jul 2021 05:10:48 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8F0236069E; Sun, 25 Jul 2021 09:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627206679; bh=hyDjtkF5eCcWkADXAB8rrXfHqOep6tJmcaDVlottAjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UcHBjYhHkRvNFCR4CdHvCdWWKNWeM7lDfj+yZCIoXN35uoSWLbiLjnpI86ER6Z4ev MJQaWOhLCGWcI/tLT13yaUl2ir2HpYPkpDV6zOT1eUw636FBc2Bd05wAMwDgxzusaO VjsNOdFMMcThgim+LhDj+hkz7acuKNaKxLDSV623Hbmo2MPcecr5zcQxu2AQbGTF2K SisM+Qqhg6mrVDh5teydoYCYvI7yxxWLWrH/QLWYxwPtCI+PLMkHS+DCJsgKNH/85Y TI6CB4ed9uEoHM4qndkP+VXc6yg82KZ85QyZoGoSdTslai20DmL3r+uIU9DV9L/B53 n7aPfed4zAGeA== Date: Sun, 25 Jul 2021 12:51:15 +0300 From: Leon Romanovsky To: Doug Ledford , Jason Gunthorpe Cc: "Michael S. Tsirkin" , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Jakub Kicinski , Saeed Mahameed , Tal Gilboa Subject: Re: [PATCH mlx5-next] IB/mlx5: Rename is_apu_thread_cq function to is_apu_cq Message-ID: References: <0e3364dab7e0e4eea5423878b01aa42470be8d36.1626609184.git.leonro@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e3364dab7e0e4eea5423878b01aa42470be8d36.1626609184.git.leonro@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, Jul 18, 2021 at 02:54:13PM +0300, Leon Romanovsky wrote: > From: Tal Gilboa > > is_apu_thread_cq() used to detect CQs which are attached to APU > threads. This was extended to support other elements as well, > so the function was renamed to is_apu_cq(). > > c_eqn_or_apu_element was extended from 8 bits to 32 bits, which wan't > reflected when the APU support was first introduced. > > Signed-off-by: Tal Gilboa > Signed-off-by: Leon Romanovsky > --- > drivers/infiniband/hw/mlx5/cq.c | 2 +- > drivers/infiniband/hw/mlx5/devx.c | 7 +++---- > drivers/net/ethernet/mellanox/mlx5/core/cq.c | 3 ++- > drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 2 +- > drivers/net/ethernet/mellanox/mlx5/core/fpga/conn.c | 2 +- > drivers/net/ethernet/mellanox/mlx5/core/steering/dr_send.c | 2 +- > drivers/vdpa/mlx5/net/mlx5_vnet.c | 2 +- > include/linux/mlx5/mlx5_ifc.h | 5 ++--- > 8 files changed, 12 insertions(+), 13 deletions(-) Applied to mlx5-next. 616d57693455 ("IB/mlx5: Rename is_apu_thread_cq function to is_apu_cq") Jason, please pull. Thanks