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 1CC37C54EE9 for ; Wed, 21 Sep 2022 00:00:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230283AbiIUAAZ (ORCPT ); Tue, 20 Sep 2022 20:00:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229751AbiIUAAU (ORCPT ); Tue, 20 Sep 2022 20:00:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 07B1A2FFFE; Tue, 20 Sep 2022 17:00:18 -0700 (PDT) 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 84077B82C4C; Wed, 21 Sep 2022 00:00:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3414FC433D7; Wed, 21 Sep 2022 00:00:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663718416; bh=jHowYW/YOEPU2Qym2AvUu9Ui+EhBhmVI/skeD+TpR00=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=M4gwiRzwg4/XOrCvvO4j3+N7gtPClNVYScgOXlnHb1baEcp7yl//LhfjE9/Onn8Mi fHG9deGmcy47TTtKqrIZJkAU17H5BxTYPCwooDJlg0tOpz3S2h2Ic1O2c2EBiDEehw A61r8sfgFD+vWN7zCXre4iJOsDy+EQzovJHZVFL4kd7Kc5PUeWss2Z1rIO3TpRFdR4 82gDjCaJnh8mTx/nduEUvwPMRyNFCcCq1ywFCof6pZMxW4vl/7jxV/AiHzf8CxgTV/ /LeOBLLgXZNlBYUYxMZsjPpkxET2mdBDDprEdFIsL9WozW5VSmgyLTHnwgDXkdGz59 hiCLhwVzvmIhw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 1252FE21EDF; Wed, 21 Sep 2022 00:00:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] octeontx2-pf: Fix unused variable build error From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166371841606.16905.4984394494387073247.git-patchwork-notify@kernel.org> Date: Wed, 21 Sep 2022 00:00:16 +0000 References: <20220919025840.256411-1-renzhijie2@huawei.com> In-Reply-To: <20220919025840.256411-1-renzhijie2@huawei.com> To: Ren Zhijie Cc: sgoutham@marvell.com, gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, sumang@marvell.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Mon, 19 Sep 2022 10:58:40 +0800 you wrote: > If CONFIG_DCB is not set, > make ARCH=x86_64 CROSS_COMPILE=x86_64-linux-gnu-, > will be failed, like this: > > drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c: In function ‘otx2_select_queue’: > drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c:1886:19: error: unused variable ‘pf’ [-Werror=unused-variable] > struct otx2_nic *pf = netdev_priv(netdev); > ^~ > cc1: all warnings being treated as errors > > [...] Here is the summary with links: - [-next] octeontx2-pf: Fix unused variable build error https://git.kernel.org/netdev/net-next/c/54b9a2bb6c01 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html