[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250626064943.GG17401@unreal>
Date: Thu, 26 Jun 2025 09:49:43 +0300
From: Leon Romanovsky <leon@...nel.org>
To: Jakub Kicinski <kuba@...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 Wed, Jun 25, 2025 at 04:42:00PM -0700, Jakub Kicinski wrote:
> 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?
Yes, it was missed.
Thanks
Powered by blists - more mailing lists