[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <abcfad1e-b5e7-ea85-ccb3-27bcb4f8c58b@intel.com>
Date: Mon, 7 Nov 2022 19:15:49 +0100
From: "Wilczynski, Michal" <michal.wilczynski@...el.com>
To: Jakub Kicinski <kuba@...nel.org>
CC: <netdev@...r.kernel.org>, <alexandr.lobakin@...el.com>,
<jacob.e.keller@...el.com>, <jesse.brandeburg@...el.com>,
<przemyslaw.kitszel@...el.com>, <anthony.l.nguyen@...el.com>,
<ecree.xilinx@...il.com>, <jiri@...nulli.us>
Subject: Re: [PATCH net-next v9 1/9] devlink: Introduce new attribute
'tx_priority' to devlink-rate
On 11/5/2022 3:10 AM, Jakub Kicinski wrote:
> On Fri, 4 Nov 2022 15:30:54 +0100 Michal Wilczynski wrote:
>> + if (attrs[DEVLINK_ATTR_RATE_TX_PRIORITY] && !ops->rate_leaf_tx_priority_set) {
>> + NL_SET_ERR_MSG_MOD(info->extack,
>> + "TX priority set isn't supported for the leafs");
> Please point to the attribute - NL_SET_ERR_MSG_ATTR().
>
> I'm not entirely sure why we keep slapping the _MOD() on the extacks,
> but if you care to keep that you may need to add the _MOD flavor of
> the above.
Changed to this macro in v10, thanks
Powered by blists - more mailing lists