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 DD148CDB465 for ; Mon, 16 Oct 2023 23:40:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234199AbjJPXkb (ORCPT ); Mon, 16 Oct 2023 19:40:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232457AbjJPXk0 (ORCPT ); Mon, 16 Oct 2023 19:40:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 353A992; Mon, 16 Oct 2023 16:40:25 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id B1B33C433C9; Mon, 16 Oct 2023 23:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697499624; bh=yAE3WCFOI0yZilWtjGaUmPJMyDPKdTzBz1qnAUBk1sw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=OGg0wTDygQcdc2yqeKGX9YoFB9/l2bejjMKfPwnv/NSkWkrdZbHYTAN2xw9EgPlXL zSAJDBcjidkyxLMkAtycSL4afWm6NBHYtZPVhoFPolrCRqa5otceqSqhOuuYAN76MO r6qgGbBOFzK191o0RX7GZW9Lly8SOCRkQ3q7JwQngOiKgKbYz2+rMZ/7Big9E1uJjD GBeilFKSjjTKqMCR03AjBXm3p3b0RtfGLm+da2M4CroOX+hVrRhXyItzckmMoZ15hA gdbqH9NEWofCKx3+uwBmz21hZnE0EwaoHydXp5vZsGtcHtE5fC8BDg12NCYReh2K4t 1xZfJtTxhJNRA== 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 96638E4E9B6; Mon, 16 Oct 2023 23:40:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net/smc: return the right falback reason when prefix checks fail From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169749962461.28594.523885663724959725.git-patchwork-notify@kernel.org> Date: Mon, 16 Oct 2023 23:40:24 +0000 References: <20231012123729.29307-1-dust.li@linux.alibaba.com> In-Reply-To: <20231012123729.29307-1-dust.li@linux.alibaba.com> To: Dust Li Cc: kgraul@linux.ibm.com, wenjia@linux.ibm.com, jaka@linux.ibm.com, alibuda@linux.alibaba.com, tonylu@linux.alibaba.com, guwen@linux.alibaba.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-s390@vger.kernel.org, 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.git (main) by Jakub Kicinski : On Thu, 12 Oct 2023 20:37:29 +0800 you wrote: > In the smc_listen_work(), if smc_listen_prfx_check() failed, > the real reason: SMC_CLC_DECL_DIFFPREFIX was dropped, and > SMC_CLC_DECL_NOSMCDEV was returned. > > Althrough this is also kind of SMC_CLC_DECL_NOSMCDEV, but return > the real reason is much friendly for debugging. > > [...] Here is the summary with links: - [net] net/smc: return the right falback reason when prefix checks fail https://git.kernel.org/netdev/net/c/4abbd2e3c1db You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html