[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240820150147.1fdae1ac@kernel.org>
Date: Tue, 20 Aug 2024 15:01:47 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Oleksij Rempel <o.rempel@...gutronix.de>
Cc: Andrew Lunn <andrew@...n.ch>, Heiner Kallweit <hkallweit1@...il.com>,
"David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>, Jonathan Corbet
<corbet@....net>, kernel@...gutronix.de, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org, Russell King <linux@...linux.org.uk>
Subject: Re: [PATCH net-next v2 1/3] ethtool: Extend cable testing interface
with result source information
On Tue, 20 Aug 2024 12:12:54 +0200 Oleksij Rempel wrote:
> + -
> + name: src
> + type: u8
If you have to respin please s/u8/u32/
Netlink rounds up all fields sizes to u32, u8 ends up being the same
size as u32 "on the wire" but 3 out of the 4 bytes are unusable.
Powered by blists - more mailing lists