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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 07D3EC4338F for ; Thu, 19 Aug 2021 12:30:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E287E6115A for ; Thu, 19 Aug 2021 12:30:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239595AbhHSMat (ORCPT ); Thu, 19 Aug 2021 08:30:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:47406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238208AbhHSMan (ORCPT ); Thu, 19 Aug 2021 08:30:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 6350761155; Thu, 19 Aug 2021 12:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629376207; bh=3fy6RbaEo/xaTXFYKa98Ao5xySvoF4T0jDtR6J6cUj0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=goPtPoAoP9lu8CP+zWfX/rlbMb9Lou+dQBGrU9BSUYxPIHqDYPbx8PFuoq/2cYFs/ vNXgZJAUk8uTEz+6/dP209I1c9dYwli2yjm9KU81wxwbuH99u0kYi+RyQYh1nYskCO Mg5T93swo45fIIxe+lLAtBiTD8ssSci7NvSr5pG9aJoxh4aZjG832aYokDUwWmLc9q HD0K2fZHgQ/O0dSpZcnpo8jdsxdfC0HJU6zHem5OcKJKv3AVybKokyEjBB4Q89IWWz Wfy/rk0tOHmHVh18Clmx8OMY53yII8lVlywuzolf9yiJVI3ilKWD4hoWOpXOTau6T3 yWJd8/RZgfhHw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: hns3: make array spec_opcode static const, makes object smaller From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162937620736.15458.15267386747257846939.git-patchwork-notify@kernel.org> Date: Thu, 19 Aug 2021 12:30:07 +0000 References: <20210819115813.6692-1-colin.king@canonical.com> In-Reply-To: <20210819115813.6692-1-colin.king@canonical.com> To: Colin King Cc: yisen.zhuang@huawei.com, salil.mehta@huawei.com, davem@davemloft.net, kuba@kernel.org, tanhuazhong@huawei.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 19 Aug 2021 12:58:13 +0100 you wrote: > From: Colin Ian King > > Don't populate the array spec_opcode on the stack but instead it > static const. Makes the object code smaller by 158 bytes: > > Before: > text data bss dec hex filename > 12271 3976 128 16375 3ff7 .../hisilicon/hns3/hns3pf/hclge_cmd.o > > [...] Here is the summary with links: - net: hns3: make array spec_opcode static const, makes object smaller https://git.kernel.org/netdev/net-next/c/0bc277cb8234 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html