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 E8B9229B78B; Thu, 2 Apr 2026 02:00:33 +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=1775095234; cv=none; b=ZFqouh/P+iVjv3BhfoM5Jx5cjOrGW/UPys+z1gBUVzBCHlQzth/TfKJhV33fbtyZmPMgRCAHBFTmo9CHl+kniAWeqa1gcaMPyM8YE7GHI7wRXs8SH7zL+/5qlIpdDFVdQL8dlzfR+ou9pm0p3Bmh9pAzDZJDarUeC3iUr9gJ3o0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775095234; c=relaxed/simple; bh=Xih59V3gH67vQJtzzGf2xs8Vv1KtPZUFpYZoG6RDt8I=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Lu8Mn52JhIoCjCcpHMKY9DNMfUqZ2ptR8qkWyJppxPa6Fwz9EFR6tdq+0id3mPUrj+Kb5mPNtthXrXL39+aQIdgA8K1Wf7sWW3T8v9NyM5GFD3g83FaG321lB3R2A/80Qlgeg2a4ngYO7Wvzpw1OLhflKuhiSww62EfFUf/iXjk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L6fsdBxB; 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="L6fsdBxB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93259C4CEF7; Thu, 2 Apr 2026 02:00:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775095233; bh=Xih59V3gH67vQJtzzGf2xs8Vv1KtPZUFpYZoG6RDt8I=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=L6fsdBxBD7AhF21laWE9RFcB0mOMfSSl/SDA30Pnqj+92iRQBgxLHLkYCPpc/5r5d V3H4tD2h3ZBbsN5QXrFNn/z0igdRT348pu93/oDnO5tvuq+lupLpbU4zhZ9gU/wAsb Tc8TsXlDUdgkNA0aB2KG1IJCoytWj4szPlduvkOjgv1s6oTs5lIHD/EzsRJGoJPz95 /Ur0DWJZvI6SX6LQfHimUHIpPZO8koOyGdcGmoArg8BdM8+pmoT+eBgCH9OD/0shMv IwYDxXK2jUGBrnfI3dhlu3vw9tDczyDkpxeD4WV4fOBqwq85UjOWmBFglzPL9JoUDb MegeOWvhtmXPQ== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CE393808203; Thu, 2 Apr 2026 02:00:17 +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] net/mlx5: Move command entry freeing outside of spinlock From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177509521628.3948497.11808048348029175163.git-patchwork-notify@kernel.org> Date: Thu, 02 Apr 2026 02:00:16 +0000 References: <20260331122604.1933-1-lirongqing@baidu.com> In-Reply-To: <20260331122604.1933-1-lirongqing@baidu.com> To: lirongqing Cc: saeedm@nvidia.com, leon@kernel.org, tariqt@nvidia.com, mbloch@nvidia.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 31 Mar 2026 08:26:04 -0400 you wrote: > From: Li RongQing > > Move the kfree() call outside the critical section to reduce lock > holding time. This aligns with the general principle of minimizing > work under locks. > > Signed-off-by: Li RongQing > > [...] Here is the summary with links: - [net-next] net/mlx5: Move command entry freeing outside of spinlock https://git.kernel.org/netdev/net-next/c/2897c697b326 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html