[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250625164200.45fb717d@kernel.org>
Date: Wed, 25 Jun 2025 16:42:00 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Leon Romanovsky <leon@...nel.org>
Cc: Jason Gunthorpe <jgg@...dia.com>, Patrisious Haddad
<phaddad@...dia.com>, Andrew Lunn <andrew+netdev@...n.ch>, Eric Dumazet
<edumazet@...gle.com>, linux-rdma@...r.kernel.org, Mark Bloch
<mbloch@...dia.com>, netdev@...r.kernel.org, Paolo Abeni
<pabeni@...hat.com>, Saeed Mahameed <saeedm@...dia.com>, Tariq Toukan
<tariqt@...dia.com>
Subject: Re: [PATCH mlx5-next 1/2] net/mlx5: fs, add multiple prios to RDMA
TRANSPORT steering domain
On Tue, 17 Jun 2025 11:19:15 +0300 Leon Romanovsky wrote:
> + for (i = 0; i < MLX5_RDMA_TRANSPORT_BYPASS_PRIO; i++) {
> + prio = fs_create_prio(&root_ns->ns, i, 1);
> + if (IS_ERR(prio))
> + return PTR_ERR(prio);
> + }
> + set_prio_attrs(root_ns);
Looking at the PR now -- y'all sure this doesn't need any extra cleanup
if creation of non-first prio fails?
Powered by blists - more mailing lists