[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240911131035.74c5e8f9@kernel.org>
Date: Wed, 11 Sep 2024 13:10:35 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Vadim Fedorenko <vadim.fedorenko@...ux.dev>
Cc: Andrew Lunn <andrew@...n.ch>, David Ahern <dsahern@...nel.org>, Paolo
Abeni <pabeni@...hat.com>, "David S. Miller" <davem@...emloft.net>,
Alexander Duyck <alexanderduyck@...com>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 2/5] eth: fbnic: add initial PHC support
On Wed, 11 Sep 2024 20:49:51 +0100 Vadim Fedorenko wrote:
> >> + * TBD: alias u64_stats_sync & co. with some more appropriate names upstream.
> >
> > This is upstream, so maybe now is a good time to decide?
>
> That's good question. Do we need another set of helpers just because of
> names? Obviously, the internals will be the same sequence magic.
Good question. To be clear we want a seq lock that goes away on 64b
since what it protects is accessed on the fast path (potentially per
packet). We could s/u64_stats/u64_seq/ the existing helpers. But that
sounds like a lot for a single user. Dunno..
Powered by blists - more mailing lists