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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20AC0C433F5 for ; Mon, 15 Nov 2021 13:30:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 097D661C4F for ; Mon, 15 Nov 2021 13:30:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231559AbhKONdb (ORCPT ); Mon, 15 Nov 2021 08:33:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:49168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231761AbhKONdE (ORCPT ); Mon, 15 Nov 2021 08:33:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 0FEEC63214; Mon, 15 Nov 2021 13:30:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636983009; bh=ujuXnMtMxUPFacK0XZ0Aet8M3mGZj0ppLwS46KXNsz4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nc7n1vVnqo/9tjYyVqzeEQrBWptCkBmTeSCLfUeDuxGFBinZPO9rdemgDppeoOQA4 4XBDtTeKurNJk4lNQ1uVRUxpr6DDIDJn/4snxSGFD+qiGXX+bNYYB59CJS1RZDtpcG ckwbXAiCcugXWu/UIlI8UDUnNu3LOlVVtFa2h2i1m1cN8u2c8VQExLSaE7RRNzK/rH WfsOgMcrk0BKO3CdTTddQVdm2xsQyWf+1eEO5xI0SgrPnlxvXCZjky7FxLmXvkHfY2 Bi023tzxQa0hLNk8uGOja4sgayop66lLeJCRfWPBPm/w24WXNgp+6yv/BuQC7dSS/y FOl8jFe97IQbQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net/smc: Transfer remaining wait queue entries during fallback From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163698300899.26335.13329669260343577654.git-patchwork-notify@kernel.org> Date: Mon, 15 Nov 2021 13:30:08 +0000 References: <1636788815-29902-1-git-send-email-guwen@linux.alibaba.com> In-Reply-To: <1636788815-29902-1-git-send-email-guwen@linux.alibaba.com> To: Wen Gu Cc: kgraul@linux.ibm.com, davem@davemloft.net, kuba@kernel.org, linux-s390@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, tonylu@linux.alibaba.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Sat, 13 Nov 2021 15:33:35 +0800 you wrote: > The SMC fallback is incomplete currently. There may be some > wait queue entries remaining in smc socket->wq, which should > be removed to clcsocket->wq during the fallback. > > For example, in nginx/wrk benchmark, this issue causes an > all-zeros test result: > > [...] Here is the summary with links: - [net,v2] net/smc: Transfer remaining wait queue entries during fallback https://git.kernel.org/netdev/net/c/2153bd1e3d3d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html