[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260127174550.5913464f@kernel.org>
Date: Tue, 27 Jan 2026 17:45:50 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Oliver Hartkopp <socketcan@...tkopp.net>
Cc: netdev@...r.kernel.org, linux-can@...r.kernel.org
Subject: Re: [net-next 1/6] can: use skb hash instead of private variable in
headroom
On Sun, 25 Jan 2026 21:15:56 +0100 Oliver Hartkopp wrote:
> struct uniqframe {
> const struct sk_buff *skb;
> - int skbcnt;
> + __u32 hash;
> unsigned int join_rx_count;
> };
u32, __ types are for uAPI
Powered by blists - more mailing lists