From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0FF293793BE; Mon, 27 Apr 2026 23:50:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777333853; cv=none; b=SA9uCVJW1n0mqP3cup9cjXSPLf4qVzEUDGRsIU/vhPi1qM3ldbqHPCf1iQCRwD6KHUcvqyEL1tC2M4NWTjRoa8NJFLBPWWDxbbR+0zsKweK3xr7FDicMohLByWmGKepMl9l9Jlr3YfH27Wn/6EyUAxNb8UNh67PAAO0H8EjTYK0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777333853; c=relaxed/simple; bh=X1fZFyNroCJa6reojVrnWAYpzo1iDdnEFohS8Xa3R7I=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=uKTrXBD7rmNNFnzAJA7xP6kuMmDjsCA4LUhzt7urNb1FxwR2VFRSy9/83g4PZmlyXh1krUzfS/xY5NnHFtbhRZlYAe8L1s7gT3d4qY04XqmmIfFHhpXKFh91SdCP2wTuBRFVy11zYgbBCA+pjiOKbgjMCIjhLoBFLKwbOIIGM4I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rZNQQU93; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rZNQQU93" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5AEEC19425; Mon, 27 Apr 2026 23:50:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777333852; bh=X1fZFyNroCJa6reojVrnWAYpzo1iDdnEFohS8Xa3R7I=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rZNQQU93LX6yWt9MYCEc6g50ezuk6BW/8vax0ZTWdagwBItYz2puwnMFvu0gkxi7c 8jARE1sH5Hee+1y0KaROJiEbOcm03+lRUlEvej/EaIJAKa9/7UygibBFKn8tsFzoVZ vnrbHKqX67hvE9DHzy48yyxDQNLESrWIgxZpHLW3wtc8AN8YqWddVkuJI9grGx5eZI STu9o6i5hl7hWJL4FfP4cEDpoMDJ8EOv/zCnvJNdtp9eib9NGXl1kvWR5hVGY0RxV4 2BDDZPLdVBx+ETvkGl6bLc1VSsNCVI4LP0pjxxpKK13JDAwvyIAYkxh7vRCEm/ZQWp p0MZeLzp66BeA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FD9F392FFCA; Mon, 27 Apr 2026 23:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] Documentation: net/smc: correct old value of smcr_max_recv_wr From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177733380979.156599.12718363063536049749.git-patchwork-notify@kernel.org> Date: Mon, 27 Apr 2026 23:50:09 +0000 References: <20260424052336.3262350-1-mjambigi@linux.ibm.com> In-Reply-To: <20260424052336.3262350-1-mjambigi@linux.ibm.com> To: Mahanta Jambigi Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, alibuda@linux.alibaba.com, dust.li@linux.alibaba.com, sidraya@linux.ibm.com, wenjia@linux.ibm.com, wintera@linux.ibm.com, pasic@linux.ibm.com, horms@kernel.org, tonylu@linux.alibaba.com, guwen@linux.alibaba.com, netdev@vger.kernel.org, linux-s390@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 24 Apr 2026 07:23:36 +0200 you wrote: > The smc-sysctl.rst documentation incorrectly stated that the previous > hardcoded maximum number of WR buffers on the receive path (smcr_max_recv_wr) > was 16. The correct historical value used before the introduction of the sysctl > control was 48. Update the documentation to reflect the accurate historical > value. Also fix a couple of minor typos. > > Fixes: aef3cdb47bbb net/smc: make wr buffer count configurable > Reviewed-by: Halil Pasic > Reviewed-by: Sidraya Jayagond > Signed-off-by: Mahanta Jambigi > > [...] Here is the summary with links: - [net-next,v2] Documentation: net/smc: correct old value of smcr_max_recv_wr https://git.kernel.org/netdev/net-next/c/790ead939486 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html