From: Shay Drori <shayd@nvidia.com>
To: Fushuai Wang <fushuai.wang@linux.dev>, <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>,
<parav@nvidia.com>, <moshe@nvidia.com>
Cc: <netdev@vger.kernel.org>, <linux-rdma@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <wangfushuai@baidu.com>
Subject: Re: [PATCH v2 0/2] net/mlx5: Only consider online CPUs in affinity subset check
Date: Fri, 5 Jun 2026 09:24:39 +0300 [thread overview]
Message-ID: <32b91cc1-ab63-4fee-a65e-6dcce4a49970@nvidia.com> (raw)
In-Reply-To: <20260604125705.21241-1-fushuai.wang@linux.dev>
On 04/06/2026 15:57, Fushuai Wang wrote:
> External email: Use caution opening links or attachments
>
>
> From: Fushuai Wang <wangfushuai@baidu.com>
>
> Hi all,
>
> When an SF is created after a CPU has been taken offline, the IRQ affinity
> check fails because existing IRQs in the pool may have affinity masks that
> include the now-offline CPU. This causes SF creation to fail even though
> suitable online CPUs are available.
>
> This series fixes this issue and includes a small cleanup:
>
> Patch 1 folds cpumask_copy() into cpumask_andnot() for better code clarity
> in comp_irq_request_sf().
>
> Patch 2 filters affinity masks to only consider effective CPUs before the
> subset check, ensuring SF creation succeeds when CPUs have been taken offline.
Thanks for the patches.
two points:
1) you need to add branch name to the title (PATCH net ...)
2) you need to keep a change-log.
The first patch is net-next material, and the second patch is net.
I think it would be better to send each one separately to its own branch.
sorry didn't notice on prev review...
>
> --WANG
>
> Fushuai Wang (2):
> net/mlx5: Simplify cpumask operations in comp_irq_request_sf()
> net/mlx5: Use effective affinity mask for IRQ selection
>
> drivers/net/ethernet/mellanox/mlx5/core/eq.c | 3 +--
> drivers/net/ethernet/mellanox/mlx5/core/irq_affinity.c | 5 ++++-
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> --
> 2.36.1
>
prev parent reply other threads:[~2026-06-05 6:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-04 12:57 Fushuai Wang
2026-06-04 12:57 ` [PATCH v2 1/2] net/mlx5: Simplify cpumask operations in comp_irq_request_sf() Fushuai Wang
2026-06-04 12:57 ` [PATCH v2 2/2] net/mlx5: Use effective affinity mask for IRQ selection Fushuai Wang
2026-06-05 6:25 ` Shay Drori
2026-06-05 6:24 ` Shay Drori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=32b91cc1-ab63-4fee-a65e-6dcce4a49970@nvidia.com \
--to=shayd@nvidia.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fushuai.wang@linux.dev \
--cc=kuba@kernel.org \
--cc=leon@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=mbloch@nvidia.com \
--cc=moshe@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=parav@nvidia.com \
--cc=saeedm@nvidia.com \
--cc=tariqt@nvidia.com \
--cc=wangfushuai@baidu.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome