[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2fe5335e-dd0f-f15c-ca02-f5f39b09b3eb@intel.com>
Date: Mon, 7 Nov 2022 19:15:09 +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:07 AM, Jakub Kicinski wrote:
> On Fri, 4 Nov 2022 15:30:54 +0100 Michal Wilczynski wrote:
>> + DEVLINK_ATTR_RATE_TX_PRIORITY, /* u16 */
> All netlink attributes are padded out to 4 bytes, please make this u32,
> you shouldn't use smaller values at netlink level unless it's carrying
> protocol fields with fixed width.
Sure changed that in v10
>
>> + int (*rate_leaf_tx_priority_set)(struct devlink_rate *devlink_rate, void *priv,
>> + u64 tx_priority, struct netlink_ext_ack *extack);
> And why make the driver API u64?
Thanks for pointing this out, this is an oversight, fixed this in v10.
Powered by blists - more mailing lists