[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251022181348.1e16df68@kernel.org>
Date: Wed, 22 Oct 2025 18:13:48 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Prabhakar <prabhakar.csengg@...il.com>
Cc: Niklas Söderlund <niklas.soderlund@...natech.se>,
Paul Barker <paul@...rker.dev>, Andrew Lunn <andrew+netdev@...n.ch>, "David
S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Paolo
Abeni <pabeni@...hat.com>, Geert Uytterhoeven <geert+renesas@...der.be>,
Mitsuhiro Kimura <mitsuhiro.kimura.kc@...esas.com>, netdev@...r.kernel.org,
linux-renesas-soc@...r.kernel.org, linux-kernel@...r.kernel.org, Biju Das
<biju.das.jz@...renesas.com>, Fabrizio Castro
<fabrizio.castro.jz@...esas.com>, Lad Prabhakar
<prabhakar.mahadev-lad.rj@...renesas.com>, stable@...r.kernel.org, Niklas
Söderlund <niklas.soderlund+renesas@...natech.se>
Subject: Re: [PATCH v2 2/4] net: ravb: Allocate correct number of queues
based on SoC support
On Fri, 17 Oct 2025 16:18:28 +0100 Prabhakar wrote:
> On SoCs that only support the best-effort queue and not the network
> control queue, calling alloc_etherdev_mqs() with fixed values for
> TX/RX queues is not appropriate. Use the nc_queues flag from the
> per-SoC match data to determine whether the network control queue
> is available, and fall back to a single TX/RX queue when it is not.
> This ensures correct queue allocation across all supported SoCs.
Same comment as on patch 1, what is the _real_ problem?
Allocating a bit too much memory is not an stable-worthy issue.
Powered by blists - more mailing lists