[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250922170642.2d79e14b@kernel.org>
Date: Mon, 22 Sep 2025 17:06:42 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Tariq Toukan <tariqt@...dia.com>
Cc: Eric Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>,
Andrew Lunn <andrew+netdev@...n.ch>, "David S. Miller"
<davem@...emloft.net>, Saeed Mahameed <saeedm@...dia.com>, Leon Romanovsky
<leon@...nel.org>, Mark Bloch <mbloch@...dia.com>,
<netdev@...r.kernel.org>, <linux-rdma@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Gal Pressman <gal@...dia.com>, Moshe
Shemesh <moshe@...dia.com>, Carolina Jubran <cjubran@...dia.com>
Subject: Re: [PATCH net-next 3/7] net/mlx5: Improve QoS error messages with
actual depth values
On Mon, 22 Sep 2025 12:01:07 +0300 Tariq Toukan wrote:
> if (new_level > max_level) {
> - NL_SET_ERR_MSG_MOD(extack,
> - "TC arbitration on leafs is not supported beyond max scheduling depth");
> + NL_SET_ERR_MSG_FMT_MOD(extack,
> + "TC arbitration on leafs is not supported beyond max scheduling depth %d",
> + max_level);
clang points out that these messages are too long to fit in extack
--
pw-bot: cr
Powered by blists - more mailing lists