[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240828174424.69a07137@kernel.org>
Date: Wed, 28 Aug 2024 17:44:24 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Jacob Keller <jacob.e.keller@...el.com>
Cc: <edward.cree@....com>, <linux-net-drivers@....com>,
<davem@...emloft.net>, <edumazet@...gle.com>, <pabeni@...hat.com>, Edward
Cree <ecree.xilinx@...il.com>, <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 2/6] sfc: implement basic per-queue stats
On Wed, 28 Aug 2024 15:20:53 -0700 Jacob Keller wrote:
> On 8/28/2024 6:45 AM, edward.cree@....com wrote:
> > From: Edward Cree <ecree.xilinx@...il.com>
> >
> > Just RX and TX packet counts for now. We do not have per-queue
> > byte counts, which causes us to fail stats.pkt_byte_sum selftest
> > with "Drivers should always report basic keys" error.
>
> Seems like the self tests here should be fixed for this?
FWIW - I just didn't take lack of byte counters into account :)
It's probably fine to remove the requirement, imbalance (which
is the main use for the per queue stats) is better tacked using
packets, anyway.
Not a requirement from my perspective to merge the series tho 🤷️
Powered by blists - more mailing lists