[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZrX_6zSU-SWYTH7o@LQ3V64L9R2.home>
Date: Fri, 9 Aug 2024 12:39:23 +0100
From: Joe Damato <jdamato@...tly.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
pabeni@...hat.com, alexanderduyck@...com
Subject: Re: [PATCH net-next v2 1/2] eth: fbnic: add basic rtnl stats
On Thu, Aug 08, 2024 at 10:14:51AM -0700, Jakub Kicinski wrote:
> On Thu, 8 Aug 2024 10:09:14 -0700 Jakub Kicinski wrote:
> > +struct fbnic_queue_stats {
> > + u64 packets;
> > + u64 bytes;
> > + u64 dropped;
> > + struct u64_stats_sync syncp;
> > +};
>
> Ugh, I missed init for the syncp..
And... I apparently missed that in my review of the first version,
as well :(
Powered by blists - more mailing lists