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 0C41AC636D3 for ; Thu, 2 Feb 2023 10:51:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231726AbjBBKvZ (ORCPT ); Thu, 2 Feb 2023 05:51:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230036AbjBBKvY (ORCPT ); Thu, 2 Feb 2023 05:51:24 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6439E8A7F6 for ; Thu, 2 Feb 2023 02:50:56 -0800 (PST) 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 0E269B803F5 for ; Thu, 2 Feb 2023 10:49:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E87BCC433D2; Thu, 2 Feb 2023 10:49:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675334987; bh=0qixe8z1vxCZKbWc0y+Vik2kOYDNRRRkfkypVe2I9tE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pMo8xBftzuXXqlWYfU6AgojyCX29M6sYyBb4dexZdoJj3hHl3GuwiDSLq9rrjlzfN +M45NJg482cc3xwOW8MHmSaRRbMfQNsu0R2j4IR709Sda12l3Lz1LwoTfErZDSdfoc 7AErpGQKzWkJv5eN0lqicVSLKA3JBf4OeYJA1TndnnvkRAskvOlkic4hOUV98MaPUq VUlIQ84wNhyV5qBzSgUNuQJOTUX/LcJG33QZcgalhR1Q/ugomdLfphWAxBKY6goHsN KkEdnuyfZrbVvlrRL8WY9AsiqucN5L0scf1DcCVM6z3yE4IQru2I7Q62pmfH4Oy3sP zikBW4H00K1ew== Date: Thu, 2 Feb 2023 12:49:43 +0200 From: Leon Romanovsky To: Paul Blakey Cc: netdev@vger.kernel.org, Saeed Mahameed , Paolo Abeni , Jakub Kicinski , Eric Dumazet , Jamal Hadi Salim , Cong Wang , "David S. Miller" , Oz Shlomo , Jiri Pirko , Roi Dayan , Vlad Buslov Subject: Re: [PATCH net-next v7 5/6] net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG Message-ID: References: <20230131091027.8093-1-paulb@nvidia.com> <20230131091027.8093-6-paulb@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230131091027.8093-6-paulb@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jan 31, 2023 at 11:10:26AM +0200, Paul Blakey wrote: > This reg usage is always a mapped object, not necessarily > containing chain info. > > Rename to properly convey what it stores. > This patch doesn't change any functionality. > > Signed-off-by: Paul Blakey > Reviewed-by: Roi Dayan > --- > .../net/ethernet/mellanox/mlx5/core/en/tc/sample.c | 2 +- > drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 2 +- > drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 6 +++--- > drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 4 ++-- > .../ethernet/mellanox/mlx5/core/lib/fs_chains.c | 14 +++++++------- > 5 files changed, 14 insertions(+), 14 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky